Shades of Sage #8E967D
Tints of Sage #8E967D
RGB
CMYK
RGB Variations
Color information
#8E967D (or 0x8E967D) is known color: Sage. HEX triplet: 8E, 96 and 7D. RGB value is (142,150,125). Sum of RGB (Red+Green+Blue) = 142+150+125=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #8E967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E967D is #716982. Grayscale: #909090. Windows color (decimal): -7432579 or 8230542. OLE color: 8230542.
HSL color Cylindrical-coordinate representation of color #8E967D: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E967D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 150 | 125 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.41 |
| HSL | 79.2º | 0.11% | 0.54% | - |
| HSV(B) | 79.2º | 0.17% | 0.59% | - |
| XYZ | 25.76 | 29.04 | 23.65 | - |
| YUV | 144.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 125 | 0.05 | 0 | 0.17 | 0.41 | 79.2 | 0.11 | 0.54 |
| Hex | 8E | 96 | 7D | 5 | 0 | 11 | 29 | 4F | B | 36 |
| Octal | 216 | 226 | 175 | 5 | 0 | 21 | 51 | 117 | 13 | 66 |
| Binary | 10001110 | 10010110 | 1111101 | 101 | 0 | 10001 | 101001 | 1001111 | 1011 | 110110 |
Color Harmonies of #8E967D
Complementary color
Monochromatic Colors of #8E967D
Black with #8E967D
Text Example
Text Example
White with #8E967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E967D; }
p { color: rgb(142,150,125); }
H1.HeaderClassName
{
color: #8E967D;
}
.AnyTagClassName
{
color: #8E967D;
}
</style>
background-color css
<style>
a { background-color: #8E967D; }
a { background-color: rgb(142,150,125); }
div.DivClassName
{
background-color: #8E967D;
}
.BgClassName
{
background-color: #8E967D;
}
</style>
border-color css
<style>
span { border-color: #8E967D; }
span { border-color: rgb(142,150,125); }
td.TdClassName
{
border-color: #8E967D;
}
.TagClassName
{
border-color: #8E967D;
}
</style>