Shades of Mantle #8CA787
Tints of Mantle #8CA787
RGB
CMYK
RGB Variations
Color information
#8CA787 (or 0x8CA787) is known color: Mantle. HEX triplet: 8C, A7 and 87. RGB value is (140,167,135). Sum of RGB (Red+Green+Blue) = 140+167+135=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA787 is #735878. Grayscale: #9B9B9B. Windows color (decimal): -7559289 or 8890252. OLE color: 8890252.
HSL color Cylindrical-coordinate representation of color #8CA787: hue angle of 110.62º 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 #8CA787 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 135 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.35 |
| HSL | 110.63º | 0.15% | 0.59% | - |
| HSV(B) | 110.63º | 0.19% | 0.65% | - |
| XYZ | 29.01 | 34.96 | 28.14 | - |
| YUV | 155.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 135 | 0.16 | 0 | 0.19 | 0.35 | 110.63 | 0.15 | 0.59 |
| Hex | 8C | A7 | 87 | 10 | 0 | 13 | 23 | 6F | F | 3B |
| Octal | 214 | 247 | 207 | 20 | 0 | 23 | 43 | 157 | 17 | 73 |
| Binary | 10001100 | 10100111 | 10000111 | 10000 | 0 | 10011 | 100011 | 1101111 | 1111 | 111011 |
Color Harmonies of #8CA787
Complementary color
Monochromatic Colors of #8CA787
Black with #8CA787
Text Example
Text Example
White with #8CA787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA787; }
p { color: rgb(140,167,135); }
H1.HeaderClassName
{
color: #8CA787;
}
.AnyTagClassName
{
color: #8CA787;
}
</style>
background-color css
<style>
a { background-color: #8CA787; }
a { background-color: rgb(140,167,135); }
div.DivClassName
{
background-color: #8CA787;
}
.BgClassName
{
background-color: #8CA787;
}
</style>
border-color css
<style>
span { border-color: #8CA787; }
span { border-color: rgb(140,167,135); }
td.TdClassName
{
border-color: #8CA787;
}
.TagClassName
{
border-color: #8CA787;
}
</style>