Shades of Amulet #859B74
Tints of Amulet #859B74
RGB
CMYK
RGB Variations
Color information
#859B74 (or 0x859B74) is known color: Amulet. HEX triplet: 85, 9B and 74. RGB value is (133,155,116). Sum of RGB (Red+Green+Blue) = 133+155+116=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #859B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B74 is #7A648B. Grayscale: #909090. Windows color (decimal): -8021132 or 7641989. OLE color: 7641989.
HSL color Cylindrical-coordinate representation of color #859B74: hue angle of 93.85º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859B74 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 116 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.39 |
| HSL | 93.85º | 0.16% | 0.53% | - |
| HSV(B) | 93.85º | 0.25% | 0.61% | - |
| XYZ | 24.55 | 29.69 | 20.96 | - |
| YUV | 143.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 116 | 0.14 | 0 | 0.25 | 0.39 | 93.85 | 0.16 | 0.53 |
| Hex | 85 | 9B | 74 | E | 0 | 19 | 27 | 5E | 10 | 35 |
| Octal | 205 | 233 | 164 | 16 | 0 | 31 | 47 | 136 | 20 | 65 |
| Binary | 10000101 | 10011011 | 1110100 | 1110 | 0 | 11001 | 100111 | 1011110 | 10000 | 110101 |
Color Harmonies of #859B74
Complementary color
Monochromatic Colors of #859B74
Black with #859B74
Text Example
Text Example
White with #859B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B74; }
p { color: rgb(133,155,116); }
H1.HeaderClassName
{
color: #859B74;
}
.AnyTagClassName
{
color: #859B74;
}
</style>
background-color css
<style>
a { background-color: #859B74; }
a { background-color: rgb(133,155,116); }
div.DivClassName
{
background-color: #859B74;
}
.BgClassName
{
background-color: #859B74;
}
</style>
border-color css
<style>
span { border-color: #859B74; }
span { border-color: rgb(133,155,116); }
td.TdClassName
{
border-color: #859B74;
}
.TagClassName
{
border-color: #859B74;
}
</style>