Shades of Sage #9EAA72
Tints of Sage #9EAA72
RGB
CMYK
RGB Variations
Color information
#9EAA72 (or 0x9EAA72) is known color: Sage. HEX triplet: 9E, AA and 72. RGB value is (158,170,114). Sum of RGB (Red+Green+Blue) = 158+170+114=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA72 is #61558D. Grayscale: #A0A0A0. Windows color (decimal): -6378894 or 7514782. OLE color: 7514782.
HSL color Cylindrical-coordinate representation of color #9EAA72: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EAA72 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 114 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.33 |
| HSL | 72.86º | 0.25% | 0.56% | - |
| HSV(B) | 72.86º | 0.33% | 0.67% | - |
| XYZ | 31.51 | 37.23 | 21.45 | - |
| YUV | 160.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 114 | 0.07 | 0 | 0.33 | 0.33 | 72.86 | 0.25 | 0.56 |
| Hex | 9E | AA | 72 | 7 | 0 | 21 | 21 | 49 | 19 | 38 |
| Octal | 236 | 252 | 162 | 7 | 0 | 41 | 41 | 111 | 31 | 70 |
| Binary | 10011110 | 10101010 | 1110010 | 111 | 0 | 100001 | 100001 | 1001001 | 11001 | 111000 |
Color Harmonies of #9EAA72
Complementary color
Monochromatic Colors of #9EAA72
Black with #9EAA72
Text Example
Text Example
White with #9EAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA72; }
p { color: rgb(158,170,114); }
H1.HeaderClassName
{
color: #9EAA72;
}
.AnyTagClassName
{
color: #9EAA72;
}
</style>
background-color css
<style>
a { background-color: #9EAA72; }
a { background-color: rgb(158,170,114); }
div.DivClassName
{
background-color: #9EAA72;
}
.BgClassName
{
background-color: #9EAA72;
}
</style>
border-color css
<style>
span { border-color: #9EAA72; }
span { border-color: rgb(158,170,114); }
td.TdClassName
{
border-color: #9EAA72;
}
.TagClassName
{
border-color: #9EAA72;
}
</style>