Shades of Mantle #8CA881
Tints of Mantle #8CA881
RGB
CMYK
RGB Variations
Color information
#8CA881 (or 0x8CA881) is known color: Mantle. HEX triplet: 8C, A8 and 81. RGB value is (140,168,129). Sum of RGB (Red+Green+Blue) = 140+168+129=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA881 is #73577E. Grayscale: #9B9B9B. Windows color (decimal): -7559039 or 8497292. OLE color: 8497292.
HSL color Cylindrical-coordinate representation of color #8CA881: hue angle of 103.08º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CA881 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 129 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.34 |
| HSL | 103.08º | 0.18% | 0.58% | - |
| HSV(B) | 103.08º | 0.23% | 0.66% | - |
| XYZ | 28.78 | 35.17 | 26.04 | - |
| YUV | 155.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 129 | 0.17 | 0 | 0.23 | 0.34 | 103.08 | 0.18 | 0.58 |
| Hex | 8C | A8 | 81 | 11 | 0 | 17 | 22 | 67 | 12 | 3A |
| Octal | 214 | 250 | 201 | 21 | 0 | 27 | 42 | 147 | 22 | 72 |
| Binary | 10001100 | 10101000 | 10000001 | 10001 | 0 | 10111 | 100010 | 1100111 | 10010 | 111010 |
Color Harmonies of #8CA881
Complementary color
Monochromatic Colors of #8CA881
Black with #8CA881
Text Example
Text Example
White with #8CA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA881; }
p { color: rgb(140,168,129); }
H1.HeaderClassName
{
color: #8CA881;
}
.AnyTagClassName
{
color: #8CA881;
}
</style>
background-color css
<style>
a { background-color: #8CA881; }
a { background-color: rgb(140,168,129); }
div.DivClassName
{
background-color: #8CA881;
}
.BgClassName
{
background-color: #8CA881;
}
</style>
border-color css
<style>
span { border-color: #8CA881; }
span { border-color: rgb(140,168,129); }
td.TdClassName
{
border-color: #8CA881;
}
.TagClassName
{
border-color: #8CA881;
}
</style>