Shades of Sage #8C977A
Tints of Sage #8C977A
RGB
CMYK
RGB Variations
Color information
#8C977A (or 0x8C977A) is known color: Sage. HEX triplet: 8C, 97 and 7A. RGB value is (140,151,122). Sum of RGB (Red+Green+Blue) = 140+151+122=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #8C977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C977A is #736885. Grayscale: #909090. Windows color (decimal): -7563398 or 8034188. OLE color: 8034188.
HSL color Cylindrical-coordinate representation of color #8C977A: hue angle of 82.76º 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 #8C977A is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 122 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.41 |
| HSL | 82.76º | 0.12% | 0.54% | - |
| HSV(B) | 82.76º | 0.19% | 0.59% | - |
| XYZ | 25.39 | 29.11 | 22.69 | - |
| YUV | 144.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 122 | 0.07 | 0 | 0.19 | 0.41 | 82.76 | 0.12 | 0.54 |
| Hex | 8C | 97 | 7A | 7 | 0 | 13 | 29 | 53 | C | 36 |
| Octal | 214 | 227 | 172 | 7 | 0 | 23 | 51 | 123 | 14 | 66 |
| Binary | 10001100 | 10010111 | 1111010 | 111 | 0 | 10011 | 101001 | 1010011 | 1100 | 110110 |
Color Harmonies of #8C977A
Complementary color
Monochromatic Colors of #8C977A
Black with #8C977A
Text Example
Text Example
White with #8C977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C977A; }
p { color: rgb(140,151,122); }
H1.HeaderClassName
{
color: #8C977A;
}
.AnyTagClassName
{
color: #8C977A;
}
</style>
background-color css
<style>
a { background-color: #8C977A; }
a { background-color: rgb(140,151,122); }
div.DivClassName
{
background-color: #8C977A;
}
.BgClassName
{
background-color: #8C977A;
}
</style>
border-color css
<style>
span { border-color: #8C977A; }
span { border-color: rgb(140,151,122); }
td.TdClassName
{
border-color: #8C977A;
}
.TagClassName
{
border-color: #8C977A;
}
</style>