Shades of Sage #8E987A
Tints of Sage #8E987A
RGB
CMYK
RGB Variations
Color information
#8E987A (or 0x8E987A) is known color: Sage. HEX triplet: 8E, 98 and 7A. RGB value is (142,152,122). Sum of RGB (Red+Green+Blue) = 142+152+122=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #8E987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E987A is #716785. Grayscale: #919191. Windows color (decimal): -7432070 or 8034446. OLE color: 8034446.
HSL color Cylindrical-coordinate representation of color #8E987A: hue angle of 80º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E987A is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 152 | 122 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.40 |
| HSL | 80º | 0.13% | 0.54% | - |
| HSV(B) | 80º | 0.2% | 0.6% | - |
| XYZ | 25.9 | 29.61 | 22.76 | - |
| YUV | 145.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 122 | 0.07 | 0 | 0.20 | 0.40 | 80 | 0.13 | 0.54 |
| Hex | 8E | 98 | 7A | 7 | 0 | 14 | 28 | 50 | D | 36 |
| Octal | 216 | 230 | 172 | 7 | 0 | 24 | 50 | 120 | 15 | 66 |
| Binary | 10001110 | 10011000 | 1111010 | 111 | 0 | 10100 | 101000 | 1010000 | 1101 | 110110 |
Color Harmonies of #8E987A
Complementary color
Monochromatic Colors of #8E987A
Black with #8E987A
Text Example
Text Example
White with #8E987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E987A; }
p { color: rgb(142,152,122); }
H1.HeaderClassName
{
color: #8E987A;
}
.AnyTagClassName
{
color: #8E987A;
}
</style>
background-color css
<style>
a { background-color: #8E987A; }
a { background-color: rgb(142,152,122); }
div.DivClassName
{
background-color: #8E987A;
}
.BgClassName
{
background-color: #8E987A;
}
</style>
border-color css
<style>
span { border-color: #8E987A; }
span { border-color: rgb(142,152,122); }
td.TdClassName
{
border-color: #8E987A;
}
.TagClassName
{
border-color: #8E987A;
}
</style>