#837C07
A dark, vivid yellow closely aligning with Olive.
About #837C07
The hex code #837C07 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Olive. In the RGB color space, it consists of 131 red, 124 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 5% magenta, 95% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#837C07
RGB131, 124, 7
HSL56.6°, 89.9%, 27.1%
CMYK0%, 5%, 95%, 49%
HSV56.6°, 94.7%, 51.4%
LAB51.0, -9.2, 54.8
XYZ16.6, 19.3, 3.0
Decimal8616967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #837C07;
}
.text-color {
color: #837C07;
}
.border-color {
border: 2px solid #837C07;
}