Shades of Mantle #8FA484
Tints of Mantle #8FA484
RGB
CMYK
RGB Variations
Color information
#8FA484 (or 0x8FA484) is known color: Mantle. HEX triplet: 8F, A4 and 84. RGB value is (143,164,132). Sum of RGB (Red+Green+Blue) = 143+164+132=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA484 is #705B7B. Grayscale: #9A9A9A. Windows color (decimal): -7363452 or 8692879. OLE color: 8692879.
HSL color Cylindrical-coordinate representation of color #8FA484: hue angle of 99.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FA484 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 132 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.36 |
| HSL | 99.38º | 0.15% | 0.58% | - |
| HSV(B) | 99.38º | 0.2% | 0.64% | - |
| XYZ | 28.77 | 34.06 | 26.89 | - |
| YUV | 154.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 132 | 0.13 | 0 | 0.20 | 0.36 | 99.38 | 0.15 | 0.58 |
| Hex | 8F | A4 | 84 | D | 0 | 14 | 24 | 63 | F | 3A |
| Octal | 217 | 244 | 204 | 15 | 0 | 24 | 44 | 143 | 17 | 72 |
| Binary | 10001111 | 10100100 | 10000100 | 1101 | 0 | 10100 | 100100 | 1100011 | 1111 | 111010 |
Color Harmonies of #8FA484
Complementary color
Monochromatic Colors of #8FA484
Black with #8FA484
Text Example
Text Example
White with #8FA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA484; }
p { color: rgb(143,164,132); }
H1.HeaderClassName
{
color: #8FA484;
}
.AnyTagClassName
{
color: #8FA484;
}
</style>
background-color css
<style>
a { background-color: #8FA484; }
a { background-color: rgb(143,164,132); }
div.DivClassName
{
background-color: #8FA484;
}
.BgClassName
{
background-color: #8FA484;
}
</style>
border-color css
<style>
span { border-color: #8FA484; }
span { border-color: rgb(143,164,132); }
td.TdClassName
{
border-color: #8FA484;
}
.TagClassName
{
border-color: #8FA484;
}
</style>