Shades of Amulet #86B47B
Tints of Amulet #86B47B
RGB
CMYK
RGB Variations
Color information
#86B47B (or 0x86B47B) is known color: Amulet. HEX triplet: 86, B4 and 7B. RGB value is (134,180,123). Sum of RGB (Red+Green+Blue) = 134+180+123=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #86B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B47B is #794B84. Grayscale: #9F9F9F. Windows color (decimal): -7949189 or 8107142. OLE color: 8107142.
HSL color Cylindrical-coordinate representation of color #86B47B: hue angle of 108.42º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86B47B is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 123 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.29 |
| HSL | 108.42º | 0.28% | 0.59% | - |
| HSV(B) | 108.42º | 0.32% | 0.71% | - |
| XYZ | 29.73 | 39.14 | 24.73 | - |
| YUV | 159.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 123 | 0.26 | 0 | 0.32 | 0.29 | 108.42 | 0.28 | 0.59 |
| Hex | 86 | B4 | 7B | 1A | 0 | 20 | 1D | 6C | 1C | 3B |
| Octal | 206 | 264 | 173 | 32 | 0 | 40 | 35 | 154 | 34 | 73 |
| Binary | 10000110 | 10110100 | 1111011 | 11010 | 0 | 100000 | 11101 | 1101100 | 11100 | 111011 |
Color Harmonies of #86B47B
Complementary color
Monochromatic Colors of #86B47B
Black with #86B47B
Text Example
Text Example
White with #86B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B47B; }
p { color: rgb(134,180,123); }
H1.HeaderClassName
{
color: #86B47B;
}
.AnyTagClassName
{
color: #86B47B;
}
</style>
background-color css
<style>
a { background-color: #86B47B; }
a { background-color: rgb(134,180,123); }
div.DivClassName
{
background-color: #86B47B;
}
.BgClassName
{
background-color: #86B47B;
}
</style>
border-color css
<style>
span { border-color: #86B47B; }
span { border-color: rgb(134,180,123); }
td.TdClassName
{
border-color: #86B47B;
}
.TagClassName
{
border-color: #86B47B;
}
</style>