#7CB657
A medium, moderate green closely aligning with Olivedrab.
About #7CB657
Visually, #7CB657 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(124, 182, 87).
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 0% Magenta, 52% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CB657
RGB124, 182, 87
HSL96.6°, 39.4%, 52.7%
CMYK32%, 0%, 52%, 29%
HSV96.6°, 52.2%, 71.4%
LAB68.3, -35.8, 42.1
XYZ26.8, 38.4, 15.0
Decimal8173143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CB657;
}
.text-color {
color: #7CB657;
}
.border-color {
border: 2px solid #7CB657;
}