Shades of Amulet #859B7C
Tints of Amulet #859B7C
RGB
CMYK
RGB Variations
Color information
#859B7C (or 0x859B7C) is known color: Amulet. HEX triplet: 85, 9B and 7C. RGB value is (133,155,124). Sum of RGB (Red+Green+Blue) = 133+155+124=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #859B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B7C is #7A6483. Grayscale: #909090. Windows color (decimal): -8021124 or 8166277. OLE color: 8166277.
HSL color Cylindrical-coordinate representation of color #859B7C: hue angle of 102.58º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #859B7C is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 124 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.39 |
| HSL | 102.58º | 0.13% | 0.55% | - |
| HSV(B) | 102.58º | 0.2% | 0.61% | - |
| XYZ | 25.03 | 29.88 | 23.52 | - |
| YUV | 144.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 124 | 0.14 | 0 | 0.2 | 0.39 | 102.58 | 0.13 | 0.55 |
| Hex | 85 | 9B | 7C | E | 0 | 14 | 27 | 67 | D | 37 |
| Octal | 205 | 233 | 174 | 16 | 0 | 24 | 47 | 147 | 15 | 67 |
| Binary | 10000101 | 10011011 | 1111100 | 1110 | 0 | 10100 | 100111 | 1100111 | 1101 | 110111 |
Color Harmonies of #859B7C
Complementary color
Monochromatic Colors of #859B7C
Black with #859B7C
Text Example
Text Example
White with #859B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B7C; }
p { color: rgb(133,155,124); }
H1.HeaderClassName
{
color: #859B7C;
}
.AnyTagClassName
{
color: #859B7C;
}
</style>
background-color css
<style>
a { background-color: #859B7C; }
a { background-color: rgb(133,155,124); }
div.DivClassName
{
background-color: #859B7C;
}
.BgClassName
{
background-color: #859B7C;
}
</style>
border-color css
<style>
span { border-color: #859B7C; }
span { border-color: rgb(133,155,124); }
td.TdClassName
{
border-color: #859B7C;
}
.TagClassName
{
border-color: #859B7C;
}
</style>