Shades of Sage #8C967E
Tints of Sage #8C967E
RGB
CMYK
RGB Variations
Color information
#8C967E (or 0x8C967E) is known color: Sage. HEX triplet: 8C, 96 and 7E. RGB value is (140,150,126). Sum of RGB (Red+Green+Blue) = 140+150+126=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #8C967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C967E is #736981. Grayscale: #909090. Windows color (decimal): -7563650 or 8296076. OLE color: 8296076.
HSL color Cylindrical-coordinate representation of color #8C967E: hue angle of 85º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C967E is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 126 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.41 |
| HSL | 85º | 0.1% | 0.54% | - |
| HSV(B) | 85º | 0.16% | 0.59% | - |
| XYZ | 25.49 | 28.89 | 23.97 | - |
| YUV | 144.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 126 | 0.07 | 0 | 0.16 | 0.41 | 85 | 0.1 | 0.54 |
| Hex | 8C | 96 | 7E | 7 | 0 | 10 | 29 | 55 | A | 36 |
| Octal | 214 | 226 | 176 | 7 | 0 | 20 | 51 | 125 | 12 | 66 |
| Binary | 10001100 | 10010110 | 1111110 | 111 | 0 | 10000 | 101001 | 1010101 | 1010 | 110110 |
Color Harmonies of #8C967E
Complementary color
Monochromatic Colors of #8C967E
Black with #8C967E
Text Example
Text Example
White with #8C967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C967E; }
p { color: rgb(140,150,126); }
H1.HeaderClassName
{
color: #8C967E;
}
.AnyTagClassName
{
color: #8C967E;
}
</style>
background-color css
<style>
a { background-color: #8C967E; }
a { background-color: rgb(140,150,126); }
div.DivClassName
{
background-color: #8C967E;
}
.BgClassName
{
background-color: #8C967E;
}
</style>
border-color css
<style>
span { border-color: #8C967E; }
span { border-color: rgb(140,150,126); }
td.TdClassName
{
border-color: #8C967E;
}
.TagClassName
{
border-color: #8C967E;
}
</style>