#7C7C33
A dark, moderate yellow closely aligning with Darkolivegreen.
About #7C7C33
When working with digital screens, the color #7C7C33 is rendered by mixing light. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 124, and 51.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 59% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C7C33
RGB124, 124, 51
HSL60.0°, 41.7%, 34.3%
CMYK0%, 0%, 59%, 51%
HSV60.0°, 58.9%, 48.6%
LAB50.6, -10.4, 39.0
XYZ16.1, 18.9, 5.9
Decimal8158259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.79:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C33;
}
.text-color {
color: #7C7C33;
}
.border-color {
border: 2px solid #7C7C33;
}