Shades of Mantle #8CAA81
Tints of Mantle #8CAA81
RGB
CMYK
RGB Variations
Color information
#8CAA81 (or 0x8CAA81) is known color: Mantle. HEX triplet: 8C, AA and 81. RGB value is (140,170,129). Sum of RGB (Red+Green+Blue) = 140+170+129=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA81 is #73557E. Grayscale: #9C9C9C. Windows color (decimal): -7558527 or 8497804. OLE color: 8497804.
HSL color Cylindrical-coordinate representation of color #8CAA81: hue angle of 103.9º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CAA81 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 129 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.33 |
| HSL | 103.9º | 0.19% | 0.59% | - |
| HSV(B) | 103.9º | 0.24% | 0.67% | - |
| XYZ | 29.15 | 35.91 | 26.16 | - |
| YUV | 156.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 129 | 0.18 | 0 | 0.24 | 0.33 | 103.9 | 0.19 | 0.59 |
| Hex | 8C | AA | 81 | 12 | 0 | 18 | 21 | 68 | 13 | 3B |
| Octal | 214 | 252 | 201 | 22 | 0 | 30 | 41 | 150 | 23 | 73 |
| Binary | 10001100 | 10101010 | 10000001 | 10010 | 0 | 11000 | 100001 | 1101000 | 10011 | 111011 |
Color Harmonies of #8CAA81
Complementary color
Monochromatic Colors of #8CAA81
Black with #8CAA81
Text Example
Text Example
White with #8CAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA81; }
p { color: rgb(140,170,129); }
H1.HeaderClassName
{
color: #8CAA81;
}
.AnyTagClassName
{
color: #8CAA81;
}
</style>
background-color css
<style>
a { background-color: #8CAA81; }
a { background-color: rgb(140,170,129); }
div.DivClassName
{
background-color: #8CAA81;
}
.BgClassName
{
background-color: #8CAA81;
}
</style>
border-color css
<style>
span { border-color: #8CAA81; }
span { border-color: rgb(140,170,129); }
td.TdClassName
{
border-color: #8CAA81;
}
.TagClassName
{
border-color: #8CAA81;
}
</style>