#8A9275
A medium, muted green closely aligning with Gray.
About #8A9275
When working with digital screens, the color #8A9275 is rendered by mixing light. Its closest recognized web color is Gray. This translates to an RGB value of rgb(138, 146, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 5% Cyan, 0% Magenta, 20% Yellow, and 43% Black. With a hue angle of 76.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A9275
RGB138, 146, 117
HSL76.6°, 11.7%, 51.6%
CMYK5%, 0%, 20%, 43%
HSV76.6°, 19.9%, 57.3%
LAB59.2, -8.2, 14.4
XYZ24.0, 27.2, 20.8
Decimal9081461
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.45:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A9275;
}
.text-color {
color: #8A9275;
}
.border-color {
border: 2px solid #8A9275;
}