Shades of Amulet #86B376
Tints of Amulet #86B376
RGB
CMYK
RGB Variations
Color information
#86B376 (or 0x86B376) is known color: Amulet. HEX triplet: 86, B3 and 76. RGB value is (134,179,118). Sum of RGB (Red+Green+Blue) = 134+179+118=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #86B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B376 is #794C89. Grayscale: #9E9E9E. Windows color (decimal): -7949450 or 7779206. OLE color: 7779206.
HSL color Cylindrical-coordinate representation of color #86B376: hue angle of 104.26º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86B376 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 118 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.30 |
| HSL | 104.26º | 0.29% | 0.58% | - |
| HSV(B) | 104.26º | 0.34% | 0.7% | - |
| XYZ | 29.22 | 38.62 | 23.05 | - |
| YUV | 158.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 118 | 0.25 | 0 | 0.34 | 0.30 | 104.26 | 0.29 | 0.58 |
| Hex | 86 | B3 | 76 | 19 | 0 | 22 | 1E | 68 | 1D | 3A |
| Octal | 206 | 263 | 166 | 31 | 0 | 42 | 36 | 150 | 35 | 72 |
| Binary | 10000110 | 10110011 | 1110110 | 11001 | 0 | 100010 | 11110 | 1101000 | 11101 | 111010 |
Color Harmonies of #86B376
Complementary color
Monochromatic Colors of #86B376
Black with #86B376
Text Example
Text Example
White with #86B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B376; }
p { color: rgb(134,179,118); }
H1.HeaderClassName
{
color: #86B376;
}
.AnyTagClassName
{
color: #86B376;
}
</style>
background-color css
<style>
a { background-color: #86B376; }
a { background-color: rgb(134,179,118); }
div.DivClassName
{
background-color: #86B376;
}
.BgClassName
{
background-color: #86B376;
}
</style>
border-color css
<style>
span { border-color: #86B376; }
span { border-color: rgb(134,179,118); }
td.TdClassName
{
border-color: #86B376;
}
.TagClassName
{
border-color: #86B376;
}
</style>