#75928A
A medium, muted green closely aligning with Cadetblue.
About #75928A
Visually, #75928A is defined as a muted green. Designers often compare it to the standard color Cadetblue. In the RGB color space, it consists of 117 red, 146 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#75928A
RGB117, 146, 138
HSL163.4°, 11.7%, 51.6%
CMYK20%, 0%, 5%, 43%
HSV163.4°, 19.9%, 57.3%
LAB58.2, -11.9, 0.9
XYZ22.2, 26.2, 27.9
Decimal7705226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75928A;
}
.text-color {
color: #75928A;
}
.border-color {
border: 2px solid #75928A;
}