Shades of Mantle #8CA586
Tints of Mantle #8CA586
RGB
CMYK
RGB Variations
Color information
#8CA586 (or 0x8CA586) is known color: Mantle. HEX triplet: 8C, A5 and 86. RGB value is (140,165,134). Sum of RGB (Red+Green+Blue) = 140+165+134=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA586 is #735A79. Grayscale: #9A9A9A. Windows color (decimal): -7559802 or 8824204. OLE color: 8824204.
HSL color Cylindrical-coordinate representation of color #8CA586: hue angle of 108.39º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA586 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 165 | 134 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.35 |
| HSL | 108.39º | 0.15% | 0.59% | - |
| HSV(B) | 108.39º | 0.19% | 0.65% | - |
| XYZ | 28.57 | 34.21 | 27.65 | - |
| YUV | 153.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 134 | 0.15 | 0 | 0.19 | 0.35 | 108.39 | 0.15 | 0.59 |
| Hex | 8C | A5 | 86 | F | 0 | 13 | 23 | 6C | F | 3B |
| Octal | 214 | 245 | 206 | 17 | 0 | 23 | 43 | 154 | 17 | 73 |
| Binary | 10001100 | 10100101 | 10000110 | 1111 | 0 | 10011 | 100011 | 1101100 | 1111 | 111011 |
Color Harmonies of #8CA586
Complementary color
Monochromatic Colors of #8CA586
Black with #8CA586
Text Example
Text Example
White with #8CA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA586; }
p { color: rgb(140,165,134); }
H1.HeaderClassName
{
color: #8CA586;
}
.AnyTagClassName
{
color: #8CA586;
}
</style>
background-color css
<style>
a { background-color: #8CA586; }
a { background-color: rgb(140,165,134); }
div.DivClassName
{
background-color: #8CA586;
}
.BgClassName
{
background-color: #8CA586;
}
</style>
border-color css
<style>
span { border-color: #8CA586; }
span { border-color: rgb(140,165,134); }
td.TdClassName
{
border-color: #8CA586;
}
.TagClassName
{
border-color: #8CA586;
}
</style>