Shades of Mantle #8EAA85
Tints of Mantle #8EAA85
RGB
CMYK
RGB Variations
Color information
#8EAA85 (or 0x8EAA85) is known color: Mantle. HEX triplet: 8E, AA and 85. RGB value is (142,170,133). Sum of RGB (Red+Green+Blue) = 142+170+133=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA85 is #71557A. Grayscale: #9D9D9D. Windows color (decimal): -7427451 or 8759950. OLE color: 8759950.
HSL color Cylindrical-coordinate representation of color #8EAA85: hue angle of 105.41º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EAA85 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 133 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.33 |
| HSL | 105.41º | 0.18% | 0.59% | - |
| HSV(B) | 105.41º | 0.22% | 0.67% | - |
| XYZ | 29.76 | 36.19 | 27.61 | - |
| YUV | 157.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 133 | 0.16 | 0 | 0.22 | 0.33 | 105.41 | 0.18 | 0.59 |
| Hex | 8E | AA | 85 | 10 | 0 | 16 | 21 | 69 | 12 | 3B |
| Octal | 216 | 252 | 205 | 20 | 0 | 26 | 41 | 151 | 22 | 73 |
| Binary | 10001110 | 10101010 | 10000101 | 10000 | 0 | 10110 | 100001 | 1101001 | 10010 | 111011 |
Color Harmonies of #8EAA85
Complementary color
Monochromatic Colors of #8EAA85
Black with #8EAA85
Text Example
Text Example
White with #8EAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA85; }
p { color: rgb(142,170,133); }
H1.HeaderClassName
{
color: #8EAA85;
}
.AnyTagClassName
{
color: #8EAA85;
}
</style>
background-color css
<style>
a { background-color: #8EAA85; }
a { background-color: rgb(142,170,133); }
div.DivClassName
{
background-color: #8EAA85;
}
.BgClassName
{
background-color: #8EAA85;
}
</style>
border-color css
<style>
span { border-color: #8EAA85; }
span { border-color: rgb(142,170,133); }
td.TdClassName
{
border-color: #8EAA85;
}
.TagClassName
{
border-color: #8EAA85;
}
</style>