Shades of Sage #9EA786
Tints of Sage #9EA786
RGB
CMYK
RGB Variations
Color information
#9EA786 (or 0x9EA786) is known color: Sage. HEX triplet: 9E, A7 and 86. RGB value is (158,167,134). Sum of RGB (Red+Green+Blue) = 158+167+134=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA786 is #615879. Grayscale: #A0A0A0. Windows color (decimal): -6379642 or 8824734. OLE color: 8824734.
HSL color Cylindrical-coordinate representation of color #9EA786: hue angle of 76.36º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EA786 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 134 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.35 |
| HSL | 76.36º | 0.16% | 0.59% | - |
| HSV(B) | 76.36º | 0.2% | 0.65% | - |
| XYZ | 32.22 | 36.63 | 27.93 | - |
| YUV | 160.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 134 | 0.05 | 0 | 0.20 | 0.35 | 76.36 | 0.16 | 0.59 |
| Hex | 9E | A7 | 86 | 5 | 0 | 14 | 23 | 4C | 10 | 3B |
| Octal | 236 | 247 | 206 | 5 | 0 | 24 | 43 | 114 | 20 | 73 |
| Binary | 10011110 | 10100111 | 10000110 | 101 | 0 | 10100 | 100011 | 1001100 | 10000 | 111011 |
Color Harmonies of #9EA786
Complementary color
Monochromatic Colors of #9EA786
Black with #9EA786
Text Example
Text Example
White with #9EA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA786; }
p { color: rgb(158,167,134); }
H1.HeaderClassName
{
color: #9EA786;
}
.AnyTagClassName
{
color: #9EA786;
}
</style>
background-color css
<style>
a { background-color: #9EA786; }
a { background-color: rgb(158,167,134); }
div.DivClassName
{
background-color: #9EA786;
}
.BgClassName
{
background-color: #9EA786;
}
</style>
border-color css
<style>
span { border-color: #9EA786; }
span { border-color: rgb(158,167,134); }
td.TdClassName
{
border-color: #9EA786;
}
.TagClassName
{
border-color: #9EA786;
}
</style>