Shades of Amulet #859C7D
Tints of Amulet #859C7D
RGB
CMYK
RGB Variations
Color information
#859C7D (or 0x859C7D) is known color: Amulet. HEX triplet: 85, 9C and 7D. RGB value is (133,156,125). Sum of RGB (Red+Green+Blue) = 133+156+125=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #859C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C7D is #7A6382. Grayscale: #919191. Windows color (decimal): -8020867 or 8232069. OLE color: 8232069.
HSL color Cylindrical-coordinate representation of color #859C7D: hue angle of 104.52º degrees, saturation: 0.14, 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 #859C7D is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 125 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.39 |
| HSL | 104.52º | 0.14% | 0.55% | - |
| HSV(B) | 104.52º | 0.2% | 0.61% | - |
| XYZ | 25.26 | 30.24 | 23.91 | - |
| YUV | 145.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 125 | 0.15 | 0 | 0.20 | 0.39 | 104.52 | 0.14 | 0.55 |
| Hex | 85 | 9C | 7D | F | 0 | 14 | 27 | 69 | E | 37 |
| Octal | 205 | 234 | 175 | 17 | 0 | 24 | 47 | 151 | 16 | 67 |
| Binary | 10000101 | 10011100 | 1111101 | 1111 | 0 | 10100 | 100111 | 1101001 | 1110 | 110111 |
Color Harmonies of #859C7D
Complementary color
Monochromatic Colors of #859C7D
Black with #859C7D
Text Example
Text Example
White with #859C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C7D; }
p { color: rgb(133,156,125); }
H1.HeaderClassName
{
color: #859C7D;
}
.AnyTagClassName
{
color: #859C7D;
}
</style>
background-color css
<style>
a { background-color: #859C7D; }
a { background-color: rgb(133,156,125); }
div.DivClassName
{
background-color: #859C7D;
}
.BgClassName
{
background-color: #859C7D;
}
</style>
border-color css
<style>
span { border-color: #859C7D; }
span { border-color: rgb(133,156,125); }
td.TdClassName
{
border-color: #859C7D;
}
.TagClassName
{
border-color: #859C7D;
}
</style>