Shades of Sage #9EA772
Tints of Sage #9EA772
RGB
CMYK
RGB Variations
Color information
#9EA772 (or 0x9EA772) is known color: Sage. HEX triplet: 9E, A7 and 72. RGB value is (158,167,114). Sum of RGB (Red+Green+Blue) = 158+167+114=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA772 is #61588D. Grayscale: #9E9E9E. Windows color (decimal): -6379662 or 7514014. OLE color: 7514014.
HSL color Cylindrical-coordinate representation of color #9EA772: hue angle of 70.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EA772 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 114 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.35 |
| HSL | 70.19º | 0.23% | 0.55% | - |
| HSV(B) | 70.19º | 0.32% | 0.65% | - |
| XYZ | 30.96 | 36.12 | 21.26 | - |
| YUV | 158.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 114 | 0.05 | 0 | 0.32 | 0.35 | 70.19 | 0.23 | 0.55 |
| Hex | 9E | A7 | 72 | 5 | 0 | 20 | 23 | 46 | 17 | 37 |
| Octal | 236 | 247 | 162 | 5 | 0 | 40 | 43 | 106 | 27 | 67 |
| Binary | 10011110 | 10100111 | 1110010 | 101 | 0 | 100000 | 100011 | 1000110 | 10111 | 110111 |
Color Harmonies of #9EA772
Complementary color
Monochromatic Colors of #9EA772
Black with #9EA772
Text Example
Text Example
White with #9EA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA772; }
p { color: rgb(158,167,114); }
H1.HeaderClassName
{
color: #9EA772;
}
.AnyTagClassName
{
color: #9EA772;
}
</style>
background-color css
<style>
a { background-color: #9EA772; }
a { background-color: rgb(158,167,114); }
div.DivClassName
{
background-color: #9EA772;
}
.BgClassName
{
background-color: #9EA772;
}
</style>
border-color css
<style>
span { border-color: #9EA772; }
span { border-color: rgb(158,167,114); }
td.TdClassName
{
border-color: #9EA772;
}
.TagClassName
{
border-color: #9EA772;
}
</style>