#7C7507
A dark, vivid yellow closely aligning with Olive.
About #7C7507
At its core, #7C7507 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 117, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 6% Magenta, 94% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C7507
RGB124, 117, 7
HSL56.4°, 89.3%, 25.7%
CMYK0%, 6%, 94%, 51%
HSV56.4°, 94.4%, 48.6%
LAB48.3, -8.6, 52.4
XYZ14.7, 17.0, 2.7
Decimal8156423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7507;
}
.text-color {
color: #7C7507;
}
.border-color {
border: 2px solid #7C7507;
}