#7C6D1D
A dark, moderate yellow closely aligning with Olive.
About #7C6D1D
When working with digital screens, the color #7C6D1D is rendered by mixing light. Designers often compare it to the standard color Olive. Its digital footprint relies on 124 parts red, 109 parts green, and 29 parts blue light.
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 12% magenta inks. With a hue angle of 50.5 degrees, it sits comfortably in the yellow spectrum.
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#7C6D1D
RGB124, 109, 29
HSL50.5°, 62.1%, 30.0%
CMYK0%, 12%, 77%, 51%
HSV50.5°, 76.6%, 48.6%
LAB46.1, -3.4, 44.1
XYZ14.0, 15.3, 3.4
Decimal8154397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.17:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6D1D;
}
.text-color {
color: #7C6D1D;
}
.border-color {
border: 2px solid #7C6D1D;
}