Shades of Sage #9EAA7E
Tints of Sage #9EAA7E
RGB
CMYK
RGB Variations
Color information
#9EAA7E (or 0x9EAA7E) is known color: Sage. HEX triplet: 9E, AA and 7E. RGB value is (158,170,126). Sum of RGB (Red+Green+Blue) = 158+170+126=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA7E is #615581. Grayscale: #A1A1A1. Windows color (decimal): -6378882 or 8301214. OLE color: 8301214.
HSL color Cylindrical-coordinate representation of color #9EAA7E: hue angle of 76.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EAA7E is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 126 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.33 |
| HSL | 76.36º | 0.21% | 0.58% | - |
| HSV(B) | 76.36º | 0.26% | 0.67% | - |
| XYZ | 32.24 | 37.52 | 25.28 | - |
| YUV | 161.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 126 | 0.07 | 0 | 0.26 | 0.33 | 76.36 | 0.21 | 0.58 |
| Hex | 9E | AA | 7E | 7 | 0 | 1A | 21 | 4C | 15 | 3A |
| Octal | 236 | 252 | 176 | 7 | 0 | 32 | 41 | 114 | 25 | 72 |
| Binary | 10011110 | 10101010 | 1111110 | 111 | 0 | 11010 | 100001 | 1001100 | 10101 | 111010 |
Color Harmonies of #9EAA7E
Complementary color
Monochromatic Colors of #9EAA7E
Black with #9EAA7E
Text Example
Text Example
White with #9EAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA7E; }
p { color: rgb(158,170,126); }
H1.HeaderClassName
{
color: #9EAA7E;
}
.AnyTagClassName
{
color: #9EAA7E;
}
</style>
background-color css
<style>
a { background-color: #9EAA7E; }
a { background-color: rgb(158,170,126); }
div.DivClassName
{
background-color: #9EAA7E;
}
.BgClassName
{
background-color: #9EAA7E;
}
</style>
border-color css
<style>
span { border-color: #9EAA7E; }
span { border-color: rgb(158,170,126); }
td.TdClassName
{
border-color: #9EAA7E;
}
.TagClassName
{
border-color: #9EAA7E;
}
</style>