#8A7C07
A dark, vivid yellow closely aligning with Olive.
About #8A7C07
At its core, #8A7C07 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 138, 124, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 10% Magenta, 95% Yellow, and 46% Black. With a hue angle of 53.6 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A7C07
RGB138, 124, 7
HSL53.6°, 90.3%, 28.4%
CMYK0%, 10%, 95%, 46%
HSV53.6°, 94.9%, 54.1%
LAB51.6, -5.9, 55.6
XYZ17.7, 19.8, 3.1
Decimal9075719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.97:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7C07;
}
.text-color {
color: #8A7C07;
}
.border-color {
border: 2px solid #8A7C07;
}