#7C990F
A dark, vivid yellow closely aligning with Olivedrab.
About #7C990F
At its core, #7C990F is a dark and vivid hue. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(124, 153, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 19% cyan, 0% magenta, 90% yellow, and 40% black. The HSL representation is 72.6° hue, 82.1% saturation, and 32.9% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C990F
RGB124, 153, 15
HSL72.6°, 82.1%, 32.9%
CMYK19%, 0%, 90%, 40%
HSV72.6°, 90.2%, 60.0%
LAB59.1, -27.2, 59.6
XYZ19.8, 27.1, 4.6
Decimal8165647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C990F;
}
.text-color {
color: #7C990F;
}
.border-color {
border: 2px solid #7C990F;
}