Shades of Amulet #86AC6E
Tints of Amulet #86AC6E
RGB
CMYK
RGB Variations
Color information
#86AC6E (or 0x86AC6E) is known color: Amulet. HEX triplet: 86, AC and 6E. RGB value is (134,172,110). Sum of RGB (Red+Green+Blue) = 134+172+110=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC6E is #795391. Grayscale: #999999. Windows color (decimal): -7951250 or 7253126. OLE color: 7253126.
HSL color Cylindrical-coordinate representation of color #86AC6E: hue angle of 96.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86AC6E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 172 | 110 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.33 |
| HSL | 96.77º | 0.27% | 0.55% | - |
| HSV(B) | 96.77º | 0.36% | 0.67% | - |
| XYZ | 27.4 | 35.7 | 20.2 | - |
| YUV | 153.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 110 | 0.22 | 0 | 0.36 | 0.33 | 96.77 | 0.27 | 0.55 |
| Hex | 86 | AC | 6E | 16 | 0 | 24 | 21 | 61 | 1B | 37 |
| Octal | 206 | 254 | 156 | 26 | 0 | 44 | 41 | 141 | 33 | 67 |
| Binary | 10000110 | 10101100 | 1101110 | 10110 | 0 | 100100 | 100001 | 1100001 | 11011 | 110111 |
Color Harmonies of #86AC6E
Complementary color
Monochromatic Colors of #86AC6E
Black with #86AC6E
Text Example
Text Example
White with #86AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AC6E; }
p { color: rgb(134,172,110); }
H1.HeaderClassName
{
color: #86AC6E;
}
.AnyTagClassName
{
color: #86AC6E;
}
</style>
background-color css
<style>
a { background-color: #86AC6E; }
a { background-color: rgb(134,172,110); }
div.DivClassName
{
background-color: #86AC6E;
}
.BgClassName
{
background-color: #86AC6E;
}
</style>
border-color css
<style>
span { border-color: #86AC6E; }
span { border-color: rgb(134,172,110); }
td.TdClassName
{
border-color: #86AC6E;
}
.TagClassName
{
border-color: #86AC6E;
}
</style>