#66A842
A medium, moderate green closely aligning with Olivedrab.
About #66A842
At its core, #66A842 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(102, 168, 66).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 39% C, 0% M, 61% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66A842
RGB102, 168, 66
HSL98.8°, 43.6%, 45.9%
CMYK39%, 0%, 61%, 34%
HSV98.8°, 60.7%, 65.9%
LAB62.7, -39.5, 45.1
XYZ20.5, 31.2, 10.1
Decimal6727746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.24:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A842;
}
.text-color {
color: #66A842;
}
.border-color {
border: 2px solid #66A842;
}