Shades of Amulet #86B673
Tints of Amulet #86B673
RGB
CMYK
RGB Variations
Color information
#86B673 (or 0x86B673) is known color: Amulet. HEX triplet: 86, B6 and 73. RGB value is (134,182,115). Sum of RGB (Red+Green+Blue) = 134+182+115=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #86B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B673 is #79498C. Grayscale: #A0A0A0. Windows color (decimal): -7948685 or 7583366. OLE color: 7583366.
HSL color Cylindrical-coordinate representation of color #86B673: hue angle of 102.99º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86B673 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 115 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.29 |
| HSL | 102.99º | 0.31% | 0.58% | - |
| HSV(B) | 102.99º | 0.37% | 0.71% | - |
| XYZ | 29.65 | 39.76 | 22.33 | - |
| YUV | 160.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 115 | 0.26 | 0 | 0.37 | 0.29 | 102.99 | 0.31 | 0.58 |
| Hex | 86 | B6 | 73 | 1A | 0 | 25 | 1D | 67 | 1F | 3A |
| Octal | 206 | 266 | 163 | 32 | 0 | 45 | 35 | 147 | 37 | 72 |
| Binary | 10000110 | 10110110 | 1110011 | 11010 | 0 | 100101 | 11101 | 1100111 | 11111 | 111010 |
Color Harmonies of #86B673
Complementary color
Monochromatic Colors of #86B673
Black with #86B673
Text Example
Text Example
White with #86B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B673; }
p { color: rgb(134,182,115); }
H1.HeaderClassName
{
color: #86B673;
}
.AnyTagClassName
{
color: #86B673;
}
</style>
background-color css
<style>
a { background-color: #86B673; }
a { background-color: rgb(134,182,115); }
div.DivClassName
{
background-color: #86B673;
}
.BgClassName
{
background-color: #86B673;
}
</style>
border-color css
<style>
span { border-color: #86B673; }
span { border-color: rgb(134,182,115); }
td.TdClassName
{
border-color: #86B673;
}
.TagClassName
{
border-color: #86B673;
}
</style>