Shades of Amulet #859C78
Tints of Amulet #859C78
RGB
CMYK
RGB Variations
Color information
#859C78 (or 0x859C78) is known color: Amulet. HEX triplet: 85, 9C and 78. RGB value is (133,156,120). Sum of RGB (Red+Green+Blue) = 133+156+120=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #859C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C78 is #7A6387. Grayscale: #919191. Windows color (decimal): -8020872 or 7904389. OLE color: 7904389.
HSL color Cylindrical-coordinate representation of color #859C78: hue angle of 98.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859C78 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 120 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.39 |
| HSL | 98.33º | 0.15% | 0.54% | - |
| HSV(B) | 98.33º | 0.23% | 0.61% | - |
| XYZ | 24.95 | 30.12 | 22.27 | - |
| YUV | 145.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 120 | 0.15 | 0 | 0.23 | 0.39 | 98.33 | 0.15 | 0.54 |
| Hex | 85 | 9C | 78 | F | 0 | 17 | 27 | 62 | F | 36 |
| Octal | 205 | 234 | 170 | 17 | 0 | 27 | 47 | 142 | 17 | 66 |
| Binary | 10000101 | 10011100 | 1111000 | 1111 | 0 | 10111 | 100111 | 1100010 | 1111 | 110110 |
Color Harmonies of #859C78
Complementary color
Monochromatic Colors of #859C78
Black with #859C78
Text Example
Text Example
White with #859C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C78; }
p { color: rgb(133,156,120); }
H1.HeaderClassName
{
color: #859C78;
}
.AnyTagClassName
{
color: #859C78;
}
</style>
background-color css
<style>
a { background-color: #859C78; }
a { background-color: rgb(133,156,120); }
div.DivClassName
{
background-color: #859C78;
}
.BgClassName
{
background-color: #859C78;
}
</style>
border-color css
<style>
span { border-color: #859C78; }
span { border-color: rgb(133,156,120); }
td.TdClassName
{
border-color: #859C78;
}
.TagClassName
{
border-color: #859C78;
}
</style>