Shades of Mantle #8F9E85
Tints of Mantle #8F9E85
RGB
CMYK
RGB Variations
Color information
#8F9E85 (or 0x8F9E85) is known color: Mantle. HEX triplet: 8F, 9E and 85. RGB value is (143,158,133). Sum of RGB (Red+Green+Blue) = 143+158+133=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9E85 is #70617A. Grayscale: #969696. Windows color (decimal): -7364987 or 8756879. OLE color: 8756879.
HSL color Cylindrical-coordinate representation of color #8F9E85: hue angle of 96º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F9E85 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 133 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.38 |
| HSL | 96º | 0.11% | 0.57% | - |
| HSV(B) | 96º | 0.16% | 0.62% | - |
| XYZ | 27.79 | 31.99 | 26.9 | - |
| YUV | 150.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 133 | 0.09 | 0 | 0.16 | 0.38 | 96 | 0.11 | 0.57 |
| Hex | 8F | 9E | 85 | 9 | 0 | 10 | 26 | 60 | B | 39 |
| Octal | 217 | 236 | 205 | 11 | 0 | 20 | 46 | 140 | 13 | 71 |
| Binary | 10001111 | 10011110 | 10000101 | 1001 | 0 | 10000 | 100110 | 1100000 | 1011 | 111001 |
Color Harmonies of #8F9E85
Complementary color
Monochromatic Colors of #8F9E85
Black with #8F9E85
Text Example
Text Example
White with #8F9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E85; }
p { color: rgb(143,158,133); }
H1.HeaderClassName
{
color: #8F9E85;
}
.AnyTagClassName
{
color: #8F9E85;
}
</style>
background-color css
<style>
a { background-color: #8F9E85; }
a { background-color: rgb(143,158,133); }
div.DivClassName
{
background-color: #8F9E85;
}
.BgClassName
{
background-color: #8F9E85;
}
</style>
border-color css
<style>
span { border-color: #8F9E85; }
span { border-color: rgb(143,158,133); }
td.TdClassName
{
border-color: #8F9E85;
}
.TagClassName
{
border-color: #8F9E85;
}
</style>