#7C6D07
A dark, vivid yellow closely aligning with Olive.
About #7C6D07
Visually, #7C6D07 is defined as a vivid yellow. Designers often compare it to the standard color Olive. Its digital footprint relies on 124 parts red, 109 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 12% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#7C6D07
RGB124, 109, 7
HSL52.3°, 89.3%, 25.7%
CMYK0%, 12%, 94%, 51%
HSV52.3°, 94.4%, 48.6%
LAB46.0, -4.1, 50.6
XYZ13.8, 15.2, 2.4
Decimal8154375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6D07;
}
.text-color {
color: #7C6D07;
}
.border-color {
border: 2px solid #7C6D07;
}