Shades of Amulet #849F73
Tints of Amulet #849F73
RGB
CMYK
RGB Variations
Color information
#849F73 (or 0x849F73) is known color: Amulet. HEX triplet: 84, 9F and 73. RGB value is (132,159,115). Sum of RGB (Red+Green+Blue) = 132+159+115=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #849F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F73 is #7B608C. Grayscale: #929292. Windows color (decimal): -8085645 or 7577476. OLE color: 7577476.
HSL color Cylindrical-coordinate representation of color #849F73: hue angle of 96.82º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #849F73 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 115 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.38 |
| HSL | 96.82º | 0.19% | 0.54% | - |
| HSV(B) | 96.82º | 0.28% | 0.62% | - |
| XYZ | 25.01 | 30.94 | 20.87 | - |
| YUV | 145.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 115 | 0.17 | 0 | 0.28 | 0.38 | 96.82 | 0.19 | 0.54 |
| Hex | 84 | 9F | 73 | 11 | 0 | 1C | 26 | 61 | 13 | 36 |
| Octal | 204 | 237 | 163 | 21 | 0 | 34 | 46 | 141 | 23 | 66 |
| Binary | 10000100 | 10011111 | 1110011 | 10001 | 0 | 11100 | 100110 | 1100001 | 10011 | 110110 |
Color Harmonies of #849F73
Complementary color
Monochromatic Colors of #849F73
Black with #849F73
Text Example
Text Example
White with #849F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F73; }
p { color: rgb(132,159,115); }
H1.HeaderClassName
{
color: #849F73;
}
.AnyTagClassName
{
color: #849F73;
}
</style>
background-color css
<style>
a { background-color: #849F73; }
a { background-color: rgb(132,159,115); }
div.DivClassName
{
background-color: #849F73;
}
.BgClassName
{
background-color: #849F73;
}
</style>
border-color css
<style>
span { border-color: #849F73; }
span { border-color: rgb(132,159,115); }
td.TdClassName
{
border-color: #849F73;
}
.TagClassName
{
border-color: #849F73;
}
</style>