Shades of Amulet #86AB76
Tints of Amulet #86AB76
RGB
CMYK
RGB Variations
Color information
#86AB76 (or 0x86AB76) is known color: Amulet. HEX triplet: 86, AB and 76. RGB value is (134,171,118). Sum of RGB (Red+Green+Blue) = 134+171+118=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB76 is #795489. Grayscale: #9A9A9A. Windows color (decimal): -7951498 or 7777158. OLE color: 7777158.
HSL color Cylindrical-coordinate representation of color #86AB76: hue angle of 101.89º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86AB76 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 118 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.33 |
| HSL | 101.89º | 0.24% | 0.57% | - |
| HSV(B) | 101.89º | 0.31% | 0.67% | - |
| XYZ | 27.66 | 35.5 | 22.53 | - |
| YUV | 153.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 118 | 0.22 | 0 | 0.31 | 0.33 | 101.89 | 0.24 | 0.57 |
| Hex | 86 | AB | 76 | 16 | 0 | 1F | 21 | 66 | 18 | 39 |
| Octal | 206 | 253 | 166 | 26 | 0 | 37 | 41 | 146 | 30 | 71 |
| Binary | 10000110 | 10101011 | 1110110 | 10110 | 0 | 11111 | 100001 | 1100110 | 11000 | 111001 |
Color Harmonies of #86AB76
Complementary color
Monochromatic Colors of #86AB76
Black with #86AB76
Text Example
Text Example
White with #86AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB76; }
p { color: rgb(134,171,118); }
H1.HeaderClassName
{
color: #86AB76;
}
.AnyTagClassName
{
color: #86AB76;
}
</style>
background-color css
<style>
a { background-color: #86AB76; }
a { background-color: rgb(134,171,118); }
div.DivClassName
{
background-color: #86AB76;
}
.BgClassName
{
background-color: #86AB76;
}
</style>
border-color css
<style>
span { border-color: #86AB76; }
span { border-color: rgb(134,171,118); }
td.TdClassName
{
border-color: #86AB76;
}
.TagClassName
{
border-color: #86AB76;
}
</style>