#667C0F
A dark, vivid yellow closely aligning with Olivedrab.
About #667C0F
Visually, #667C0F is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 124, and 15.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 18% cyan, 0% magenta, 88% yellow, and 51% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#667C0F
RGB102, 124, 15
HSL72.1°, 78.4%, 27.3%
CMYK18%, 0%, 88%, 51%
HSV72.1°, 87.9%, 48.6%
LAB48.6, -22.4, 50.2
XYZ12.8, 17.3, 3.1
Decimal6716431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667C0F;
}
.text-color {
color: #667C0F;
}
.border-color {
border: 2px solid #667C0F;
}