Shades of Amulet #859B73
Tints of Amulet #859B73
RGB
CMYK
RGB Variations
Color information
#859B73 (or 0x859B73) is known color: Amulet. HEX triplet: 85, 9B and 73. RGB value is (133,155,115). Sum of RGB (Red+Green+Blue) = 133+155+115=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #859B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B73 is #7A648C. Grayscale: #909090. Windows color (decimal): -8021133 or 7576453. OLE color: 7576453.
HSL color Cylindrical-coordinate representation of color #859B73: hue angle of 93º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #859B73 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 115 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.39 |
| HSL | 93º | 0.17% | 0.53% | - |
| HSV(B) | 93º | 0.26% | 0.61% | - |
| XYZ | 24.49 | 29.67 | 20.66 | - |
| YUV | 143.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 115 | 0.14 | 0 | 0.26 | 0.39 | 93 | 0.17 | 0.53 |
| Hex | 85 | 9B | 73 | E | 0 | 1A | 27 | 5D | 11 | 35 |
| Octal | 205 | 233 | 163 | 16 | 0 | 32 | 47 | 135 | 21 | 65 |
| Binary | 10000101 | 10011011 | 1110011 | 1110 | 0 | 11010 | 100111 | 1011101 | 10001 | 110101 |
Color Harmonies of #859B73
Complementary color
Monochromatic Colors of #859B73
Black with #859B73
Text Example
Text Example
White with #859B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B73; }
p { color: rgb(133,155,115); }
H1.HeaderClassName
{
color: #859B73;
}
.AnyTagClassName
{
color: #859B73;
}
</style>
background-color css
<style>
a { background-color: #859B73; }
a { background-color: rgb(133,155,115); }
div.DivClassName
{
background-color: #859B73;
}
.BgClassName
{
background-color: #859B73;
}
</style>
border-color css
<style>
span { border-color: #859B73; }
span { border-color: rgb(133,155,115); }
td.TdClassName
{
border-color: #859B73;
}
.TagClassName
{
border-color: #859B73;
}
</style>