Shades of Sage #8F987C
Tints of Sage #8F987C
RGB
CMYK
RGB Variations
Color information
#8F987C (or 0x8F987C) is known color: Sage. HEX triplet: 8F, 98 and 7C. RGB value is (143,152,124). Sum of RGB (Red+Green+Blue) = 143+152+124=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #8F987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F987C is #706783. Grayscale: #929292. Windows color (decimal): -7366532 or 8165519. OLE color: 8165519.
HSL color Cylindrical-coordinate representation of color #8F987C: hue angle of 79.29º 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 #8F987C is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 124 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.40 |
| HSL | 79.29º | 0.12% | 0.54% | - |
| HSV(B) | 79.29º | 0.18% | 0.6% | - |
| XYZ | 26.19 | 29.75 | 23.43 | - |
| YUV | 146.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 124 | 0.06 | 0 | 0.18 | 0.40 | 79.29 | 0.12 | 0.54 |
| Hex | 8F | 98 | 7C | 6 | 0 | 12 | 28 | 4F | C | 36 |
| Octal | 217 | 230 | 174 | 6 | 0 | 22 | 50 | 117 | 14 | 66 |
| Binary | 10001111 | 10011000 | 1111100 | 110 | 0 | 10010 | 101000 | 1001111 | 1100 | 110110 |
Color Harmonies of #8F987C
Complementary color
Monochromatic Colors of #8F987C
Black with #8F987C
Text Example
Text Example
White with #8F987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F987C; }
p { color: rgb(143,152,124); }
H1.HeaderClassName
{
color: #8F987C;
}
.AnyTagClassName
{
color: #8F987C;
}
</style>
background-color css
<style>
a { background-color: #8F987C; }
a { background-color: rgb(143,152,124); }
div.DivClassName
{
background-color: #8F987C;
}
.BgClassName
{
background-color: #8F987C;
}
</style>
border-color css
<style>
span { border-color: #8F987C; }
span { border-color: rgb(143,152,124); }
td.TdClassName
{
border-color: #8F987C;
}
.TagClassName
{
border-color: #8F987C;
}
</style>