#667C00
A dark, vivid yellow closely aligning with Olivedrab.
About #667C00
The hex code #667C00 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Olivedrab. Its digital footprint relies on 102 parts red, 124 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 18% C, 0% M, 100% Y, and 51% K. With a hue angle of 70.6 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#667C00
RGB102, 124, 0
HSL70.6°, 100.0%, 24.3%
CMYK18%, 0%, 100%, 51%
HSV70.6°, 100.0%, 48.6%
LAB48.6, -22.7, 53.3
XYZ12.7, 17.2, 2.7
Decimal6716416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667C00;
}
.text-color {
color: #667C00;
}
.border-color {
border: 2px solid #667C00;
}