Shades of Sage #9EA777
Tints of Sage #9EA777
RGB
CMYK
RGB Variations
Color information
#9EA777 (or 0x9EA777) is known color: Sage. HEX triplet: 9E, A7 and 77. RGB value is (158,167,119). Sum of RGB (Red+Green+Blue) = 158+167+119=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA777 is #615888. Grayscale: #9F9F9F. Windows color (decimal): -6379657 or 7841694. OLE color: 7841694.
HSL color Cylindrical-coordinate representation of color #9EA777: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA777 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 119 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.35 |
| HSL | 71.25º | 0.21% | 0.56% | - |
| HSV(B) | 71.25º | 0.29% | 0.65% | - |
| XYZ | 31.25 | 36.24 | 22.8 | - |
| YUV | 158.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 119 | 0.05 | 0 | 0.29 | 0.35 | 71.25 | 0.21 | 0.56 |
| Hex | 9E | A7 | 77 | 5 | 0 | 1D | 23 | 47 | 15 | 38 |
| Octal | 236 | 247 | 167 | 5 | 0 | 35 | 43 | 107 | 25 | 70 |
| Binary | 10011110 | 10100111 | 1110111 | 101 | 0 | 11101 | 100011 | 1000111 | 10101 | 111000 |
Color Harmonies of #9EA777
Complementary color
Monochromatic Colors of #9EA777
Black with #9EA777
Text Example
Text Example
White with #9EA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA777; }
p { color: rgb(158,167,119); }
H1.HeaderClassName
{
color: #9EA777;
}
.AnyTagClassName
{
color: #9EA777;
}
</style>
background-color css
<style>
a { background-color: #9EA777; }
a { background-color: rgb(158,167,119); }
div.DivClassName
{
background-color: #9EA777;
}
.BgClassName
{
background-color: #9EA777;
}
</style>
border-color css
<style>
span { border-color: #9EA777; }
span { border-color: rgb(158,167,119); }
td.TdClassName
{
border-color: #9EA777;
}
.TagClassName
{
border-color: #9EA777;
}
</style>