Shades of Sage #8E9E76
Tints of Sage #8E9E76
RGB
CMYK
RGB Variations
Color information
#8E9E76 (or 0x8E9E76) is known color: Sage. HEX triplet: 8E, 9E and 76. RGB value is (142,158,118). Sum of RGB (Red+Green+Blue) = 142+158+118=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9E76 is #716189. Grayscale: #949494. Windows color (decimal): -7430538 or 7773838. OLE color: 7773838.
HSL color Cylindrical-coordinate representation of color #8E9E76: hue angle of 84º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E9E76 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 158 | 118 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.38 |
| HSL | 84º | 0.17% | 0.54% | - |
| HSV(B) | 84º | 0.25% | 0.62% | - |
| XYZ | 26.65 | 31.51 | 21.82 | - |
| YUV | 148.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 118 | 0.10 | 0 | 0.25 | 0.38 | 84 | 0.17 | 0.54 |
| Hex | 8E | 9E | 76 | A | 0 | 19 | 26 | 54 | 11 | 36 |
| Octal | 216 | 236 | 166 | 12 | 0 | 31 | 46 | 124 | 21 | 66 |
| Binary | 10001110 | 10011110 | 1110110 | 1010 | 0 | 11001 | 100110 | 1010100 | 10001 | 110110 |
Color Harmonies of #8E9E76
Complementary color
Monochromatic Colors of #8E9E76
Black with #8E9E76
Text Example
Text Example
White with #8E9E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9E76; }
p { color: rgb(142,158,118); }
H1.HeaderClassName
{
color: #8E9E76;
}
.AnyTagClassName
{
color: #8E9E76;
}
</style>
background-color css
<style>
a { background-color: #8E9E76; }
a { background-color: rgb(142,158,118); }
div.DivClassName
{
background-color: #8E9E76;
}
.BgClassName
{
background-color: #8E9E76;
}
</style>
border-color css
<style>
span { border-color: #8E9E76; }
span { border-color: rgb(142,158,118); }
td.TdClassName
{
border-color: #8E9E76;
}
.TagClassName
{
border-color: #8E9E76;
}
</style>