Shades of Amulet #859D7A
Tints of Amulet #859D7A
RGB
CMYK
RGB Variations
Color information
#859D7A (or 0x859D7A) is known color: Amulet. HEX triplet: 85, 9D and 7A. RGB value is (133,157,122). Sum of RGB (Red+Green+Blue) = 133+157+122=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #859D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D7A is #7A6285. Grayscale: #919191. Windows color (decimal): -8020614 or 8035717. OLE color: 8035717.
HSL color Cylindrical-coordinate representation of color #859D7A: hue angle of 101.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859D7A is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 122 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.38 |
| HSL | 101.14º | 0.15% | 0.55% | - |
| HSV(B) | 101.14º | 0.22% | 0.62% | - |
| XYZ | 25.24 | 30.51 | 22.97 | - |
| YUV | 145.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 122 | 0.15 | 0 | 0.22 | 0.38 | 101.14 | 0.15 | 0.55 |
| Hex | 85 | 9D | 7A | F | 0 | 16 | 26 | 65 | F | 37 |
| Octal | 205 | 235 | 172 | 17 | 0 | 26 | 46 | 145 | 17 | 67 |
| Binary | 10000101 | 10011101 | 1111010 | 1111 | 0 | 10110 | 100110 | 1100101 | 1111 | 110111 |
Color Harmonies of #859D7A
Complementary color
Monochromatic Colors of #859D7A
Black with #859D7A
Text Example
Text Example
White with #859D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D7A; }
p { color: rgb(133,157,122); }
H1.HeaderClassName
{
color: #859D7A;
}
.AnyTagClassName
{
color: #859D7A;
}
</style>
background-color css
<style>
a { background-color: #859D7A; }
a { background-color: rgb(133,157,122); }
div.DivClassName
{
background-color: #859D7A;
}
.BgClassName
{
background-color: #859D7A;
}
</style>
border-color css
<style>
span { border-color: #859D7A; }
span { border-color: rgb(133,157,122); }
td.TdClassName
{
border-color: #859D7A;
}
.TagClassName
{
border-color: #859D7A;
}
</style>