Shades of Mantle #8FAD85
Tints of Mantle #8FAD85
RGB
CMYK
RGB Variations
Color information
#8FAD85 (or 0x8FAD85) is known color: Mantle. HEX triplet: 8F, AD and 85. RGB value is (143,173,133). Sum of RGB (Red+Green+Blue) = 143+173+133=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD85 is #70527A. Grayscale: #9F9F9F. Windows color (decimal): -7361147 or 8760719. OLE color: 8760719.
HSL color Cylindrical-coordinate representation of color #8FAD85: hue angle of 105º degrees, saturation: 0.2, 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 #8FAD85 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 133 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.32 |
| HSL | 105º | 0.2% | 0.6% | - |
| HSV(B) | 105º | 0.23% | 0.68% | - |
| XYZ | 30.5 | 37.42 | 27.81 | - |
| YUV | 159.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 133 | 0.17 | 0 | 0.23 | 0.32 | 105 | 0.2 | 0.6 |
| Hex | 8F | AD | 85 | 11 | 0 | 17 | 20 | 69 | 14 | 3C |
| Octal | 217 | 255 | 205 | 21 | 0 | 27 | 40 | 151 | 24 | 74 |
| Binary | 10001111 | 10101101 | 10000101 | 10001 | 0 | 10111 | 100000 | 1101001 | 10100 | 111100 |
Color Harmonies of #8FAD85
Complementary color
Monochromatic Colors of #8FAD85
Black with #8FAD85
Text Example
Text Example
White with #8FAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD85; }
p { color: rgb(143,173,133); }
H1.HeaderClassName
{
color: #8FAD85;
}
.AnyTagClassName
{
color: #8FAD85;
}
</style>
background-color css
<style>
a { background-color: #8FAD85; }
a { background-color: rgb(143,173,133); }
div.DivClassName
{
background-color: #8FAD85;
}
.BgClassName
{
background-color: #8FAD85;
}
</style>
border-color css
<style>
span { border-color: #8FAD85; }
span { border-color: rgb(143,173,133); }
td.TdClassName
{
border-color: #8FAD85;
}
.TagClassName
{
border-color: #8FAD85;
}
</style>