Shades of Amulet #86A37B
Tints of Amulet #86A37B
RGB
CMYK
RGB Variations
Color information
#86A37B (or 0x86A37B) is known color: Amulet. HEX triplet: 86, A3 and 7B. RGB value is (134,163,123). Sum of RGB (Red+Green+Blue) = 134+163+123=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #86A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A37B is #795C84. Grayscale: #959595. Windows color (decimal): -7953541 or 8102790. OLE color: 8102790.
HSL color Cylindrical-coordinate representation of color #86A37B: hue angle of 103.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86A37B is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 123 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.36 |
| HSL | 103.5º | 0.18% | 0.56% | - |
| HSV(B) | 103.5º | 0.25% | 0.64% | - |
| XYZ | 26.5 | 32.69 | 23.65 | - |
| YUV | 149.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 123 | 0.18 | 0 | 0.25 | 0.36 | 103.5 | 0.18 | 0.56 |
| Hex | 86 | A3 | 7B | 12 | 0 | 19 | 24 | 68 | 12 | 38 |
| Octal | 206 | 243 | 173 | 22 | 0 | 31 | 44 | 150 | 22 | 70 |
| Binary | 10000110 | 10100011 | 1111011 | 10010 | 0 | 11001 | 100100 | 1101000 | 10010 | 111000 |
Color Harmonies of #86A37B
Complementary color
Monochromatic Colors of #86A37B
Black with #86A37B
Text Example
Text Example
White with #86A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A37B; }
p { color: rgb(134,163,123); }
H1.HeaderClassName
{
color: #86A37B;
}
.AnyTagClassName
{
color: #86A37B;
}
</style>
background-color css
<style>
a { background-color: #86A37B; }
a { background-color: rgb(134,163,123); }
div.DivClassName
{
background-color: #86A37B;
}
.BgClassName
{
background-color: #86A37B;
}
</style>
border-color css
<style>
span { border-color: #86A37B; }
span { border-color: rgb(134,163,123); }
td.TdClassName
{
border-color: #86A37B;
}
.TagClassName
{
border-color: #86A37B;
}
</style>