Shades of Sage #8E957C
Tints of Sage #8E957C
RGB
CMYK
RGB Variations
Color information
#8E957C (or 0x8E957C) is known color: Sage. HEX triplet: 8E, 95 and 7C. RGB value is (142,149,124). Sum of RGB (Red+Green+Blue) = 142+149+124=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #8E957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E957C is #716A83. Grayscale: #909090. Windows color (decimal): -7432836 or 8164750. OLE color: 8164750.
HSL color Cylindrical-coordinate representation of color #8E957C: hue angle of 76.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E957C is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 124 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.42 |
| HSL | 76.8º | 0.11% | 0.54% | - |
| HSV(B) | 76.8º | 0.17% | 0.58% | - |
| XYZ | 25.54 | 28.7 | 23.26 | - |
| YUV | 144.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 124 | 0.05 | 0 | 0.17 | 0.42 | 76.8 | 0.11 | 0.54 |
| Hex | 8E | 95 | 7C | 5 | 0 | 11 | 2A | 4D | B | 36 |
| Octal | 216 | 225 | 174 | 5 | 0 | 21 | 52 | 115 | 13 | 66 |
| Binary | 10001110 | 10010101 | 1111100 | 101 | 0 | 10001 | 101010 | 1001101 | 1011 | 110110 |
Color Harmonies of #8E957C
Complementary color
Monochromatic Colors of #8E957C
Black with #8E957C
Text Example
Text Example
White with #8E957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E957C; }
p { color: rgb(142,149,124); }
H1.HeaderClassName
{
color: #8E957C;
}
.AnyTagClassName
{
color: #8E957C;
}
</style>
background-color css
<style>
a { background-color: #8E957C; }
a { background-color: rgb(142,149,124); }
div.DivClassName
{
background-color: #8E957C;
}
.BgClassName
{
background-color: #8E957C;
}
</style>
border-color css
<style>
span { border-color: #8E957C; }
span { border-color: rgb(142,149,124); }
td.TdClassName
{
border-color: #8E957C;
}
.TagClassName
{
border-color: #8E957C;
}
</style>