#668366
A medium, muted green closely aligning with Gray.
About #668366
Visually, #668366 is defined as a muted green. It is closely associated with the named CSS color Gray. This translates to an RGB value of rgb(102, 131, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 22% Cyan, 0% Magenta, 22% Yellow, and 49% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#668366
RGB102, 131, 102
HSL120.0°, 12.4%, 45.7%
CMYK22%, 0%, 22%, 49%
HSV120.0°, 22.1%, 51.4%
LAB51.9, -16.4, 12.4
XYZ16.0, 20.0, 15.6
Decimal6718310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #668366;
}
.text-color {
color: #668366;
}
.border-color {
border: 2px solid #668366;
}