Shades of Mantle #8AAA85
Tints of Mantle #8AAA85
RGB
CMYK
RGB Variations
Color information
#8AAA85 (or 0x8AAA85) is known color: Mantle. HEX triplet: 8A, AA and 85. RGB value is (138,170,133). Sum of RGB (Red+Green+Blue) = 138+170+133=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA85 is #75557A. Grayscale: #9C9C9C. Windows color (decimal): -7689595 or 8759946. OLE color: 8759946.
HSL color Cylindrical-coordinate representation of color #8AAA85: hue angle of 111.89º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AAA85 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 133 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.33 |
| HSL | 111.89º | 0.18% | 0.59% | - |
| HSV(B) | 111.89º | 0.22% | 0.67% | - |
| XYZ | 29.09 | 35.85 | 27.58 | - |
| YUV | 156.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 133 | 0.19 | 0 | 0.22 | 0.33 | 111.89 | 0.18 | 0.59 |
| Hex | 8A | AA | 85 | 13 | 0 | 16 | 21 | 70 | 12 | 3B |
| Octal | 212 | 252 | 205 | 23 | 0 | 26 | 41 | 160 | 22 | 73 |
| Binary | 10001010 | 10101010 | 10000101 | 10011 | 0 | 10110 | 100001 | 1110000 | 10010 | 111011 |
Color Harmonies of #8AAA85
Complementary color
Monochromatic Colors of #8AAA85
Black with #8AAA85
Text Example
Text Example
White with #8AAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA85; }
p { color: rgb(138,170,133); }
H1.HeaderClassName
{
color: #8AAA85;
}
.AnyTagClassName
{
color: #8AAA85;
}
</style>
background-color css
<style>
a { background-color: #8AAA85; }
a { background-color: rgb(138,170,133); }
div.DivClassName
{
background-color: #8AAA85;
}
.BgClassName
{
background-color: #8AAA85;
}
</style>
border-color css
<style>
span { border-color: #8AAA85; }
span { border-color: rgb(138,170,133); }
td.TdClassName
{
border-color: #8AAA85;
}
.TagClassName
{
border-color: #8AAA85;
}
</style>