Shades of Sage #8C917C
Tints of Sage #8C917C
RGB
CMYK
RGB Variations
Color information
#8C917C (or 0x8C917C) is known color: Sage. HEX triplet: 8C, 91 and 7C. RGB value is (140,145,124). Sum of RGB (Red+Green+Blue) = 140+145+124=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #8C917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C917C is #736E83. Grayscale: #8D8D8D. Windows color (decimal): -7564932 or 8163724. OLE color: 8163724.
HSL color Cylindrical-coordinate representation of color #8C917C: hue angle of 74.29º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C917C is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 124 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.43 |
| HSL | 74.29º | 0.09% | 0.53% | - |
| HSV(B) | 74.29º | 0.14% | 0.57% | - |
| XYZ | 24.58 | 27.28 | 23.04 | - |
| YUV | 141.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 124 | 0.03 | 0 | 0.14 | 0.43 | 74.29 | 0.09 | 0.53 |
| Hex | 8C | 91 | 7C | 3 | 0 | E | 2B | 4A | 9 | 35 |
| Octal | 214 | 221 | 174 | 3 | 0 | 16 | 53 | 112 | 11 | 65 |
| Binary | 10001100 | 10010001 | 1111100 | 11 | 0 | 1110 | 101011 | 1001010 | 1001 | 110101 |
Color Harmonies of #8C917C
Complementary color
Monochromatic Colors of #8C917C
Black with #8C917C
Text Example
Text Example
White with #8C917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C917C; }
p { color: rgb(140,145,124); }
H1.HeaderClassName
{
color: #8C917C;
}
.AnyTagClassName
{
color: #8C917C;
}
</style>
background-color css
<style>
a { background-color: #8C917C; }
a { background-color: rgb(140,145,124); }
div.DivClassName
{
background-color: #8C917C;
}
.BgClassName
{
background-color: #8C917C;
}
</style>
border-color css
<style>
span { border-color: #8C917C; }
span { border-color: rgb(140,145,124); }
td.TdClassName
{
border-color: #8C917C;
}
.TagClassName
{
border-color: #8C917C;
}
</style>