Shades of Sage #8D987C
Tints of Sage #8D987C
RGB
CMYK
RGB Variations
Color information
#8D987C (or 0x8D987C) is known color: Sage. HEX triplet: 8D, 98 and 7C. RGB value is (141,152,124). Sum of RGB (Red+Green+Blue) = 141+152+124=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #8D987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D987C is #726783. Grayscale: #919191. Windows color (decimal): -7497604 or 8165517. OLE color: 8165517.
HSL color Cylindrical-coordinate representation of color #8D987C: hue angle of 83.57º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D987C is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 124 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.40 |
| HSL | 83.57º | 0.12% | 0.54% | - |
| HSV(B) | 83.57º | 0.18% | 0.6% | - |
| XYZ | 25.85 | 29.57 | 23.41 | - |
| YUV | 145.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 124 | 0.07 | 0 | 0.18 | 0.40 | 83.57 | 0.12 | 0.54 |
| Hex | 8D | 98 | 7C | 7 | 0 | 12 | 28 | 54 | C | 36 |
| Octal | 215 | 230 | 174 | 7 | 0 | 22 | 50 | 124 | 14 | 66 |
| Binary | 10001101 | 10011000 | 1111100 | 111 | 0 | 10010 | 101000 | 1010100 | 1100 | 110110 |
Color Harmonies of #8D987C
Complementary color
Monochromatic Colors of #8D987C
Black with #8D987C
Text Example
Text Example
White with #8D987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D987C; }
p { color: rgb(141,152,124); }
H1.HeaderClassName
{
color: #8D987C;
}
.AnyTagClassName
{
color: #8D987C;
}
</style>
background-color css
<style>
a { background-color: #8D987C; }
a { background-color: rgb(141,152,124); }
div.DivClassName
{
background-color: #8D987C;
}
.BgClassName
{
background-color: #8D987C;
}
</style>
border-color css
<style>
span { border-color: #8D987C; }
span { border-color: rgb(141,152,124); }
td.TdClassName
{
border-color: #8D987C;
}
.TagClassName
{
border-color: #8D987C;
}
</style>