Shades of Mantle #8AA785
Tints of Mantle #8AA785
RGB
CMYK
RGB Variations
Color information
#8AA785 (or 0x8AA785) is known color: Mantle. HEX triplet: 8A, A7 and 85. RGB value is (138,167,133). Sum of RGB (Red+Green+Blue) = 138+167+133=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA785 is #75587A. Grayscale: #9A9A9A. Windows color (decimal): -7690363 or 8759178. OLE color: 8759178.
HSL color Cylindrical-coordinate representation of color #8AA785: hue angle of 111.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AA785 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 133 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.35 |
| HSL | 111.18º | 0.16% | 0.59% | - |
| HSV(B) | 111.18º | 0.2% | 0.65% | - |
| XYZ | 28.53 | 34.73 | 27.39 | - |
| YUV | 154.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 133 | 0.17 | 0 | 0.20 | 0.35 | 111.18 | 0.16 | 0.59 |
| Hex | 8A | A7 | 85 | 11 | 0 | 14 | 23 | 6F | 10 | 3B |
| Octal | 212 | 247 | 205 | 21 | 0 | 24 | 43 | 157 | 20 | 73 |
| Binary | 10001010 | 10100111 | 10000101 | 10001 | 0 | 10100 | 100011 | 1101111 | 10000 | 111011 |
Color Harmonies of #8AA785
Complementary color
Monochromatic Colors of #8AA785
Black with #8AA785
Text Example
Text Example
White with #8AA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA785; }
p { color: rgb(138,167,133); }
H1.HeaderClassName
{
color: #8AA785;
}
.AnyTagClassName
{
color: #8AA785;
}
</style>
background-color css
<style>
a { background-color: #8AA785; }
a { background-color: rgb(138,167,133); }
div.DivClassName
{
background-color: #8AA785;
}
.BgClassName
{
background-color: #8AA785;
}
</style>
border-color css
<style>
span { border-color: #8AA785; }
span { border-color: rgb(138,167,133); }
td.TdClassName
{
border-color: #8AA785;
}
.TagClassName
{
border-color: #8AA785;
}
</style>