Shades of Sage #8E9D7E
Tints of Sage #8E9D7E
RGB
CMYK
RGB Variations
Color information
#8E9D7E (or 0x8E9D7E) is known color: Sage. HEX triplet: 8E, 9D and 7E. RGB value is (142,157,126). Sum of RGB (Red+Green+Blue) = 142+157+126=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9D7E is #716281. Grayscale: #959595. Windows color (decimal): -7430786 or 8297870. OLE color: 8297870.
HSL color Cylindrical-coordinate representation of color #8E9D7E: hue angle of 89.03º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E9D7E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 126 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.38 |
| HSL | 89.03º | 0.14% | 0.55% | - |
| HSV(B) | 89.03º | 0.2% | 0.62% | - |
| XYZ | 26.98 | 31.37 | 24.37 | - |
| YUV | 148.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 126 | 0.10 | 0 | 0.20 | 0.38 | 89.03 | 0.14 | 0.55 |
| Hex | 8E | 9D | 7E | A | 0 | 14 | 26 | 59 | E | 37 |
| Octal | 216 | 235 | 176 | 12 | 0 | 24 | 46 | 131 | 16 | 67 |
| Binary | 10001110 | 10011101 | 1111110 | 1010 | 0 | 10100 | 100110 | 1011001 | 1110 | 110111 |
Color Harmonies of #8E9D7E
Complementary color
Monochromatic Colors of #8E9D7E
Black with #8E9D7E
Text Example
Text Example
White with #8E9D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D7E; }
p { color: rgb(142,157,126); }
H1.HeaderClassName
{
color: #8E9D7E;
}
.AnyTagClassName
{
color: #8E9D7E;
}
</style>
background-color css
<style>
a { background-color: #8E9D7E; }
a { background-color: rgb(142,157,126); }
div.DivClassName
{
background-color: #8E9D7E;
}
.BgClassName
{
background-color: #8E9D7E;
}
</style>
border-color css
<style>
span { border-color: #8E9D7E; }
span { border-color: rgb(142,157,126); }
td.TdClassName
{
border-color: #8E9D7E;
}
.TagClassName
{
border-color: #8E9D7E;
}
</style>