Shades of Sage #9EA67F
Tints of Sage #9EA67F
RGB
CMYK
RGB Variations
Color information
#9EA67F (or 0x9EA67F) is known color: Sage. HEX triplet: 9E, A6 and 7F. RGB value is (158,166,127). Sum of RGB (Red+Green+Blue) = 158+166+127=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA67F is #615980. Grayscale: #9F9F9F. Windows color (decimal): -6379905 or 8365726. OLE color: 8365726.
HSL color Cylindrical-coordinate representation of color #9EA67F: hue angle of 72.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA67F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 166 | 127 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.35 |
| HSL | 72.31º | 0.18% | 0.57% | - |
| HSV(B) | 72.31º | 0.23% | 0.65% | - |
| XYZ | 31.57 | 36.07 | 25.38 | - |
| YUV | 159.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 127 | 0.05 | 0 | 0.23 | 0.35 | 72.31 | 0.18 | 0.57 |
| Hex | 9E | A6 | 7F | 5 | 0 | 17 | 23 | 48 | 12 | 39 |
| Octal | 236 | 246 | 177 | 5 | 0 | 27 | 43 | 110 | 22 | 71 |
| Binary | 10011110 | 10100110 | 1111111 | 101 | 0 | 10111 | 100011 | 1001000 | 10010 | 111001 |
Color Harmonies of #9EA67F
Complementary color
Monochromatic Colors of #9EA67F
Black with #9EA67F
Text Example
Text Example
White with #9EA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA67F; }
p { color: rgb(158,166,127); }
H1.HeaderClassName
{
color: #9EA67F;
}
.AnyTagClassName
{
color: #9EA67F;
}
</style>
background-color css
<style>
a { background-color: #9EA67F; }
a { background-color: rgb(158,166,127); }
div.DivClassName
{
background-color: #9EA67F;
}
.BgClassName
{
background-color: #9EA67F;
}
</style>
border-color css
<style>
span { border-color: #9EA67F; }
span { border-color: rgb(158,166,127); }
td.TdClassName
{
border-color: #9EA67F;
}
.TagClassName
{
border-color: #9EA67F;
}
</style>