Shades of Amulet #859E76
Tints of Amulet #859E76
RGB
CMYK
RGB Variations
Color information
#859E76 (or 0x859E76) is known color: Amulet. HEX triplet: 85, 9E and 76. RGB value is (133,158,118). Sum of RGB (Red+Green+Blue) = 133+158+118=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #859E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E76 is #7A6189. Grayscale: #929292. Windows color (decimal): -8020362 or 7773829. OLE color: 7773829.
HSL color Cylindrical-coordinate representation of color #859E76: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859E76 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 118 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.38 |
| HSL | 97.5º | 0.17% | 0.54% | - |
| HSV(B) | 97.5º | 0.25% | 0.62% | - |
| XYZ | 25.17 | 30.75 | 21.75 | - |
| YUV | 145.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 118 | 0.16 | 0 | 0.25 | 0.38 | 97.5 | 0.17 | 0.54 |
| Hex | 85 | 9E | 76 | 10 | 0 | 19 | 26 | 62 | 11 | 36 |
| Octal | 205 | 236 | 166 | 20 | 0 | 31 | 46 | 142 | 21 | 66 |
| Binary | 10000101 | 10011110 | 1110110 | 10000 | 0 | 11001 | 100110 | 1100010 | 10001 | 110110 |
Color Harmonies of #859E76
Complementary color
Monochromatic Colors of #859E76
Black with #859E76
Text Example
Text Example
White with #859E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E76; }
p { color: rgb(133,158,118); }
H1.HeaderClassName
{
color: #859E76;
}
.AnyTagClassName
{
color: #859E76;
}
</style>
background-color css
<style>
a { background-color: #859E76; }
a { background-color: rgb(133,158,118); }
div.DivClassName
{
background-color: #859E76;
}
.BgClassName
{
background-color: #859E76;
}
</style>
border-color css
<style>
span { border-color: #859E76; }
span { border-color: rgb(133,158,118); }
td.TdClassName
{
border-color: #859E76;
}
.TagClassName
{
border-color: #859E76;
}
</style>