Shades of Amulet #859979
Tints of Amulet #859979
RGB
CMYK
RGB Variations
Color information
#859979 (or 0x859979) is known color: Amulet. HEX triplet: 85, 99 and 79. RGB value is (133,153,121). Sum of RGB (Red+Green+Blue) = 133+153+121=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #859979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859979 is #7A6686. Grayscale: #8F8F8F. Windows color (decimal): -8021639 or 7969157. OLE color: 7969157.
HSL color Cylindrical-coordinate representation of color #859979: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859979 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 121 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.4 |
| HSL | 97.5º | 0.14% | 0.54% | - |
| HSV(B) | 97.5º | 0.21% | 0.6% | - |
| XYZ | 24.52 | 29.15 | 22.42 | - |
| YUV | 143.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 121 | 0.13 | 0 | 0.21 | 0.4 | 97.5 | 0.14 | 0.54 |
| Hex | 85 | 99 | 79 | D | 0 | 15 | 28 | 62 | E | 36 |
| Octal | 205 | 231 | 171 | 15 | 0 | 25 | 50 | 142 | 16 | 66 |
| Binary | 10000101 | 10011001 | 1111001 | 1101 | 0 | 10101 | 101000 | 1100010 | 1110 | 110110 |
Color Harmonies of #859979
Complementary color
Monochromatic Colors of #859979
Black with #859979
Text Example
Text Example
White with #859979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859979; }
p { color: rgb(133,153,121); }
H1.HeaderClassName
{
color: #859979;
}
.AnyTagClassName
{
color: #859979;
}
</style>
background-color css
<style>
a { background-color: #859979; }
a { background-color: rgb(133,153,121); }
div.DivClassName
{
background-color: #859979;
}
.BgClassName
{
background-color: #859979;
}
</style>
border-color css
<style>
span { border-color: #859979; }
span { border-color: rgb(133,153,121); }
td.TdClassName
{
border-color: #859979;
}
.TagClassName
{
border-color: #859979;
}
</style>