Shades of Mantle #8C9E85
Tints of Mantle #8C9E85
RGB
CMYK
RGB Variations
Color information
#8C9E85 (or 0x8C9E85) is known color: Mantle. HEX triplet: 8C, 9E and 85. RGB value is (140,158,133). Sum of RGB (Red+Green+Blue) = 140+158+133=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E85 is #73617A. Grayscale: #959595. Windows color (decimal): -7561595 or 8756876. OLE color: 8756876.
HSL color Cylindrical-coordinate representation of color #8C9E85: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C9E85 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 133 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.38 |
| HSL | 103.2º | 0.11% | 0.57% | - |
| HSV(B) | 103.2º | 0.16% | 0.62% | - |
| XYZ | 27.28 | 31.72 | 26.88 | - |
| YUV | 149.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 133 | 0.11 | 0 | 0.16 | 0.38 | 103.2 | 0.11 | 0.57 |
| Hex | 8C | 9E | 85 | B | 0 | 10 | 26 | 67 | B | 39 |
| Octal | 214 | 236 | 205 | 13 | 0 | 20 | 46 | 147 | 13 | 71 |
| Binary | 10001100 | 10011110 | 10000101 | 1011 | 0 | 10000 | 100110 | 1100111 | 1011 | 111001 |
Color Harmonies of #8C9E85
Complementary color
Monochromatic Colors of #8C9E85
Black with #8C9E85
Text Example
Text Example
White with #8C9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E85; }
p { color: rgb(140,158,133); }
H1.HeaderClassName
{
color: #8C9E85;
}
.AnyTagClassName
{
color: #8C9E85;
}
</style>
background-color css
<style>
a { background-color: #8C9E85; }
a { background-color: rgb(140,158,133); }
div.DivClassName
{
background-color: #8C9E85;
}
.BgClassName
{
background-color: #8C9E85;
}
</style>
border-color css
<style>
span { border-color: #8C9E85; }
span { border-color: rgb(140,158,133); }
td.TdClassName
{
border-color: #8C9E85;
}
.TagClassName
{
border-color: #8C9E85;
}
</style>