#7C8A0F
A dark, vivid yellow closely aligning with Olive.
About #7C8A0F
At its core, #7C8A0F is a dark and vivid hue. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(124, 138, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 10% C, 0% M, 89% Y, and 46% K. The HSL representation is 66.8° hue, 80.4% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C8A0F
RGB124, 138, 15
HSL66.8°, 80.4%, 30.0%
CMYK10%, 0%, 89%, 46%
HSV66.8°, 89.1%, 54.1%
LAB54.5, -19.7, 55.9
XYZ17.5, 22.5, 3.9
Decimal8161807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C8A0F;
}
.text-color {
color: #7C8A0F;
}
.border-color {
border: 2px solid #7C8A0F;
}