Shades of Sage #8C9079
Tints of Sage #8C9079
RGB
CMYK
RGB Variations
Color information
#8C9079 (or 0x8C9079) is known color: Sage. HEX triplet: 8C, 90 and 79. RGB value is (140,144,121). Sum of RGB (Red+Green+Blue) = 140+144+121=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9079 is #736F86. Grayscale: #8C8C8C. Windows color (decimal): -7565191 or 7966860. OLE color: 7966860.
HSL color Cylindrical-coordinate representation of color #8C9079: hue angle of 70.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C9079 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 121 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.44 |
| HSL | 70.43º | 0.09% | 0.52% | - |
| HSV(B) | 70.43º | 0.16% | 0.56% | - |
| XYZ | 24.24 | 26.9 | 22 | - |
| YUV | 140.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 121 | 0.03 | 0 | 0.16 | 0.44 | 70.43 | 0.09 | 0.52 |
| Hex | 8C | 90 | 79 | 3 | 0 | 10 | 2C | 46 | 9 | 34 |
| Octal | 214 | 220 | 171 | 3 | 0 | 20 | 54 | 106 | 11 | 64 |
| Binary | 10001100 | 10010000 | 1111001 | 11 | 0 | 10000 | 101100 | 1000110 | 1001 | 110100 |
Color Harmonies of #8C9079
Complementary color
Monochromatic Colors of #8C9079
Black with #8C9079
Text Example
Text Example
White with #8C9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9079; }
p { color: rgb(140,144,121); }
H1.HeaderClassName
{
color: #8C9079;
}
.AnyTagClassName
{
color: #8C9079;
}
</style>
background-color css
<style>
a { background-color: #8C9079; }
a { background-color: rgb(140,144,121); }
div.DivClassName
{
background-color: #8C9079;
}
.BgClassName
{
background-color: #8C9079;
}
</style>
border-color css
<style>
span { border-color: #8C9079; }
span { border-color: rgb(140,144,121); }
td.TdClassName
{
border-color: #8C9079;
}
.TagClassName
{
border-color: #8C9079;
}
</style>