#66835F
A medium, muted green closely aligning with Darkolivegreen.
About #66835F
At its core, #66835F is a medium and muted hue. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 131, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 22% Cyan, 0% Magenta, 27% Yellow, and 49% Black. With a hue angle of 108.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66835F
RGB102, 131, 95
HSL108.3°, 15.9%, 44.3%
CMYK22%, 0%, 27%, 49%
HSV108.3°, 27.5%, 51.4%
LAB51.7, -17.7, 16.2
XYZ15.7, 19.9, 13.8
Decimal6718303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #66835F;
}
.text-color {
color: #66835F;
}
.border-color {
border: 2px solid #66835F;
}