Shades of Sage #8F9E79
Tints of Sage #8F9E79
RGB
CMYK
RGB Variations
Color information
#8F9E79 (or 0x8F9E79) is known color: Sage. HEX triplet: 8F, 9E and 79. RGB value is (143,158,121). Sum of RGB (Red+Green+Blue) = 143+158+121=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9E79 is #706186. Grayscale: #959595. Windows color (decimal): -7364999 or 7970447. OLE color: 7970447.
HSL color Cylindrical-coordinate representation of color #8F9E79: hue angle of 84.32º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F9E79 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 121 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.38 |
| HSL | 84.32º | 0.16% | 0.55% | - |
| HSV(B) | 84.32º | 0.23% | 0.62% | - |
| XYZ | 27.01 | 31.67 | 22.78 | - |
| YUV | 149.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 121 | 0.09 | 0 | 0.23 | 0.38 | 84.32 | 0.16 | 0.55 |
| Hex | 8F | 9E | 79 | 9 | 0 | 17 | 26 | 54 | 10 | 37 |
| Octal | 217 | 236 | 171 | 11 | 0 | 27 | 46 | 124 | 20 | 67 |
| Binary | 10001111 | 10011110 | 1111001 | 1001 | 0 | 10111 | 100110 | 1010100 | 10000 | 110111 |
Color Harmonies of #8F9E79
Complementary color
Monochromatic Colors of #8F9E79
Black with #8F9E79
Text Example
Text Example
White with #8F9E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E79; }
p { color: rgb(143,158,121); }
H1.HeaderClassName
{
color: #8F9E79;
}
.AnyTagClassName
{
color: #8F9E79;
}
</style>
background-color css
<style>
a { background-color: #8F9E79; }
a { background-color: rgb(143,158,121); }
div.DivClassName
{
background-color: #8F9E79;
}
.BgClassName
{
background-color: #8F9E79;
}
</style>
border-color css
<style>
span { border-color: #8F9E79; }
span { border-color: rgb(143,158,121); }
td.TdClassName
{
border-color: #8F9E79;
}
.TagClassName
{
border-color: #8F9E79;
}
</style>