Shades of Amulet #859878
Tints of Amulet #859878
RGB
CMYK
RGB Variations
Color information
#859878 (or 0x859878) is known color: Amulet. HEX triplet: 85, 98 and 78. RGB value is (133,152,120). Sum of RGB (Red+Green+Blue) = 133+152+120=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #859878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859878 is #7A6787. Grayscale: #8E8E8E. Windows color (decimal): -8021896 or 7903365. OLE color: 7903365.
HSL color Cylindrical-coordinate representation of color #859878: hue angle of 95.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859878 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 120 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.40 |
| HSL | 95.63º | 0.13% | 0.53% | - |
| HSV(B) | 95.63º | 0.21% | 0.6% | - |
| XYZ | 24.29 | 28.8 | 22.05 | - |
| YUV | 142.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 120 | 0.13 | 0 | 0.21 | 0.40 | 95.63 | 0.13 | 0.53 |
| Hex | 85 | 98 | 78 | D | 0 | 15 | 28 | 60 | D | 35 |
| Octal | 205 | 230 | 170 | 15 | 0 | 25 | 50 | 140 | 15 | 65 |
| Binary | 10000101 | 10011000 | 1111000 | 1101 | 0 | 10101 | 101000 | 1100000 | 1101 | 110101 |
Color Harmonies of #859878
Complementary color
Monochromatic Colors of #859878
Black with #859878
Text Example
Text Example
White with #859878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859878; }
p { color: rgb(133,152,120); }
H1.HeaderClassName
{
color: #859878;
}
.AnyTagClassName
{
color: #859878;
}
</style>
background-color css
<style>
a { background-color: #859878; }
a { background-color: rgb(133,152,120); }
div.DivClassName
{
background-color: #859878;
}
.BgClassName
{
background-color: #859878;
}
</style>
border-color css
<style>
span { border-color: #859878; }
span { border-color: rgb(133,152,120); }
td.TdClassName
{
border-color: #859878;
}
.TagClassName
{
border-color: #859878;
}
</style>