Shades of Amulet #859E7D
Tints of Amulet #859E7D
RGB
CMYK
RGB Variations
Color information
#859E7D (or 0x859E7D) is known color: Amulet. HEX triplet: 85, 9E and 7D. RGB value is (133,158,125). Sum of RGB (Red+Green+Blue) = 133+158+125=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #859E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E7D is #7A6182. Grayscale: #929292. Windows color (decimal): -8020355 or 8232581. OLE color: 8232581.
HSL color Cylindrical-coordinate representation of color #859E7D: hue angle of 105.45º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859E7D is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 125 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.38 |
| HSL | 105.45º | 0.15% | 0.55% | - |
| HSV(B) | 105.45º | 0.21% | 0.62% | - |
| XYZ | 25.6 | 30.92 | 24.02 | - |
| YUV | 146.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 125 | 0.16 | 0 | 0.21 | 0.38 | 105.45 | 0.15 | 0.55 |
| Hex | 85 | 9E | 7D | 10 | 0 | 15 | 26 | 69 | F | 37 |
| Octal | 205 | 236 | 175 | 20 | 0 | 25 | 46 | 151 | 17 | 67 |
| Binary | 10000101 | 10011110 | 1111101 | 10000 | 0 | 10101 | 100110 | 1101001 | 1111 | 110111 |
Color Harmonies of #859E7D
Complementary color
Monochromatic Colors of #859E7D
Black with #859E7D
Text Example
Text Example
White with #859E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E7D; }
p { color: rgb(133,158,125); }
H1.HeaderClassName
{
color: #859E7D;
}
.AnyTagClassName
{
color: #859E7D;
}
</style>
background-color css
<style>
a { background-color: #859E7D; }
a { background-color: rgb(133,158,125); }
div.DivClassName
{
background-color: #859E7D;
}
.BgClassName
{
background-color: #859E7D;
}
</style>
border-color css
<style>
span { border-color: #859E7D; }
span { border-color: rgb(133,158,125); }
td.TdClassName
{
border-color: #859E7D;
}
.TagClassName
{
border-color: #859E7D;
}
</style>