#7CA07C
A medium, muted green closely aligning with Darkseagreen.
About #7CA07C
The hex code #7CA07C 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, 160, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 22% C, 0% M, 22% Y, and 37% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#7CA07C
RGB124, 160, 124
HSL120.0°, 15.9%, 55.7%
CMYK22%, 0%, 22%, 37%
HSV120.0°, 22.5%, 62.7%
LAB62.4, -19.7, 14.8
XYZ24.5, 30.9, 23.7
Decimal8167548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA07C;
}
.text-color {
color: #7CA07C;
}
.border-color {
border: 2px solid #7CA07C;
}