#7C6600
A dark, vivid yellow closely aligning with Olive.
About #7C6600
At its core, #7C6600 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 124 red, 102 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 18% magenta inks. The HSL representation is 49.4° hue, 100.0% saturation, and 24.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C6600
RGB124, 102, 0
HSL49.4°, 100.0%, 24.3%
CMYK0%, 18%, 100%, 51%
HSV49.4°, 100.0%, 48.6%
LAB43.9, -0.3, 50.8
XYZ13.1, 13.8, 2.0
Decimal8152576
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: #7C6600;
}
.text-color {
color: #7C6600;
}
.border-color {
border: 2px solid #7C6600;
}