#66832C
A dark, moderate green closely aligning with Olivedrab.
About #66832C
The precise color #66832C is an excellent choice for modern design projects. Designers often compare it to the standard color Olivedrab. This translates to an RGB value of rgb(102, 131, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 22% C, 0% M, 66% Y, and 49% K. The HSL representation is 80.0° hue, 49.7% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark 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#66832C
RGB102, 131, 44
HSL80.0°, 49.7%, 34.3%
CMYK22%, 0%, 66%, 49%
HSV80.0°, 66.4%, 51.4%
LAB51.0, -24.3, 42.2
XYZ14.1, 19.2, 5.4
Decimal6718252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #66832C;
}
.text-color {
color: #66832C;
}
.border-color {
border: 2px solid #66832C;
}