Shades of Sage #8E9378
Tints of Sage #8E9378
RGB
CMYK
RGB Variations
Color information
#8E9378 (or 0x8E9378) is known color: Sage. HEX triplet: 8E, 93 and 78. RGB value is (142,147,120). Sum of RGB (Red+Green+Blue) = 142+147+120=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9378 is #716C87. Grayscale: #8E8E8E. Windows color (decimal): -7433352 or 7902094. OLE color: 7902094.
HSL color Cylindrical-coordinate representation of color #8E9378: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E9378 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 120 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.42 |
| HSL | 71.11º | 0.11% | 0.52% | - |
| HSV(B) | 71.11º | 0.18% | 0.58% | - |
| XYZ | 24.98 | 27.97 | 21.85 | - |
| YUV | 142.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 120 | 0.03 | 0 | 0.18 | 0.42 | 71.11 | 0.11 | 0.52 |
| Hex | 8E | 93 | 78 | 3 | 0 | 12 | 2A | 47 | B | 34 |
| Octal | 216 | 223 | 170 | 3 | 0 | 22 | 52 | 107 | 13 | 64 |
| Binary | 10001110 | 10010011 | 1111000 | 11 | 0 | 10010 | 101010 | 1000111 | 1011 | 110100 |
Color Harmonies of #8E9378
Complementary color
Monochromatic Colors of #8E9378
Black with #8E9378
Text Example
Text Example
White with #8E9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9378; }
p { color: rgb(142,147,120); }
H1.HeaderClassName
{
color: #8E9378;
}
.AnyTagClassName
{
color: #8E9378;
}
</style>
background-color css
<style>
a { background-color: #8E9378; }
a { background-color: rgb(142,147,120); }
div.DivClassName
{
background-color: #8E9378;
}
.BgClassName
{
background-color: #8E9378;
}
</style>
border-color css
<style>
span { border-color: #8E9378; }
span { border-color: rgb(142,147,120); }
td.TdClassName
{
border-color: #8E9378;
}
.TagClassName
{
border-color: #8E9378;
}
</style>