Shades of Amulet #859E72
Tints of Amulet #859E72
RGB
CMYK
RGB Variations
Color information
#859E72 (or 0x859E72) is known color: Amulet. HEX triplet: 85, 9E and 72. RGB value is (133,158,114). Sum of RGB (Red+Green+Blue) = 133+158+114=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #859E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E72 is #7A618D. Grayscale: #919191. Windows color (decimal): -8020366 or 7511685. OLE color: 7511685.
HSL color Cylindrical-coordinate representation of color #859E72: hue angle of 94.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859E72 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 114 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.38 |
| HSL | 94.09º | 0.18% | 0.53% | - |
| HSV(B) | 94.09º | 0.28% | 0.62% | - |
| XYZ | 24.94 | 30.66 | 20.52 | - |
| YUV | 145.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 114 | 0.16 | 0 | 0.28 | 0.38 | 94.09 | 0.18 | 0.53 |
| Hex | 85 | 9E | 72 | 10 | 0 | 1C | 26 | 5E | 12 | 35 |
| Octal | 205 | 236 | 162 | 20 | 0 | 34 | 46 | 136 | 22 | 65 |
| Binary | 10000101 | 10011110 | 1110010 | 10000 | 0 | 11100 | 100110 | 1011110 | 10010 | 110101 |
Color Harmonies of #859E72
Complementary color
Monochromatic Colors of #859E72
Black with #859E72
Text Example
Text Example
White with #859E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E72; }
p { color: rgb(133,158,114); }
H1.HeaderClassName
{
color: #859E72;
}
.AnyTagClassName
{
color: #859E72;
}
</style>
background-color css
<style>
a { background-color: #859E72; }
a { background-color: rgb(133,158,114); }
div.DivClassName
{
background-color: #859E72;
}
.BgClassName
{
background-color: #859E72;
}
</style>
border-color css
<style>
span { border-color: #859E72; }
span { border-color: rgb(133,158,114); }
td.TdClassName
{
border-color: #859E72;
}
.TagClassName
{
border-color: #859E72;
}
</style>