#7C9233
A dark, moderate yellow closely aligning with Olivedrab.
About #7C9233
The hex code #7C9233 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(124, 146, 51).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. With a hue angle of 73.9 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 #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C9233
RGB124, 146, 51
HSL73.9°, 48.2%, 38.6%
CMYK15%, 0%, 65%, 43%
HSV73.9°, 65.1%, 57.3%
LAB57.2, -22.0, 46.2
XYZ19.2, 25.1, 7.0
Decimal8163891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.49:1
Text on #FFFFFF
AA Large
6.02:1
Text on #000000
AA
3.34:1
Text on #F8FAFC
AA Large
5.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C9233;
}
.text-color {
color: #7C9233;
}
.border-color {
border: 2px solid #7C9233;
}