Shades of Mantle #8FA385
Tints of Mantle #8FA385
RGB
CMYK
RGB Variations
Color information
#8FA385 (or 0x8FA385) is known color: Mantle. HEX triplet: 8F, A3 and 85. RGB value is (143,163,133). Sum of RGB (Red+Green+Blue) = 143+163+133=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA385 is #705C7A. Grayscale: #999999. Windows color (decimal): -7363707 or 8758159. OLE color: 8758159.
HSL color Cylindrical-coordinate representation of color #8FA385: hue angle of 100º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FA385 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 133 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.36 |
| HSL | 100º | 0.14% | 0.58% | - |
| HSV(B) | 100º | 0.18% | 0.64% | - |
| XYZ | 28.66 | 33.73 | 27.19 | - |
| YUV | 153.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 133 | 0.12 | 0 | 0.18 | 0.36 | 100 | 0.14 | 0.58 |
| Hex | 8F | A3 | 85 | C | 0 | 12 | 24 | 64 | E | 3A |
| Octal | 217 | 243 | 205 | 14 | 0 | 22 | 44 | 144 | 16 | 72 |
| Binary | 10001111 | 10100011 | 10000101 | 1100 | 0 | 10010 | 100100 | 1100100 | 1110 | 111010 |
Color Harmonies of #8FA385
Complementary color
Monochromatic Colors of #8FA385
Black with #8FA385
Text Example
Text Example
White with #8FA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA385; }
p { color: rgb(143,163,133); }
H1.HeaderClassName
{
color: #8FA385;
}
.AnyTagClassName
{
color: #8FA385;
}
</style>
background-color css
<style>
a { background-color: #8FA385; }
a { background-color: rgb(143,163,133); }
div.DivClassName
{
background-color: #8FA385;
}
.BgClassName
{
background-color: #8FA385;
}
</style>
border-color css
<style>
span { border-color: #8FA385; }
span { border-color: rgb(143,163,133); }
td.TdClassName
{
border-color: #8FA385;
}
.TagClassName
{
border-color: #8FA385;
}
</style>