#666D16
A dark, moderate yellow closely aligning with Darkolivegreen.
About #666D16
At its core, #666D16 is a dark and moderate hue. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(102, 109, 22).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 0% magenta, 80% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#666D16
RGB102, 109, 22
HSL64.8°, 66.4%, 25.7%
CMYK6%, 0%, 80%, 57%
HSV64.8°, 79.8%, 42.7%
LAB44.0, -14.2, 44.1
XYZ11.1, 13.8, 2.8
Decimal6712598
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D16;
}
.text-color {
color: #666D16;
}
.border-color {
border: 2px solid #666D16;
}