Shades of Mantle #8DAD86
Tints of Mantle #8DAD86
RGB
CMYK
RGB Variations
Color information
#8DAD86 (or 0x8DAD86) is known color: Mantle. HEX triplet: 8D, AD and 86. RGB value is (141,173,134). Sum of RGB (Red+Green+Blue) = 141+173+134=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAD86 is #725279. Grayscale: #9F9F9F. Windows color (decimal): -7492218 or 8826253. OLE color: 8826253.
HSL color Cylindrical-coordinate representation of color #8DAD86: hue angle of 109.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DAD86 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 134 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.32 |
| HSL | 109.23º | 0.19% | 0.6% | - |
| HSV(B) | 109.23º | 0.23% | 0.68% | - |
| XYZ | 30.23 | 37.27 | 28.15 | - |
| YUV | 158.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 134 | 0.18 | 0 | 0.23 | 0.32 | 109.23 | 0.19 | 0.6 |
| Hex | 8D | AD | 86 | 12 | 0 | 17 | 20 | 6D | 13 | 3C |
| Octal | 215 | 255 | 206 | 22 | 0 | 27 | 40 | 155 | 23 | 74 |
| Binary | 10001101 | 10101101 | 10000110 | 10010 | 0 | 10111 | 100000 | 1101101 | 10011 | 111100 |
Color Harmonies of #8DAD86
Complementary color
Monochromatic Colors of #8DAD86
Black with #8DAD86
Text Example
Text Example
White with #8DAD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD86; }
p { color: rgb(141,173,134); }
H1.HeaderClassName
{
color: #8DAD86;
}
.AnyTagClassName
{
color: #8DAD86;
}
</style>
background-color css
<style>
a { background-color: #8DAD86; }
a { background-color: rgb(141,173,134); }
div.DivClassName
{
background-color: #8DAD86;
}
.BgClassName
{
background-color: #8DAD86;
}
</style>
border-color css
<style>
span { border-color: #8DAD86; }
span { border-color: rgb(141,173,134); }
td.TdClassName
{
border-color: #8DAD86;
}
.TagClassName
{
border-color: #8DAD86;
}
</style>