Shades of Amulet #859975
Tints of Amulet #859975
RGB
CMYK
RGB Variations
Color information
#859975 (or 0x859975) is known color: Amulet. HEX triplet: 85, 99 and 75. RGB value is (133,153,117). Sum of RGB (Red+Green+Blue) = 133+153+117=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #859975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859975 is #7A668A. Grayscale: #8F8F8F. Windows color (decimal): -8021643 or 7707013. OLE color: 7707013.
HSL color Cylindrical-coordinate representation of color #859975: hue angle of 93.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859975 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 117 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.4 |
| HSL | 93.33º | 0.15% | 0.53% | - |
| HSV(B) | 93.33º | 0.24% | 0.6% | - |
| XYZ | 24.27 | 29.05 | 21.16 | - |
| YUV | 142.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 117 | 0.13 | 0 | 0.24 | 0.4 | 93.33 | 0.15 | 0.53 |
| Hex | 85 | 99 | 75 | D | 0 | 18 | 28 | 5D | F | 35 |
| Octal | 205 | 231 | 165 | 15 | 0 | 30 | 50 | 135 | 17 | 65 |
| Binary | 10000101 | 10011001 | 1110101 | 1101 | 0 | 11000 | 101000 | 1011101 | 1111 | 110101 |
Color Harmonies of #859975
Complementary color
Monochromatic Colors of #859975
Black with #859975
Text Example
Text Example
White with #859975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859975; }
p { color: rgb(133,153,117); }
H1.HeaderClassName
{
color: #859975;
}
.AnyTagClassName
{
color: #859975;
}
</style>
background-color css
<style>
a { background-color: #859975; }
a { background-color: rgb(133,153,117); }
div.DivClassName
{
background-color: #859975;
}
.BgClassName
{
background-color: #859975;
}
</style>
border-color css
<style>
span { border-color: #859975; }
span { border-color: rgb(133,153,117); }
td.TdClassName
{
border-color: #859975;
}
.TagClassName
{
border-color: #859975;
}
</style>