Shades of Sage #8C996D
Tints of Sage #8C996D
RGB
CMYK
RGB Variations
Color information
#8C996D (or 0x8C996D) is known color: Sage. HEX triplet: 8C, 99 and 6D. RGB value is (140,153,109). Sum of RGB (Red+Green+Blue) = 140+153+109=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #8C996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C996D is #736692. Grayscale: #909090. Windows color (decimal): -7562899 or 7182732. OLE color: 7182732.
HSL color Cylindrical-coordinate representation of color #8C996D: hue angle of 77.73º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C996D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 109 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.4 |
| HSL | 77.73º | 0.18% | 0.51% | - |
| HSV(B) | 77.73º | 0.29% | 0.6% | - |
| XYZ | 24.97 | 29.46 | 18.84 | - |
| YUV | 144.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 109 | 0.08 | 0 | 0.29 | 0.4 | 77.73 | 0.18 | 0.51 |
| Hex | 8C | 99 | 6D | 8 | 0 | 1D | 28 | 4E | 12 | 33 |
| Octal | 214 | 231 | 155 | 10 | 0 | 35 | 50 | 116 | 22 | 63 |
| Binary | 10001100 | 10011001 | 1101101 | 1000 | 0 | 11101 | 101000 | 1001110 | 10010 | 110011 |
Color Harmonies of #8C996D
Complementary color
Monochromatic Colors of #8C996D
Black with #8C996D
Text Example
Text Example
White with #8C996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C996D; }
p { color: rgb(140,153,109); }
H1.HeaderClassName
{
color: #8C996D;
}
.AnyTagClassName
{
color: #8C996D;
}
</style>
background-color css
<style>
a { background-color: #8C996D; }
a { background-color: rgb(140,153,109); }
div.DivClassName
{
background-color: #8C996D;
}
.BgClassName
{
background-color: #8C996D;
}
</style>
border-color css
<style>
span { border-color: #8C996D; }
span { border-color: rgb(140,153,109); }
td.TdClassName
{
border-color: #8C996D;
}
.TagClassName
{
border-color: #8C996D;
}
</style>