Shades of Sage #9EA272
Tints of Sage #9EA272
RGB
CMYK
RGB Variations
Color information
#9EA272 (or 0x9EA272) is known color: Sage. HEX triplet: 9E, A2 and 72. RGB value is (158,162,114). Sum of RGB (Red+Green+Blue) = 158+162+114=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA272 is #615D8D. Grayscale: #9B9B9B. Windows color (decimal): -6380942 or 7512734. OLE color: 7512734.
HSL color Cylindrical-coordinate representation of color #9EA272: hue angle of 65º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EA272 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 162 | 114 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.36 |
| HSL | 65º | 0.21% | 0.54% | - |
| HSV(B) | 65º | 0.3% | 0.64% | - |
| XYZ | 30.06 | 34.32 | 20.96 | - |
| YUV | 155.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 114 | 0.02 | 0 | 0.30 | 0.36 | 65 | 0.21 | 0.54 |
| Hex | 9E | A2 | 72 | 2 | 0 | 1E | 24 | 41 | 15 | 36 |
| Octal | 236 | 242 | 162 | 2 | 0 | 36 | 44 | 101 | 25 | 66 |
| Binary | 10011110 | 10100010 | 1110010 | 10 | 0 | 11110 | 100100 | 1000001 | 10101 | 110110 |
Color Harmonies of #9EA272
Complementary color
Monochromatic Colors of #9EA272
Black with #9EA272
Text Example
Text Example
White with #9EA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA272; }
p { color: rgb(158,162,114); }
H1.HeaderClassName
{
color: #9EA272;
}
.AnyTagClassName
{
color: #9EA272;
}
</style>
background-color css
<style>
a { background-color: #9EA272; }
a { background-color: rgb(158,162,114); }
div.DivClassName
{
background-color: #9EA272;
}
.BgClassName
{
background-color: #9EA272;
}
</style>
border-color css
<style>
span { border-color: #9EA272; }
span { border-color: rgb(158,162,114); }
td.TdClassName
{
border-color: #9EA272;
}
.TagClassName
{
border-color: #9EA272;
}
</style>