Shades of Mantle #8FA185
Tints of Mantle #8FA185
RGB
CMYK
RGB Variations
Color information
#8FA185 (or 0x8FA185) is known color: Mantle. HEX triplet: 8F, A1 and 85. RGB value is (143,161,133). Sum of RGB (Red+Green+Blue) = 143+161+133=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA185 is #705E7A. Grayscale: #989898. Windows color (decimal): -7364219 or 8757647. OLE color: 8757647.
HSL color Cylindrical-coordinate representation of color #8FA185: hue angle of 98.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FA185 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 133 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.37 |
| HSL | 98.57º | 0.13% | 0.58% | - |
| HSV(B) | 98.57º | 0.17% | 0.63% | - |
| XYZ | 28.31 | 33.02 | 27.07 | - |
| YUV | 152.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 133 | 0.11 | 0 | 0.17 | 0.37 | 98.57 | 0.13 | 0.58 |
| Hex | 8F | A1 | 85 | B | 0 | 11 | 25 | 63 | D | 3A |
| Octal | 217 | 241 | 205 | 13 | 0 | 21 | 45 | 143 | 15 | 72 |
| Binary | 10001111 | 10100001 | 10000101 | 1011 | 0 | 10001 | 100101 | 1100011 | 1101 | 111010 |
Color Harmonies of #8FA185
Complementary color
Monochromatic Colors of #8FA185
Black with #8FA185
Text Example
Text Example
White with #8FA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA185; }
p { color: rgb(143,161,133); }
H1.HeaderClassName
{
color: #8FA185;
}
.AnyTagClassName
{
color: #8FA185;
}
</style>
background-color css
<style>
a { background-color: #8FA185; }
a { background-color: rgb(143,161,133); }
div.DivClassName
{
background-color: #8FA185;
}
.BgClassName
{
background-color: #8FA185;
}
</style>
border-color css
<style>
span { border-color: #8FA185; }
span { border-color: rgb(143,161,133); }
td.TdClassName
{
border-color: #8FA185;
}
.TagClassName
{
border-color: #8FA185;
}
</style>