Shades of Sage #9EAA79
Tints of Sage #9EAA79
RGB
CMYK
RGB Variations
Color information
#9EAA79 (or 0x9EAA79) is known color: Sage. HEX triplet: 9E, AA and 79. RGB value is (158,170,121). Sum of RGB (Red+Green+Blue) = 158+170+121=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA79 is #615586. Grayscale: #A1A1A1. Windows color (decimal): -6378887 or 7973534. OLE color: 7973534.
HSL color Cylindrical-coordinate representation of color #9EAA79: hue angle of 74.69º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EAA79 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 121 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.33 |
| HSL | 74.69º | 0.22% | 0.57% | - |
| HSV(B) | 74.69º | 0.29% | 0.67% | - |
| XYZ | 31.93 | 37.4 | 23.63 | - |
| YUV | 160.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 121 | 0.07 | 0 | 0.29 | 0.33 | 74.69 | 0.22 | 0.57 |
| Hex | 9E | AA | 79 | 7 | 0 | 1D | 21 | 4B | 16 | 39 |
| Octal | 236 | 252 | 171 | 7 | 0 | 35 | 41 | 113 | 26 | 71 |
| Binary | 10011110 | 10101010 | 1111001 | 111 | 0 | 11101 | 100001 | 1001011 | 10110 | 111001 |
Color Harmonies of #9EAA79
Complementary color
Monochromatic Colors of #9EAA79
Black with #9EAA79
Text Example
Text Example
White with #9EAA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA79; }
p { color: rgb(158,170,121); }
H1.HeaderClassName
{
color: #9EAA79;
}
.AnyTagClassName
{
color: #9EAA79;
}
</style>
background-color css
<style>
a { background-color: #9EAA79; }
a { background-color: rgb(158,170,121); }
div.DivClassName
{
background-color: #9EAA79;
}
.BgClassName
{
background-color: #9EAA79;
}
</style>
border-color css
<style>
span { border-color: #9EAA79; }
span { border-color: rgb(158,170,121); }
td.TdClassName
{
border-color: #9EAA79;
}
.TagClassName
{
border-color: #9EAA79;
}
</style>