Shades of Mantle #8FAB85
Tints of Mantle #8FAB85
RGB
CMYK
RGB Variations
Color information
#8FAB85 (or 0x8FAB85) is known color: Mantle. HEX triplet: 8F, AB and 85. RGB value is (143,171,133). Sum of RGB (Red+Green+Blue) = 143+171+133=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAB85 is #70547A. Grayscale: #9E9E9E. Windows color (decimal): -7361659 or 8760207. OLE color: 8760207.
HSL color Cylindrical-coordinate representation of color #8FAB85: hue angle of 104.21º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FAB85 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 133 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.33 |
| HSL | 104.21º | 0.18% | 0.6% | - |
| HSV(B) | 104.21º | 0.22% | 0.67% | - |
| XYZ | 30.12 | 36.66 | 27.68 | - |
| YUV | 158.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 133 | 0.16 | 0 | 0.22 | 0.33 | 104.21 | 0.18 | 0.6 |
| Hex | 8F | AB | 85 | 10 | 0 | 16 | 21 | 68 | 12 | 3C |
| Octal | 217 | 253 | 205 | 20 | 0 | 26 | 41 | 150 | 22 | 74 |
| Binary | 10001111 | 10101011 | 10000101 | 10000 | 0 | 10110 | 100001 | 1101000 | 10010 | 111100 |
Color Harmonies of #8FAB85
Complementary color
Monochromatic Colors of #8FAB85
Black with #8FAB85
Text Example
Text Example
White with #8FAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB85; }
p { color: rgb(143,171,133); }
H1.HeaderClassName
{
color: #8FAB85;
}
.AnyTagClassName
{
color: #8FAB85;
}
</style>
background-color css
<style>
a { background-color: #8FAB85; }
a { background-color: rgb(143,171,133); }
div.DivClassName
{
background-color: #8FAB85;
}
.BgClassName
{
background-color: #8FAB85;
}
</style>
border-color css
<style>
span { border-color: #8FAB85; }
span { border-color: rgb(143,171,133); }
td.TdClassName
{
border-color: #8FAB85;
}
.TagClassName
{
border-color: #8FAB85;
}
</style>