#7C660F
A dark, vivid yellow closely aligning with Olive.
About #7C660F
The precise color #7C660F is an excellent choice for modern design projects. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(124, 102, 15).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 18% magenta, 88% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#7C660F
RGB124, 102, 15
HSL47.9°, 78.4%, 27.3%
CMYK0%, 18%, 88%, 51%
HSV47.9°, 87.9%, 48.6%
LAB44.0, 0.1, 47.1
XYZ13.1, 13.8, 2.4
Decimal8152591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C660F;
}
.text-color {
color: #7C660F;
}
.border-color {
border: 2px solid #7C660F;
}