Shades of Amulet #859C7E
Tints of Amulet #859C7E
RGB
CMYK
RGB Variations
Color information
#859C7E (or 0x859C7E) is known color: Amulet. HEX triplet: 85, 9C and 7E. RGB value is (133,156,126). Sum of RGB (Red+Green+Blue) = 133+156+126=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #859C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C7E is #7A6381. Grayscale: #919191. Windows color (decimal): -8020866 or 8297605. OLE color: 8297605.
HSL color Cylindrical-coordinate representation of color #859C7E: hue angle of 106º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859C7E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 126 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.39 |
| HSL | 106º | 0.13% | 0.55% | - |
| HSV(B) | 106º | 0.19% | 0.61% | - |
| XYZ | 25.33 | 30.27 | 24.25 | - |
| YUV | 145.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 126 | 0.15 | 0 | 0.19 | 0.39 | 106 | 0.13 | 0.55 |
| Hex | 85 | 9C | 7E | F | 0 | 13 | 27 | 6A | D | 37 |
| Octal | 205 | 234 | 176 | 17 | 0 | 23 | 47 | 152 | 15 | 67 |
| Binary | 10000101 | 10011100 | 1111110 | 1111 | 0 | 10011 | 100111 | 1101010 | 1101 | 110111 |
Color Harmonies of #859C7E
Complementary color
Monochromatic Colors of #859C7E
Black with #859C7E
Text Example
Text Example
White with #859C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C7E; }
p { color: rgb(133,156,126); }
H1.HeaderClassName
{
color: #859C7E;
}
.AnyTagClassName
{
color: #859C7E;
}
</style>
background-color css
<style>
a { background-color: #859C7E; }
a { background-color: rgb(133,156,126); }
div.DivClassName
{
background-color: #859C7E;
}
.BgClassName
{
background-color: #859C7E;
}
</style>
border-color css
<style>
span { border-color: #859C7E; }
span { border-color: rgb(133,156,126); }
td.TdClassName
{
border-color: #859C7E;
}
.TagClassName
{
border-color: #859C7E;
}
</style>