#75AF92
A medium, muted green closely aligning with Darkseagreen.
About #75AF92
Visually, #75AF92 is defined as a muted green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 117 red, 175 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 33% C, 0% M, 17% Y, and 31% K. The HSL representation is 150.0° hue, 26.6% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75AF92
RGB117, 175, 146
HSL150.0°, 26.6%, 57.3%
CMYK33%, 0%, 17%, 31%
HSV150.0°, 33.1%, 68.6%
LAB66.9, -25.3, 8.9
XYZ27.9, 36.5, 32.8
Decimal7712658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75AF92;
}
.text-color {
color: #75AF92;
}
.border-color {
border: 2px solid #75AF92;
}