#66A050
A medium, moderate green closely aligning with Olivedrab.
About #66A050
The hex code #66A050 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(102, 160, 80).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. With a hue angle of 103.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66A050
RGB102, 160, 80
HSL103.5°, 33.3%, 47.1%
CMYK36%, 0%, 50%, 37%
HSV103.5°, 50.0%, 62.7%
LAB60.4, -34.3, 35.6
XYZ19.5, 28.5, 12.1
Decimal6725712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.71:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A050;
}
.text-color {
color: #66A050;
}
.border-color {
border: 2px solid #66A050;
}