Shades of Amulet #86B170
Tints of Amulet #86B170
RGB
CMYK
RGB Variations
Color information
#86B170 (or 0x86B170) is known color: Amulet. HEX triplet: 86, B1 and 70. RGB value is (134,177,112). Sum of RGB (Red+Green+Blue) = 134+177+112=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #86B170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B170 is #794E8F. Grayscale: #9C9C9C. Windows color (decimal): -7949968 or 7385478. OLE color: 7385478.
HSL color Cylindrical-coordinate representation of color #86B170: hue angle of 99.69º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86B170 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 112 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.31 |
| HSL | 99.69º | 0.29% | 0.57% | - |
| HSV(B) | 99.69º | 0.37% | 0.69% | - |
| XYZ | 28.48 | 37.68 | 21.1 | - |
| YUV | 156.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 112 | 0.24 | 0 | 0.37 | 0.31 | 99.69 | 0.29 | 0.57 |
| Hex | 86 | B1 | 70 | 18 | 0 | 25 | 1F | 64 | 1D | 39 |
| Octal | 206 | 261 | 160 | 30 | 0 | 45 | 37 | 144 | 35 | 71 |
| Binary | 10000110 | 10110001 | 1110000 | 11000 | 0 | 100101 | 11111 | 1100100 | 11101 | 111001 |
Color Harmonies of #86B170
Complementary color
Monochromatic Colors of #86B170
Black with #86B170
Text Example
Text Example
White with #86B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B170; }
p { color: rgb(134,177,112); }
H1.HeaderClassName
{
color: #86B170;
}
.AnyTagClassName
{
color: #86B170;
}
</style>
background-color css
<style>
a { background-color: #86B170; }
a { background-color: rgb(134,177,112); }
div.DivClassName
{
background-color: #86B170;
}
.BgClassName
{
background-color: #86B170;
}
</style>
border-color css
<style>
span { border-color: #86B170; }
span { border-color: rgb(134,177,112); }
td.TdClassName
{
border-color: #86B170;
}
.TagClassName
{
border-color: #86B170;
}
</style>