Shades of Amulet #86AC7E
Tints of Amulet #86AC7E
RGB
CMYK
RGB Variations
Color information
#86AC7E (or 0x86AC7E) is known color: Amulet. HEX triplet: 86, AC and 7E. RGB value is (134,172,126). Sum of RGB (Red+Green+Blue) = 134+172+126=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC7E is #795381. Grayscale: #9B9B9B. Windows color (decimal): -7951234 or 8301702. OLE color: 8301702.
HSL color Cylindrical-coordinate representation of color #86AC7E: hue angle of 109.57º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86AC7E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 172 | 126 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.33 |
| HSL | 109.57º | 0.22% | 0.58% | - |
| HSV(B) | 109.57º | 0.27% | 0.67% | - |
| XYZ | 28.35 | 36.08 | 25.21 | - |
| YUV | 155.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 126 | 0.22 | 0 | 0.27 | 0.33 | 109.57 | 0.22 | 0.58 |
| Hex | 86 | AC | 7E | 16 | 0 | 1B | 21 | 6E | 16 | 3A |
| Octal | 206 | 254 | 176 | 26 | 0 | 33 | 41 | 156 | 26 | 72 |
| Binary | 10000110 | 10101100 | 1111110 | 10110 | 0 | 11011 | 100001 | 1101110 | 10110 | 111010 |
Color Harmonies of #86AC7E
Complementary color
Monochromatic Colors of #86AC7E
Black with #86AC7E
Text Example
Text Example
White with #86AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AC7E; }
p { color: rgb(134,172,126); }
H1.HeaderClassName
{
color: #86AC7E;
}
.AnyTagClassName
{
color: #86AC7E;
}
</style>
background-color css
<style>
a { background-color: #86AC7E; }
a { background-color: rgb(134,172,126); }
div.DivClassName
{
background-color: #86AC7E;
}
.BgClassName
{
background-color: #86AC7E;
}
</style>
border-color css
<style>
span { border-color: #86AC7E; }
span { border-color: rgb(134,172,126); }
td.TdClassName
{
border-color: #86AC7E;
}
.TagClassName
{
border-color: #86AC7E;
}
</style>