#66922C
A dark, moderate green closely aligning with Olivedrab.
About #66922C
The hex code #66922C represents a beautifully specific shade of green. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 102 red, 146 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 30% Cyan, 0% Magenta, 70% Yellow, and 43% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66922C
RGB102, 146, 44
HSL85.9°, 53.7%, 37.3%
CMYK30%, 0%, 70%, 43%
HSV85.9°, 69.9%, 57.3%
LAB55.6, -31.5, 47.1
XYZ16.2, 23.6, 6.1
Decimal6722092
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66922C;
}
.text-color {
color: #66922C;
}
.border-color {
border: 2px solid #66922C;
}