Shades of Sage #8D986F
Tints of Sage #8D986F
RGB
CMYK
RGB Variations
Color information
#8D986F (or 0x8D986F) is known color: Sage. HEX triplet: 8D, 98 and 6F. RGB value is (141,152,111). Sum of RGB (Red+Green+Blue) = 141+152+111=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #8D986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D986F is #726790. Grayscale: #909090. Windows color (decimal): -7497617 or 7313549. OLE color: 7313549.
HSL color Cylindrical-coordinate representation of color #8D986F: hue angle of 76.1º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D986F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 111 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.40 |
| HSL | 76.1º | 0.17% | 0.52% | - |
| HSV(B) | 76.1º | 0.27% | 0.6% | - |
| XYZ | 25.08 | 29.27 | 19.37 | - |
| YUV | 144.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 111 | 0.07 | 0 | 0.27 | 0.40 | 76.1 | 0.17 | 0.52 |
| Hex | 8D | 98 | 6F | 7 | 0 | 1B | 28 | 4C | 11 | 34 |
| Octal | 215 | 230 | 157 | 7 | 0 | 33 | 50 | 114 | 21 | 64 |
| Binary | 10001101 | 10011000 | 1101111 | 111 | 0 | 11011 | 101000 | 1001100 | 10001 | 110100 |
Color Harmonies of #8D986F
Complementary color
Monochromatic Colors of #8D986F
Black with #8D986F
Text Example
Text Example
White with #8D986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D986F; }
p { color: rgb(141,152,111); }
H1.HeaderClassName
{
color: #8D986F;
}
.AnyTagClassName
{
color: #8D986F;
}
</style>
background-color css
<style>
a { background-color: #8D986F; }
a { background-color: rgb(141,152,111); }
div.DivClassName
{
background-color: #8D986F;
}
.BgClassName
{
background-color: #8D986F;
}
</style>
border-color css
<style>
span { border-color: #8D986F; }
span { border-color: rgb(141,152,111); }
td.TdClassName
{
border-color: #8D986F;
}
.TagClassName
{
border-color: #8D986F;
}
</style>