Shades of Amulet #849F71
Tints of Amulet #849F71
RGB
CMYK
RGB Variations
Color information
#849F71 (or 0x849F71) is known color: Amulet. HEX triplet: 84, 9F and 71. RGB value is (132,159,113). Sum of RGB (Red+Green+Blue) = 132+159+113=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #849F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F71 is #7B608E. Grayscale: #919191. Windows color (decimal): -8085647 or 7446404. OLE color: 7446404.
HSL color Cylindrical-coordinate representation of color #849F71: hue angle of 95.22º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849F71 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 113 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.38 |
| HSL | 95.22º | 0.19% | 0.53% | - |
| HSV(B) | 95.22º | 0.29% | 0.62% | - |
| XYZ | 24.89 | 30.89 | 20.27 | - |
| YUV | 145.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 113 | 0.17 | 0 | 0.29 | 0.38 | 95.22 | 0.19 | 0.53 |
| Hex | 84 | 9F | 71 | 11 | 0 | 1D | 26 | 5F | 13 | 35 |
| Octal | 204 | 237 | 161 | 21 | 0 | 35 | 46 | 137 | 23 | 65 |
| Binary | 10000100 | 10011111 | 1110001 | 10001 | 0 | 11101 | 100110 | 1011111 | 10011 | 110101 |
Color Harmonies of #849F71
Complementary color
Monochromatic Colors of #849F71
Black with #849F71
Text Example
Text Example
White with #849F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F71; }
p { color: rgb(132,159,113); }
H1.HeaderClassName
{
color: #849F71;
}
.AnyTagClassName
{
color: #849F71;
}
</style>
background-color css
<style>
a { background-color: #849F71; }
a { background-color: rgb(132,159,113); }
div.DivClassName
{
background-color: #849F71;
}
.BgClassName
{
background-color: #849F71;
}
</style>
border-color css
<style>
span { border-color: #849F71; }
span { border-color: rgb(132,159,113); }
td.TdClassName
{
border-color: #849F71;
}
.TagClassName
{
border-color: #849F71;
}
</style>