Shades of Sage #9EAA7F
Tints of Sage #9EAA7F
RGB
CMYK
RGB Variations
Color information
#9EAA7F (or 0x9EAA7F) is known color: Sage. HEX triplet: 9E, AA and 7F. RGB value is (158,170,127). Sum of RGB (Red+Green+Blue) = 158+170+127=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA7F is #615580. Grayscale: #A1A1A1. Windows color (decimal): -6378881 or 8366750. OLE color: 8366750.
HSL color Cylindrical-coordinate representation of color #9EAA7F: hue angle of 76.74º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EAA7F is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 127 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.33 |
| HSL | 76.74º | 0.2% | 0.58% | - |
| HSV(B) | 76.74º | 0.25% | 0.67% | - |
| XYZ | 32.31 | 37.55 | 25.62 | - |
| YUV | 161.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 127 | 0.07 | 0 | 0.25 | 0.33 | 76.74 | 0.2 | 0.58 |
| Hex | 9E | AA | 7F | 7 | 0 | 19 | 21 | 4D | 14 | 3A |
| Octal | 236 | 252 | 177 | 7 | 0 | 31 | 41 | 115 | 24 | 72 |
| Binary | 10011110 | 10101010 | 1111111 | 111 | 0 | 11001 | 100001 | 1001101 | 10100 | 111010 |
Color Harmonies of #9EAA7F
Complementary color
Monochromatic Colors of #9EAA7F
Black with #9EAA7F
Text Example
Text Example
White with #9EAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA7F; }
p { color: rgb(158,170,127); }
H1.HeaderClassName
{
color: #9EAA7F;
}
.AnyTagClassName
{
color: #9EAA7F;
}
</style>
background-color css
<style>
a { background-color: #9EAA7F; }
a { background-color: rgb(158,170,127); }
div.DivClassName
{
background-color: #9EAA7F;
}
.BgClassName
{
background-color: #9EAA7F;
}
</style>
border-color css
<style>
span { border-color: #9EAA7F; }
span { border-color: rgb(158,170,127); }
td.TdClassName
{
border-color: #9EAA7F;
}
.TagClassName
{
border-color: #9EAA7F;
}
</style>