Shades of Amulet #86AA71
Tints of Amulet #86AA71
RGB
CMYK
RGB Variations
Color information
#86AA71 (or 0x86AA71) is known color: Amulet. HEX triplet: 86, AA and 71. RGB value is (134,170,113). Sum of RGB (Red+Green+Blue) = 134+170+113=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA71 is #79558E. Grayscale: #989898. Windows color (decimal): -7951759 or 7449222. OLE color: 7449222.
HSL color Cylindrical-coordinate representation of color #86AA71: hue angle of 97.89º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86AA71 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 113 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.33 |
| HSL | 97.89º | 0.25% | 0.55% | - |
| HSV(B) | 97.89º | 0.34% | 0.67% | - |
| XYZ | 27.19 | 35.01 | 20.95 | - |
| YUV | 152.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 113 | 0.21 | 0 | 0.34 | 0.33 | 97.89 | 0.25 | 0.55 |
| Hex | 86 | AA | 71 | 15 | 0 | 22 | 21 | 62 | 19 | 37 |
| Octal | 206 | 252 | 161 | 25 | 0 | 42 | 41 | 142 | 31 | 67 |
| Binary | 10000110 | 10101010 | 1110001 | 10101 | 0 | 100010 | 100001 | 1100010 | 11001 | 110111 |
Color Harmonies of #86AA71
Complementary color
Monochromatic Colors of #86AA71
Black with #86AA71
Text Example
Text Example
White with #86AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA71; }
p { color: rgb(134,170,113); }
H1.HeaderClassName
{
color: #86AA71;
}
.AnyTagClassName
{
color: #86AA71;
}
</style>
background-color css
<style>
a { background-color: #86AA71; }
a { background-color: rgb(134,170,113); }
div.DivClassName
{
background-color: #86AA71;
}
.BgClassName
{
background-color: #86AA71;
}
</style>
border-color css
<style>
span { border-color: #86AA71; }
span { border-color: rgb(134,170,113); }
td.TdClassName
{
border-color: #86AA71;
}
.TagClassName
{
border-color: #86AA71;
}
</style>