Shades of Amulet #849F72
Tints of Amulet #849F72
RGB
CMYK
RGB Variations
Color information
#849F72 (or 0x849F72) is known color: Amulet. HEX triplet: 84, 9F and 72. RGB value is (132,159,114). Sum of RGB (Red+Green+Blue) = 132+159+114=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #849F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F72 is #7B608D. Grayscale: #919191. Windows color (decimal): -8085646 or 7511940. OLE color: 7511940.
HSL color Cylindrical-coordinate representation of color #849F72: hue angle of 96º 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 #849F72 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 114 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.38 |
| HSL | 96º | 0.19% | 0.54% | - |
| HSV(B) | 96º | 0.28% | 0.62% | - |
| XYZ | 24.95 | 30.92 | 20.57 | - |
| YUV | 145.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 114 | 0.17 | 0 | 0.28 | 0.38 | 96 | 0.19 | 0.54 |
| Hex | 84 | 9F | 72 | 11 | 0 | 1C | 26 | 60 | 13 | 36 |
| Octal | 204 | 237 | 162 | 21 | 0 | 34 | 46 | 140 | 23 | 66 |
| Binary | 10000100 | 10011111 | 1110010 | 10001 | 0 | 11100 | 100110 | 1100000 | 10011 | 110110 |
Color Harmonies of #849F72
Complementary color
Monochromatic Colors of #849F72
Black with #849F72
Text Example
Text Example
White with #849F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F72; }
p { color: rgb(132,159,114); }
H1.HeaderClassName
{
color: #849F72;
}
.AnyTagClassName
{
color: #849F72;
}
</style>
background-color css
<style>
a { background-color: #849F72; }
a { background-color: rgb(132,159,114); }
div.DivClassName
{
background-color: #849F72;
}
.BgClassName
{
background-color: #849F72;
}
</style>
border-color css
<style>
span { border-color: #849F72; }
span { border-color: rgb(132,159,114); }
td.TdClassName
{
border-color: #849F72;
}
.TagClassName
{
border-color: #849F72;
}
</style>