Shades of Sage #8E9977
Tints of Sage #8E9977
RGB
CMYK
RGB Variations
Color information
#8E9977 (or 0x8E9977) is known color: Sage. HEX triplet: 8E, 99 and 77. RGB value is (142,153,119). Sum of RGB (Red+Green+Blue) = 142+153+119=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9977 is #716688. Grayscale: #919191. Windows color (decimal): -7431817 or 7838094. OLE color: 7838094.
HSL color Cylindrical-coordinate representation of color #8E9977: hue angle of 79.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9977 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 119 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.4 |
| HSL | 79.41º | 0.14% | 0.53% | - |
| HSV(B) | 79.41º | 0.22% | 0.6% | - |
| XYZ | 25.88 | 29.87 | 21.85 | - |
| YUV | 145.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 119 | 0.07 | 0 | 0.22 | 0.4 | 79.41 | 0.14 | 0.53 |
| Hex | 8E | 99 | 77 | 7 | 0 | 16 | 28 | 4F | E | 35 |
| Octal | 216 | 231 | 167 | 7 | 0 | 26 | 50 | 117 | 16 | 65 |
| Binary | 10001110 | 10011001 | 1110111 | 111 | 0 | 10110 | 101000 | 1001111 | 1110 | 110101 |
Color Harmonies of #8E9977
Complementary color
Monochromatic Colors of #8E9977
Black with #8E9977
Text Example
Text Example
White with #8E9977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9977; }
p { color: rgb(142,153,119); }
H1.HeaderClassName
{
color: #8E9977;
}
.AnyTagClassName
{
color: #8E9977;
}
</style>
background-color css
<style>
a { background-color: #8E9977; }
a { background-color: rgb(142,153,119); }
div.DivClassName
{
background-color: #8E9977;
}
.BgClassName
{
background-color: #8E9977;
}
</style>
border-color css
<style>
span { border-color: #8E9977; }
span { border-color: rgb(142,153,119); }
td.TdClassName
{
border-color: #8E9977;
}
.TagClassName
{
border-color: #8E9977;
}
</style>