#666D07
A dark, vivid yellow closely aligning with Olive.
About #666D07
When working with digital screens, the color #666D07 is rendered by mixing light. It is closely associated with the named CSS color Olive. In the RGB color space, it consists of 102 red, 109 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 0% magenta, 94% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#666D07
RGB102, 109, 7
HSL64.1°, 87.9%, 22.7%
CMYK6%, 0%, 94%, 57%
HSV64.1°, 93.6%, 42.7%
LAB43.9, -14.7, 48.2
XYZ11.0, 13.8, 2.3
Decimal6712583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D07;
}
.text-color {
color: #666D07;
}
.border-color {
border: 2px solid #666D07;
}