Shades of Sage #9EA973
Tints of Sage #9EA973
RGB
CMYK
RGB Variations
Color information
#9EA973 (or 0x9EA973) is known color: Sage. HEX triplet: 9E, A9 and 73. RGB value is (158,169,115). Sum of RGB (Red+Green+Blue) = 158+169+115=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA973 is #61568C. Grayscale: #9F9F9F. Windows color (decimal): -6379149 or 7580062. OLE color: 7580062.
HSL color Cylindrical-coordinate representation of color #9EA973: hue angle of 72.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EA973 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 115 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.34 |
| HSL | 72.22º | 0.24% | 0.56% | - |
| HSV(B) | 72.22º | 0.32% | 0.66% | - |
| XYZ | 31.38 | 36.88 | 21.68 | - |
| YUV | 159.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 115 | 0.07 | 0 | 0.32 | 0.34 | 72.22 | 0.24 | 0.56 |
| Hex | 9E | A9 | 73 | 7 | 0 | 20 | 22 | 48 | 18 | 38 |
| Octal | 236 | 251 | 163 | 7 | 0 | 40 | 42 | 110 | 30 | 70 |
| Binary | 10011110 | 10101001 | 1110011 | 111 | 0 | 100000 | 100010 | 1001000 | 11000 | 111000 |
Color Harmonies of #9EA973
Complementary color
Monochromatic Colors of #9EA973
Black with #9EA973
Text Example
Text Example
White with #9EA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA973; }
p { color: rgb(158,169,115); }
H1.HeaderClassName
{
color: #9EA973;
}
.AnyTagClassName
{
color: #9EA973;
}
</style>
background-color css
<style>
a { background-color: #9EA973; }
a { background-color: rgb(158,169,115); }
div.DivClassName
{
background-color: #9EA973;
}
.BgClassName
{
background-color: #9EA973;
}
</style>
border-color css
<style>
span { border-color: #9EA973; }
span { border-color: rgb(158,169,115); }
td.TdClassName
{
border-color: #9EA973;
}
.TagClassName
{
border-color: #9EA973;
}
</style>