Shades of Amulet #849B71
Tints of Amulet #849B71
RGB
CMYK
RGB Variations
Color information
#849B71 (or 0x849B71) is known color: Amulet. HEX triplet: 84, 9B and 71. RGB value is (132,155,113). Sum of RGB (Red+Green+Blue) = 132+155+113=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #849B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B71 is #7B648E. Grayscale: #8F8F8F. Windows color (decimal): -8086671 or 7445380. OLE color: 7445380.
HSL color Cylindrical-coordinate representation of color #849B71: hue angle of 92.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849B71 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 113 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.39 |
| HSL | 92.86º | 0.17% | 0.53% | - |
| HSV(B) | 92.86º | 0.27% | 0.61% | - |
| XYZ | 24.22 | 29.54 | 20.05 | - |
| YUV | 143.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 113 | 0.15 | 0 | 0.27 | 0.39 | 92.86 | 0.17 | 0.53 |
| Hex | 84 | 9B | 71 | F | 0 | 1B | 27 | 5D | 11 | 35 |
| Octal | 204 | 233 | 161 | 17 | 0 | 33 | 47 | 135 | 21 | 65 |
| Binary | 10000100 | 10011011 | 1110001 | 1111 | 0 | 11011 | 100111 | 1011101 | 10001 | 110101 |
Color Harmonies of #849B71
Complementary color
Monochromatic Colors of #849B71
Black with #849B71
Text Example
Text Example
White with #849B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B71; }
p { color: rgb(132,155,113); }
H1.HeaderClassName
{
color: #849B71;
}
.AnyTagClassName
{
color: #849B71;
}
</style>
background-color css
<style>
a { background-color: #849B71; }
a { background-color: rgb(132,155,113); }
div.DivClassName
{
background-color: #849B71;
}
.BgClassName
{
background-color: #849B71;
}
</style>
border-color css
<style>
span { border-color: #849B71; }
span { border-color: rgb(132,155,113); }
td.TdClassName
{
border-color: #849B71;
}
.TagClassName
{
border-color: #849B71;
}
</style>