#7CA875
A medium, muted green closely aligning with Darkseagreen.
About #7CA875
The hex code #7CA875 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(124, 168, 117).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 26% cyan and 0% magenta inks. With a hue angle of 111.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CA875
RGB124, 168, 117
HSL111.8°, 22.7%, 55.9%
CMYK26%, 0%, 30%, 34%
HSV111.8°, 30.4%, 65.9%
LAB64.6, -24.9, 21.7
XYZ25.5, 33.6, 22.0
Decimal8169589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA875;
}
.text-color {
color: #7CA875;
}
.border-color {
border: 2px solid #7CA875;
}