Shades of Sage #8C987A
Tints of Sage #8C987A
RGB
CMYK
RGB Variations
Color information
#8C987A (or 0x8C987A) is known color: Sage. HEX triplet: 8C, 98 and 7A. RGB value is (140,152,122). Sum of RGB (Red+Green+Blue) = 140+152+122=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #8C987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C987A is #736785. Grayscale: #919191. Windows color (decimal): -7563142 or 8034444. OLE color: 8034444.
HSL color Cylindrical-coordinate representation of color #8C987A: hue angle of 84º 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 #8C987A is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 122 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.40 |
| HSL | 84º | 0.13% | 0.54% | - |
| HSV(B) | 84º | 0.2% | 0.6% | - |
| XYZ | 25.56 | 29.44 | 22.75 | - |
| YUV | 144.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 122 | 0.08 | 0 | 0.20 | 0.40 | 84 | 0.13 | 0.54 |
| Hex | 8C | 98 | 7A | 8 | 0 | 14 | 28 | 54 | D | 36 |
| Octal | 214 | 230 | 172 | 10 | 0 | 24 | 50 | 124 | 15 | 66 |
| Binary | 10001100 | 10011000 | 1111010 | 1000 | 0 | 10100 | 101000 | 1010100 | 1101 | 110110 |
Color Harmonies of #8C987A
Complementary color
Monochromatic Colors of #8C987A
Black with #8C987A
Text Example
Text Example
White with #8C987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C987A; }
p { color: rgb(140,152,122); }
H1.HeaderClassName
{
color: #8C987A;
}
.AnyTagClassName
{
color: #8C987A;
}
</style>
background-color css
<style>
a { background-color: #8C987A; }
a { background-color: rgb(140,152,122); }
div.DivClassName
{
background-color: #8C987A;
}
.BgClassName
{
background-color: #8C987A;
}
</style>
border-color css
<style>
span { border-color: #8C987A; }
span { border-color: rgb(140,152,122); }
td.TdClassName
{
border-color: #8C987A;
}
.TagClassName
{
border-color: #8C987A;
}
</style>