#7CB675
A medium, moderate green closely aligning with Darkseagreen.
About #7CB675
At its core, #7CB675 is a medium and moderate hue. It is closely associated with the named CSS color Darkseagreen. This translates to an RGB value of rgb(124, 182, 117).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 32% C, 0% M, 36% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CB675
RGB124, 182, 117
HSL113.5°, 30.8%, 58.6%
CMYK32%, 0%, 36%, 29%
HSV113.5°, 35.7%, 71.4%
LAB68.8, -31.7, 27.3
XYZ28.3, 39.0, 22.9
Decimal8173173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.81:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CB675;
}
.text-color {
color: #7CB675;
}
.border-color {
border: 2px solid #7CB675;
}