Shades of Amulet #86B372
Tints of Amulet #86B372
RGB
CMYK
RGB Variations
Color information
#86B372 (or 0x86B372) is known color: Amulet. HEX triplet: 86, B3 and 72. RGB value is (134,179,114). Sum of RGB (Red+Green+Blue) = 134+179+114=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #86B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B372 is #794C8D. Grayscale: #9E9E9E. Windows color (decimal): -7949454 or 7517062. OLE color: 7517062.
HSL color Cylindrical-coordinate representation of color #86B372: hue angle of 101.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86B372 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 114 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.30 |
| HSL | 101.54º | 0.3% | 0.57% | - |
| HSV(B) | 101.54º | 0.36% | 0.7% | - |
| XYZ | 28.99 | 38.52 | 21.83 | - |
| YUV | 158.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 114 | 0.25 | 0 | 0.36 | 0.30 | 101.54 | 0.3 | 0.57 |
| Hex | 86 | B3 | 72 | 19 | 0 | 24 | 1E | 66 | 1E | 39 |
| Octal | 206 | 263 | 162 | 31 | 0 | 44 | 36 | 146 | 36 | 71 |
| Binary | 10000110 | 10110011 | 1110010 | 11001 | 0 | 100100 | 11110 | 1100110 | 11110 | 111001 |
Color Harmonies of #86B372
Complementary color
Monochromatic Colors of #86B372
Black with #86B372
Text Example
Text Example
White with #86B372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B372; }
p { color: rgb(134,179,114); }
H1.HeaderClassName
{
color: #86B372;
}
.AnyTagClassName
{
color: #86B372;
}
</style>
background-color css
<style>
a { background-color: #86B372; }
a { background-color: rgb(134,179,114); }
div.DivClassName
{
background-color: #86B372;
}
.BgClassName
{
background-color: #86B372;
}
</style>
border-color css
<style>
span { border-color: #86B372; }
span { border-color: rgb(134,179,114); }
td.TdClassName
{
border-color: #86B372;
}
.TagClassName
{
border-color: #86B372;
}
</style>