Shades of Sage #8E9F6C
Tints of Sage #8E9F6C
RGB
CMYK
RGB Variations
Color information
#8E9F6C (or 0x8E9F6C) is known color: Sage. HEX triplet: 8E, 9F and 6C. RGB value is (142,159,108). Sum of RGB (Red+Green+Blue) = 142+159+108=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9F6C is #716093. Grayscale: #949494. Windows color (decimal): -7430292 or 7118734. OLE color: 7118734.
HSL color Cylindrical-coordinate representation of color #8E9F6C: hue angle of 80º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E9F6C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 159 | 108 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.38 |
| HSL | 80º | 0.21% | 0.52% | - |
| HSV(B) | 80º | 0.32% | 0.62% | - |
| XYZ | 26.26 | 31.63 | 18.91 | - |
| YUV | 148.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 108 | 0.11 | 0 | 0.32 | 0.38 | 80 | 0.21 | 0.52 |
| Hex | 8E | 9F | 6C | B | 0 | 20 | 26 | 50 | 15 | 34 |
| Octal | 216 | 237 | 154 | 13 | 0 | 40 | 46 | 120 | 25 | 64 |
| Binary | 10001110 | 10011111 | 1101100 | 1011 | 0 | 100000 | 100110 | 1010000 | 10101 | 110100 |
Color Harmonies of #8E9F6C
Complementary color
Monochromatic Colors of #8E9F6C
Black with #8E9F6C
Text Example
Text Example
White with #8E9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9F6C; }
p { color: rgb(142,159,108); }
H1.HeaderClassName
{
color: #8E9F6C;
}
.AnyTagClassName
{
color: #8E9F6C;
}
</style>
background-color css
<style>
a { background-color: #8E9F6C; }
a { background-color: rgb(142,159,108); }
div.DivClassName
{
background-color: #8E9F6C;
}
.BgClassName
{
background-color: #8E9F6C;
}
</style>
border-color css
<style>
span { border-color: #8E9F6C; }
span { border-color: rgb(142,159,108); }
td.TdClassName
{
border-color: #8E9F6C;
}
.TagClassName
{
border-color: #8E9F6C;
}
</style>