Shades of Sage #8E9E75
Tints of Sage #8E9E75
RGB
CMYK
RGB Variations
Color information
#8E9E75 (or 0x8E9E75) is known color: Sage. HEX triplet: 8E, 9E and 75. RGB value is (142,158,117). Sum of RGB (Red+Green+Blue) = 142+158+117=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9E75 is #71618A. Grayscale: #949494. Windows color (decimal): -7430539 or 7708302. OLE color: 7708302.
HSL color Cylindrical-coordinate representation of color #8E9E75: hue angle of 83.41º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E9E75 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 158 | 117 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.38 |
| HSL | 83.41º | 0.17% | 0.54% | - |
| HSV(B) | 83.41º | 0.26% | 0.62% | - |
| XYZ | 26.59 | 31.49 | 21.51 | - |
| YUV | 148.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 117 | 0.10 | 0 | 0.26 | 0.38 | 83.41 | 0.17 | 0.54 |
| Hex | 8E | 9E | 75 | A | 0 | 1A | 26 | 53 | 11 | 36 |
| Octal | 216 | 236 | 165 | 12 | 0 | 32 | 46 | 123 | 21 | 66 |
| Binary | 10001110 | 10011110 | 1110101 | 1010 | 0 | 11010 | 100110 | 1010011 | 10001 | 110110 |
Color Harmonies of #8E9E75
Complementary color
Monochromatic Colors of #8E9E75
Black with #8E9E75
Text Example
Text Example
White with #8E9E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9E75; }
p { color: rgb(142,158,117); }
H1.HeaderClassName
{
color: #8E9E75;
}
.AnyTagClassName
{
color: #8E9E75;
}
</style>
background-color css
<style>
a { background-color: #8E9E75; }
a { background-color: rgb(142,158,117); }
div.DivClassName
{
background-color: #8E9E75;
}
.BgClassName
{
background-color: #8E9E75;
}
</style>
border-color css
<style>
span { border-color: #8E9E75; }
span { border-color: rgb(142,158,117); }
td.TdClassName
{
border-color: #8E9E75;
}
.TagClassName
{
border-color: #8E9E75;
}
</style>