#75AF7C
A medium, muted green closely aligning with Darkseagreen.
About #75AF7C
When working with digital screens, the color #75AF7C is rendered by mixing light. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(117, 175, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. With a hue angle of 127.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#75AF7C
RGB117, 175, 124
HSL127.2°, 26.6%, 57.3%
CMYK33%, 0%, 29%, 31%
HSV127.2°, 33.1%, 68.6%
LAB66.4, -29.5, 20.3
XYZ26.3, 35.9, 24.6
Decimal7712636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.18:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF7C;
}
.text-color {
color: #75AF7C;
}
.border-color {
border: 2px solid #75AF7C;
}