#75B666
A medium, moderate green closely aligning with Mediumseagreen.
About #75B666
When working with digital screens, the color #75B666 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 117 red, 182 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 36% Cyan, 0% Magenta, 44% Yellow, and 29% Black. The HSL representation is 108.8° hue, 35.4% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75B666
RGB117, 182, 102
HSL108.8°, 35.4%, 55.7%
CMYK36%, 0%, 44%, 29%
HSV108.8°, 44.0%, 71.4%
LAB68.2, -36.3, 34.2
XYZ26.5, 38.2, 18.5
Decimal7714406
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75B666;
}
.text-color {
color: #75B666;
}
.border-color {
border: 2px solid #75B666;
}