Shades of Sage #8F987E
Tints of Sage #8F987E
RGB
CMYK
RGB Variations
Color information
#8F987E (or 0x8F987E) is known color: Sage. HEX triplet: 8F, 98 and 7E. RGB value is (143,152,126). Sum of RGB (Red+Green+Blue) = 143+152+126=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #8F987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F987E is #706781. Grayscale: #929292. Windows color (decimal): -7366530 or 8296591. OLE color: 8296591.
HSL color Cylindrical-coordinate representation of color #8F987E: hue angle of 80.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F987E is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 126 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.40 |
| HSL | 80.77º | 0.11% | 0.55% | - |
| HSV(B) | 80.77º | 0.17% | 0.6% | - |
| XYZ | 26.32 | 29.8 | 24.1 | - |
| YUV | 146.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 126 | 0.06 | 0 | 0.17 | 0.40 | 80.77 | 0.11 | 0.55 |
| Hex | 8F | 98 | 7E | 6 | 0 | 11 | 28 | 51 | B | 37 |
| Octal | 217 | 230 | 176 | 6 | 0 | 21 | 50 | 121 | 13 | 67 |
| Binary | 10001111 | 10011000 | 1111110 | 110 | 0 | 10001 | 101000 | 1010001 | 1011 | 110111 |
Color Harmonies of #8F987E
Complementary color
Monochromatic Colors of #8F987E
Black with #8F987E
Text Example
Text Example
White with #8F987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F987E; }
p { color: rgb(143,152,126); }
H1.HeaderClassName
{
color: #8F987E;
}
.AnyTagClassName
{
color: #8F987E;
}
</style>
background-color css
<style>
a { background-color: #8F987E; }
a { background-color: rgb(143,152,126); }
div.DivClassName
{
background-color: #8F987E;
}
.BgClassName
{
background-color: #8F987E;
}
</style>
border-color css
<style>
span { border-color: #8F987E; }
span { border-color: rgb(143,152,126); }
td.TdClassName
{
border-color: #8F987E;
}
.TagClassName
{
border-color: #8F987E;
}
</style>