#7C8A42
A medium, moderate yellow closely aligning with Darkolivegreen.
About #7C8A42
When working with digital screens, the color #7C8A42 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 124 red, 138 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 10% C, 0% M, 52% Y, and 46% K. With a hue angle of 71.7 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7C8A42
RGB124, 138, 66
HSL71.7°, 35.3%, 40.0%
CMYK10%, 0%, 52%, 46%
HSV71.7°, 52.2%, 54.1%
LAB54.9, -16.5, 36.5
XYZ18.4, 22.9, 8.6
Decimal8161858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C8A42;
}
.text-color {
color: #7C8A42;
}
.border-color {
border: 2px solid #7C8A42;
}