Shades of Sage #8C967C
Tints of Sage #8C967C
RGB
CMYK
RGB Variations
Color information
#8C967C (or 0x8C967C) is known color: Sage. HEX triplet: 8C, 96 and 7C. RGB value is (140,150,124). Sum of RGB (Red+Green+Blue) = 140+150+124=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #8C967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C967C is #736983. Grayscale: #909090. Windows color (decimal): -7563652 or 8165004. OLE color: 8165004.
HSL color Cylindrical-coordinate representation of color #8C967C: hue angle of 83.08º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C967C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 124 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.41 |
| HSL | 83.08º | 0.11% | 0.54% | - |
| HSV(B) | 83.08º | 0.17% | 0.59% | - |
| XYZ | 25.36 | 28.84 | 23.3 | - |
| YUV | 144.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 124 | 0.07 | 0 | 0.17 | 0.41 | 83.08 | 0.11 | 0.54 |
| Hex | 8C | 96 | 7C | 7 | 0 | 11 | 29 | 53 | B | 36 |
| Octal | 214 | 226 | 174 | 7 | 0 | 21 | 51 | 123 | 13 | 66 |
| Binary | 10001100 | 10010110 | 1111100 | 111 | 0 | 10001 | 101001 | 1010011 | 1011 | 110110 |
Color Harmonies of #8C967C
Complementary color
Monochromatic Colors of #8C967C
Black with #8C967C
Text Example
Text Example
White with #8C967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C967C; }
p { color: rgb(140,150,124); }
H1.HeaderClassName
{
color: #8C967C;
}
.AnyTagClassName
{
color: #8C967C;
}
</style>
background-color css
<style>
a { background-color: #8C967C; }
a { background-color: rgb(140,150,124); }
div.DivClassName
{
background-color: #8C967C;
}
.BgClassName
{
background-color: #8C967C;
}
</style>
border-color css
<style>
span { border-color: #8C967C; }
span { border-color: rgb(140,150,124); }
td.TdClassName
{
border-color: #8C967C;
}
.TagClassName
{
border-color: #8C967C;
}
</style>