Shades of Sage #8E9B7C
Tints of Sage #8E9B7C
RGB
CMYK
RGB Variations
Color information
#8E9B7C (or 0x8E9B7C) is known color: Sage. HEX triplet: 8E, 9B and 7C. RGB value is (142,155,124). Sum of RGB (Red+Green+Blue) = 142+155+124=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B7C is #716483. Grayscale: #939393. Windows color (decimal): -7431300 or 8166286. OLE color: 8166286.
HSL color Cylindrical-coordinate representation of color #8E9B7C: hue angle of 85.16º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E9B7C is Cyan = 0.08, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 155 | 124 | - |
| CMYK | 0.08 | 0 | 0.2 | 0.39 |
| HSL | 85.16º | 0.13% | 0.55% | - |
| HSV(B) | 85.16º | 0.2% | 0.61% | - |
| XYZ | 26.51 | 30.65 | 23.59 | - |
| YUV | 147.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 124 | 0.08 | 0 | 0.2 | 0.39 | 85.16 | 0.13 | 0.55 |
| Hex | 8E | 9B | 7C | 8 | 0 | 14 | 27 | 55 | D | 37 |
| Octal | 216 | 233 | 174 | 10 | 0 | 24 | 47 | 125 | 15 | 67 |
| Binary | 10001110 | 10011011 | 1111100 | 1000 | 0 | 10100 | 100111 | 1010101 | 1101 | 110111 |
Color Harmonies of #8E9B7C
Complementary color
Monochromatic Colors of #8E9B7C
Black with #8E9B7C
Text Example
Text Example
White with #8E9B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9B7C; }
p { color: rgb(142,155,124); }
H1.HeaderClassName
{
color: #8E9B7C;
}
.AnyTagClassName
{
color: #8E9B7C;
}
</style>
background-color css
<style>
a { background-color: #8E9B7C; }
a { background-color: rgb(142,155,124); }
div.DivClassName
{
background-color: #8E9B7C;
}
.BgClassName
{
background-color: #8E9B7C;
}
</style>
border-color css
<style>
span { border-color: #8E9B7C; }
span { border-color: rgb(142,155,124); }
td.TdClassName
{
border-color: #8E9B7C;
}
.TagClassName
{
border-color: #8E9B7C;
}
</style>