Shades of Sage #8D996F
Tints of Sage #8D996F
RGB
CMYK
RGB Variations
Color information
#8D996F (or 0x8D996F) is known color: Sage. HEX triplet: 8D, 99 and 6F. RGB value is (141,153,111). Sum of RGB (Red+Green+Blue) = 141+153+111=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #8D996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D996F is #726690. Grayscale: #909090. Windows color (decimal): -7497361 or 7313805. OLE color: 7313805.
HSL color Cylindrical-coordinate representation of color #8D996F: hue angle of 77.14º 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 #8D996F is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 111 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.4 |
| HSL | 77.14º | 0.17% | 0.52% | - |
| HSV(B) | 77.14º | 0.27% | 0.6% | - |
| XYZ | 25.24 | 29.59 | 19.42 | - |
| YUV | 144.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 111 | 0.08 | 0 | 0.27 | 0.4 | 77.14 | 0.17 | 0.52 |
| Hex | 8D | 99 | 6F | 8 | 0 | 1B | 28 | 4D | 11 | 34 |
| Octal | 215 | 231 | 157 | 10 | 0 | 33 | 50 | 115 | 21 | 64 |
| Binary | 10001101 | 10011001 | 1101111 | 1000 | 0 | 11011 | 101000 | 1001101 | 10001 | 110100 |
Color Harmonies of #8D996F
Complementary color
Monochromatic Colors of #8D996F
Black with #8D996F
Text Example
Text Example
White with #8D996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D996F; }
p { color: rgb(141,153,111); }
H1.HeaderClassName
{
color: #8D996F;
}
.AnyTagClassName
{
color: #8D996F;
}
</style>
background-color css
<style>
a { background-color: #8D996F; }
a { background-color: rgb(141,153,111); }
div.DivClassName
{
background-color: #8D996F;
}
.BgClassName
{
background-color: #8D996F;
}
</style>
border-color css
<style>
span { border-color: #8D996F; }
span { border-color: rgb(141,153,111); }
td.TdClassName
{
border-color: #8D996F;
}
.TagClassName
{
border-color: #8D996F;
}
</style>