Shades of Amulet #859D7F
Tints of Amulet #859D7F
RGB
CMYK
RGB Variations
Color information
#859D7F (or 0x859D7F) is known color: Amulet. HEX triplet: 85, 9D and 7F. RGB value is (133,157,127). Sum of RGB (Red+Green+Blue) = 133+157+127=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #859D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D7F is #7A6280. Grayscale: #929292. Windows color (decimal): -8020609 or 8363397. OLE color: 8363397.
HSL color Cylindrical-coordinate representation of color #859D7F: hue angle of 108º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859D7F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 127 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.38 |
| HSL | 108º | 0.13% | 0.56% | - |
| HSV(B) | 108º | 0.19% | 0.62% | - |
| XYZ | 25.56 | 30.63 | 24.64 | - |
| YUV | 146.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 127 | 0.15 | 0 | 0.19 | 0.38 | 108 | 0.13 | 0.56 |
| Hex | 85 | 9D | 7F | F | 0 | 13 | 26 | 6C | D | 38 |
| Octal | 205 | 235 | 177 | 17 | 0 | 23 | 46 | 154 | 15 | 70 |
| Binary | 10000101 | 10011101 | 1111111 | 1111 | 0 | 10011 | 100110 | 1101100 | 1101 | 111000 |
Color Harmonies of #859D7F
Complementary color
Monochromatic Colors of #859D7F
Black with #859D7F
Text Example
Text Example
White with #859D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D7F; }
p { color: rgb(133,157,127); }
H1.HeaderClassName
{
color: #859D7F;
}
.AnyTagClassName
{
color: #859D7F;
}
</style>
background-color css
<style>
a { background-color: #859D7F; }
a { background-color: rgb(133,157,127); }
div.DivClassName
{
background-color: #859D7F;
}
.BgClassName
{
background-color: #859D7F;
}
</style>
border-color css
<style>
span { border-color: #859D7F; }
span { border-color: rgb(133,157,127); }
td.TdClassName
{
border-color: #859D7F;
}
.TagClassName
{
border-color: #859D7F;
}
</style>