Shades of Amulet #86B06F
Tints of Amulet #86B06F
RGB
CMYK
RGB Variations
Color information
#86B06F (or 0x86B06F) is known color: Amulet. HEX triplet: 86, B0 and 6F. RGB value is (134,176,111). Sum of RGB (Red+Green+Blue) = 134+176+111=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #86B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B06F is #794F90. Grayscale: #9C9C9C. Windows color (decimal): -7950225 or 7319686. OLE color: 7319686.
HSL color Cylindrical-coordinate representation of color #86B06F: hue angle of 98.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86B06F is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 111 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.31 |
| HSL | 98.77º | 0.29% | 0.56% | - |
| HSV(B) | 98.77º | 0.37% | 0.69% | - |
| XYZ | 28.23 | 37.27 | 20.74 | - |
| YUV | 156.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 111 | 0.24 | 0 | 0.37 | 0.31 | 98.77 | 0.29 | 0.56 |
| Hex | 86 | B0 | 6F | 18 | 0 | 25 | 1F | 63 | 1D | 38 |
| Octal | 206 | 260 | 157 | 30 | 0 | 45 | 37 | 143 | 35 | 70 |
| Binary | 10000110 | 10110000 | 1101111 | 11000 | 0 | 100101 | 11111 | 1100011 | 11101 | 111000 |
Color Harmonies of #86B06F
Complementary color
Monochromatic Colors of #86B06F
Black with #86B06F
Text Example
Text Example
White with #86B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B06F; }
p { color: rgb(134,176,111); }
H1.HeaderClassName
{
color: #86B06F;
}
.AnyTagClassName
{
color: #86B06F;
}
</style>
background-color css
<style>
a { background-color: #86B06F; }
a { background-color: rgb(134,176,111); }
div.DivClassName
{
background-color: #86B06F;
}
.BgClassName
{
background-color: #86B06F;
}
</style>
border-color css
<style>
span { border-color: #86B06F; }
span { border-color: rgb(134,176,111); }
td.TdClassName
{
border-color: #86B06F;
}
.TagClassName
{
border-color: #86B06F;
}
</style>