Shades of Amulet #86A96E
Tints of Amulet #86A96E
RGB
CMYK
RGB Variations
Color information
#86A96E (or 0x86A96E) is known color: Amulet. HEX triplet: 86, A9 and 6E. RGB value is (134,169,110). Sum of RGB (Red+Green+Blue) = 134+169+110=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #86A96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A96E is #795691. Grayscale: #989898. Windows color (decimal): -7952018 or 7252358. OLE color: 7252358.
HSL color Cylindrical-coordinate representation of color #86A96E: hue angle of 95.59º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A96E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 169 | 110 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.34 |
| HSL | 95.59º | 0.26% | 0.55% | - |
| HSV(B) | 95.59º | 0.35% | 0.66% | - |
| XYZ | 26.83 | 34.57 | 20.01 | - |
| YUV | 151.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 110 | 0.21 | 0 | 0.35 | 0.34 | 95.59 | 0.26 | 0.55 |
| Hex | 86 | A9 | 6E | 15 | 0 | 23 | 22 | 60 | 1A | 37 |
| Octal | 206 | 251 | 156 | 25 | 0 | 43 | 42 | 140 | 32 | 67 |
| Binary | 10000110 | 10101001 | 1101110 | 10101 | 0 | 100011 | 100010 | 1100000 | 11010 | 110111 |
Color Harmonies of #86A96E
Complementary color
Monochromatic Colors of #86A96E
Black with #86A96E
Text Example
Text Example
White with #86A96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A96E; }
p { color: rgb(134,169,110); }
H1.HeaderClassName
{
color: #86A96E;
}
.AnyTagClassName
{
color: #86A96E;
}
</style>
background-color css
<style>
a { background-color: #86A96E; }
a { background-color: rgb(134,169,110); }
div.DivClassName
{
background-color: #86A96E;
}
.BgClassName
{
background-color: #86A96E;
}
</style>
border-color css
<style>
span { border-color: #86A96E; }
span { border-color: rgb(134,169,110); }
td.TdClassName
{
border-color: #86A96E;
}
.TagClassName
{
border-color: #86A96E;
}
</style>