#666D0F
A dark, vivid yellow closely aligning with Olive.
About #666D0F
When working with digital screens, the color #666D0F is rendered by mixing light. Designers often compare it to the standard color Olive. Its digital footprint relies on 102 parts red, 109 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 6% C, 0% M, 86% Y, and 57% K. The HSL representation is 64.5° hue, 75.8% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#666D0F
RGB102, 109, 15
HSL64.5°, 75.8%, 24.3%
CMYK6%, 0%, 86%, 57%
HSV64.5°, 86.2%, 42.7%
LAB43.9, -14.4, 46.2
XYZ11.0, 13.8, 2.5
Decimal6712591
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.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D0F;
}
.text-color {
color: #666D0F;
}
.border-color {
border: 2px solid #666D0F;
}