Shades of Sage #8C957C
Tints of Sage #8C957C
RGB
CMYK
RGB Variations
Color information
#8C957C (or 0x8C957C) is known color: Sage. HEX triplet: 8C, 95 and 7C. RGB value is (140,149,124). Sum of RGB (Red+Green+Blue) = 140+149+124=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #8C957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C957C is #736A83. Grayscale: #8F8F8F. Windows color (decimal): -7563908 or 8164748. OLE color: 8164748.
HSL color Cylindrical-coordinate representation of color #8C957C: hue angle of 81.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C957C is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 124 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.42 |
| HSL | 81.6º | 0.11% | 0.54% | - |
| HSV(B) | 81.6º | 0.17% | 0.58% | - |
| XYZ | 25.2 | 28.53 | 23.25 | - |
| YUV | 143.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 124 | 0.06 | 0 | 0.17 | 0.42 | 81.6 | 0.11 | 0.54 |
| Hex | 8C | 95 | 7C | 6 | 0 | 11 | 2A | 52 | B | 36 |
| Octal | 214 | 225 | 174 | 6 | 0 | 21 | 52 | 122 | 13 | 66 |
| Binary | 10001100 | 10010101 | 1111100 | 110 | 0 | 10001 | 101010 | 1010010 | 1011 | 110110 |
Color Harmonies of #8C957C
Complementary color
Monochromatic Colors of #8C957C
Black with #8C957C
Text Example
Text Example
White with #8C957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C957C; }
p { color: rgb(140,149,124); }
H1.HeaderClassName
{
color: #8C957C;
}
.AnyTagClassName
{
color: #8C957C;
}
</style>
background-color css
<style>
a { background-color: #8C957C; }
a { background-color: rgb(140,149,124); }
div.DivClassName
{
background-color: #8C957C;
}
.BgClassName
{
background-color: #8C957C;
}
</style>
border-color css
<style>
span { border-color: #8C957C; }
span { border-color: rgb(140,149,124); }
td.TdClassName
{
border-color: #8C957C;
}
.TagClassName
{
border-color: #8C957C;
}
</style>