#75AF5F
A medium, moderate green closely aligning with Mediumseagreen.
About #75AF5F
At its core, #75AF5F is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 175, and 95.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. The HSL representation is 103.5° hue, 33.3% saturation, and 52.9% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75AF5F
RGB117, 175, 95
HSL103.5°, 33.3%, 52.9%
CMYK33%, 0%, 46%, 31%
HSV103.5°, 45.7%, 68.6%
LAB66.0, -34.1, 35.0
XYZ24.7, 35.3, 16.3
Decimal7712607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF5F;
}
.text-color {
color: #75AF5F;
}
.border-color {
border: 2px solid #75AF5F;
}