#66A82C
A medium, moderate green closely aligning with Olivedrab.
About #66A82C
The precise color #66A82C is an excellent choice for modern design projects. It is closely associated with the named CSS color Olivedrab. Its digital footprint relies on 102 parts red, 168 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 39% Cyan, 0% Magenta, 74% Yellow, and 34% Black. With a hue angle of 91.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66A82C
RGB102, 168, 44
HSL91.9°, 58.5%, 41.6%
CMYK39%, 0%, 74%, 34%
HSV91.9°, 73.8%, 65.9%
LAB62.5, -41.4, 54.1
XYZ19.9, 31.0, 7.3
Decimal6727724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A82C;
}
.text-color {
color: #66A82C;
}
.border-color {
border: 2px solid #66A82C;
}