Shades of Sage #8C997A
Tints of Sage #8C997A
RGB
CMYK
RGB Variations
Color information
#8C997A (or 0x8C997A) is known color: Sage. HEX triplet: 8C, 99 and 7A. RGB value is (140,153,122). Sum of RGB (Red+Green+Blue) = 140+153+122=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #8C997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C997A is #736685. Grayscale: #919191. Windows color (decimal): -7562886 or 8034700. OLE color: 8034700.
HSL color Cylindrical-coordinate representation of color #8C997A: hue angle of 85.16º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C997A is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 122 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.4 |
| HSL | 85.16º | 0.13% | 0.54% | - |
| HSV(B) | 85.16º | 0.2% | 0.6% | - |
| XYZ | 25.72 | 29.76 | 22.8 | - |
| YUV | 145.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 122 | 0.08 | 0 | 0.20 | 0.4 | 85.16 | 0.13 | 0.54 |
| Hex | 8C | 99 | 7A | 8 | 0 | 14 | 28 | 55 | D | 36 |
| Octal | 214 | 231 | 172 | 10 | 0 | 24 | 50 | 125 | 15 | 66 |
| Binary | 10001100 | 10011001 | 1111010 | 1000 | 0 | 10100 | 101000 | 1010101 | 1101 | 110110 |
Color Harmonies of #8C997A
Complementary color
Monochromatic Colors of #8C997A
Black with #8C997A
Text Example
Text Example
White with #8C997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C997A; }
p { color: rgb(140,153,122); }
H1.HeaderClassName
{
color: #8C997A;
}
.AnyTagClassName
{
color: #8C997A;
}
</style>
background-color css
<style>
a { background-color: #8C997A; }
a { background-color: rgb(140,153,122); }
div.DivClassName
{
background-color: #8C997A;
}
.BgClassName
{
background-color: #8C997A;
}
</style>
border-color css
<style>
span { border-color: #8C997A; }
span { border-color: rgb(140,153,122); }
td.TdClassName
{
border-color: #8C997A;
}
.TagClassName
{
border-color: #8C997A;
}
</style>