Shades of Amulet #859F78
Tints of Amulet #859F78
RGB
CMYK
RGB Variations
Color information
#859F78 (or 0x859F78) is known color: Amulet. HEX triplet: 85, 9F and 78. RGB value is (133,159,120). Sum of RGB (Red+Green+Blue) = 133+159+120=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #859F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F78 is #7A6087. Grayscale: #929292. Windows color (decimal): -8020104 or 7905157. OLE color: 7905157.
HSL color Cylindrical-coordinate representation of color #859F78: hue angle of 100º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859F78 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 120 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.38 |
| HSL | 100º | 0.17% | 0.55% | - |
| HSV(B) | 100º | 0.25% | 0.62% | - |
| XYZ | 25.46 | 31.14 | 22.44 | - |
| YUV | 146.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 120 | 0.16 | 0 | 0.25 | 0.38 | 100 | 0.17 | 0.55 |
| Hex | 85 | 9F | 78 | 10 | 0 | 19 | 26 | 64 | 11 | 37 |
| Octal | 205 | 237 | 170 | 20 | 0 | 31 | 46 | 144 | 21 | 67 |
| Binary | 10000101 | 10011111 | 1111000 | 10000 | 0 | 11001 | 100110 | 1100100 | 10001 | 110111 |
Color Harmonies of #859F78
Complementary color
Monochromatic Colors of #859F78
Black with #859F78
Text Example
Text Example
White with #859F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F78; }
p { color: rgb(133,159,120); }
H1.HeaderClassName
{
color: #859F78;
}
.AnyTagClassName
{
color: #859F78;
}
</style>
background-color css
<style>
a { background-color: #859F78; }
a { background-color: rgb(133,159,120); }
div.DivClassName
{
background-color: #859F78;
}
.BgClassName
{
background-color: #859F78;
}
</style>
border-color css
<style>
span { border-color: #859F78; }
span { border-color: rgb(133,159,120); }
td.TdClassName
{
border-color: #859F78;
}
.TagClassName
{
border-color: #859F78;
}
</style>