Shades of Amulet #859876
Tints of Amulet #859876
RGB
CMYK
RGB Variations
Color information
#859876 (or 0x859876) is known color: Amulet. HEX triplet: 85, 98 and 76. RGB value is (133,152,118). Sum of RGB (Red+Green+Blue) = 133+152+118=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #859876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859876 is #7A6789. Grayscale: #8E8E8E. Windows color (decimal): -8021898 or 7772293. OLE color: 7772293.
HSL color Cylindrical-coordinate representation of color #859876: hue angle of 93.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859876 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 118 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.40 |
| HSL | 93.53º | 0.14% | 0.53% | - |
| HSV(B) | 93.53º | 0.22% | 0.6% | - |
| XYZ | 24.17 | 28.75 | 21.42 | - |
| YUV | 142.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 118 | 0.13 | 0 | 0.22 | 0.40 | 93.53 | 0.14 | 0.53 |
| Hex | 85 | 98 | 76 | D | 0 | 16 | 28 | 5E | E | 35 |
| Octal | 205 | 230 | 166 | 15 | 0 | 26 | 50 | 136 | 16 | 65 |
| Binary | 10000101 | 10011000 | 1110110 | 1101 | 0 | 10110 | 101000 | 1011110 | 1110 | 110101 |
Color Harmonies of #859876
Complementary color
Monochromatic Colors of #859876
Black with #859876
Text Example
Text Example
White with #859876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859876; }
p { color: rgb(133,152,118); }
H1.HeaderClassName
{
color: #859876;
}
.AnyTagClassName
{
color: #859876;
}
</style>
background-color css
<style>
a { background-color: #859876; }
a { background-color: rgb(133,152,118); }
div.DivClassName
{
background-color: #859876;
}
.BgClassName
{
background-color: #859876;
}
</style>
border-color css
<style>
span { border-color: #859876; }
span { border-color: rgb(133,152,118); }
td.TdClassName
{
border-color: #859876;
}
.TagClassName
{
border-color: #859876;
}
</style>