Shades of Sage #8C977B
Tints of Sage #8C977B
RGB
CMYK
RGB Variations
Color information
#8C977B (or 0x8C977B) is known color: Sage. HEX triplet: 8C, 97 and 7B. RGB value is (140,151,123). Sum of RGB (Red+Green+Blue) = 140+151+123=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #8C977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C977B is #736884. Grayscale: #909090. Windows color (decimal): -7563397 or 8099724. OLE color: 8099724.
HSL color Cylindrical-coordinate representation of color #8C977B: hue angle of 83.57º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C977B is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 123 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.41 |
| HSL | 83.57º | 0.12% | 0.54% | - |
| HSV(B) | 83.57º | 0.19% | 0.59% | - |
| XYZ | 25.46 | 29.14 | 23.02 | - |
| YUV | 144.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 123 | 0.07 | 0 | 0.19 | 0.41 | 83.57 | 0.12 | 0.54 |
| Hex | 8C | 97 | 7B | 7 | 0 | 13 | 29 | 54 | C | 36 |
| Octal | 214 | 227 | 173 | 7 | 0 | 23 | 51 | 124 | 14 | 66 |
| Binary | 10001100 | 10010111 | 1111011 | 111 | 0 | 10011 | 101001 | 1010100 | 1100 | 110110 |
Color Harmonies of #8C977B
Complementary color
Monochromatic Colors of #8C977B
Black with #8C977B
Text Example
Text Example
White with #8C977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C977B; }
p { color: rgb(140,151,123); }
H1.HeaderClassName
{
color: #8C977B;
}
.AnyTagClassName
{
color: #8C977B;
}
</style>
background-color css
<style>
a { background-color: #8C977B; }
a { background-color: rgb(140,151,123); }
div.DivClassName
{
background-color: #8C977B;
}
.BgClassName
{
background-color: #8C977B;
}
</style>
border-color css
<style>
span { border-color: #8C977B; }
span { border-color: rgb(140,151,123); }
td.TdClassName
{
border-color: #8C977B;
}
.TagClassName
{
border-color: #8C977B;
}
</style>