Shades of Sage #8E9F7C
Tints of Sage #8E9F7C
RGB
CMYK
RGB Variations
Color information
#8E9F7C (or 0x8E9F7C) is known color: Sage. HEX triplet: 8E, 9F and 7C. RGB value is (142,159,124). Sum of RGB (Red+Green+Blue) = 142+159+124=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9F7C is #716083. Grayscale: #969696. Windows color (decimal): -7430276 or 8167310. OLE color: 8167310.
HSL color Cylindrical-coordinate representation of color #8E9F7C: hue angle of 89.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9F7C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 159 | 124 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.38 |
| HSL | 89.14º | 0.15% | 0.55% | - |
| HSV(B) | 89.14º | 0.22% | 0.62% | - |
| XYZ | 27.19 | 32 | 23.81 | - |
| YUV | 149.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 124 | 0.11 | 0 | 0.22 | 0.38 | 89.14 | 0.15 | 0.55 |
| Hex | 8E | 9F | 7C | B | 0 | 16 | 26 | 59 | F | 37 |
| Octal | 216 | 237 | 174 | 13 | 0 | 26 | 46 | 131 | 17 | 67 |
| Binary | 10001110 | 10011111 | 1111100 | 1011 | 0 | 10110 | 100110 | 1011001 | 1111 | 110111 |
Color Harmonies of #8E9F7C
Complementary color
Monochromatic Colors of #8E9F7C
Black with #8E9F7C
Text Example
Text Example
White with #8E9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9F7C; }
p { color: rgb(142,159,124); }
H1.HeaderClassName
{
color: #8E9F7C;
}
.AnyTagClassName
{
color: #8E9F7C;
}
</style>
background-color css
<style>
a { background-color: #8E9F7C; }
a { background-color: rgb(142,159,124); }
div.DivClassName
{
background-color: #8E9F7C;
}
.BgClassName
{
background-color: #8E9F7C;
}
</style>
border-color css
<style>
span { border-color: #8E9F7C; }
span { border-color: rgb(142,159,124); }
td.TdClassName
{
border-color: #8E9F7C;
}
.TagClassName
{
border-color: #8E9F7C;
}
</style>