#75AF75
A medium, muted green closely aligning with Darkseagreen.
About #75AF75
The hex code #75AF75 represents a beautifully specific shade of green. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(117, 175, 117).
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 0% Magenta, 33% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75AF75
RGB117, 175, 117
HSL120.0°, 26.6%, 57.3%
CMYK33%, 0%, 33%, 31%
HSV120.0°, 33.1%, 68.6%
LAB66.3, -30.7, 23.9
XYZ25.9, 35.7, 22.4
Decimal7712629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF75;
}
.text-color {
color: #75AF75;
}
.border-color {
border: 2px solid #75AF75;
}