Shades of Amulet #84A06F
Tints of Amulet #84A06F
RGB
CMYK
RGB Variations
Color information
#84A06F (or 0x84A06F) is known color: Amulet. HEX triplet: 84, A0 and 6F. RGB value is (132,160,111). Sum of RGB (Red+Green+Blue) = 132+160+111=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #84A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A06F is #7B5F90. Grayscale: #929292. Windows color (decimal): -8085393 or 7315588. OLE color: 7315588.
HSL color Cylindrical-coordinate representation of color #84A06F: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A06F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 111 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.37 |
| HSL | 94.29º | 0.21% | 0.53% | - |
| HSV(B) | 94.29º | 0.31% | 0.63% | - |
| XYZ | 24.96 | 31.19 | 19.74 | - |
| YUV | 146.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 111 | 0.17 | 0 | 0.31 | 0.37 | 94.29 | 0.21 | 0.53 |
| Hex | 84 | A0 | 6F | 11 | 0 | 1F | 25 | 5E | 15 | 35 |
| Octal | 204 | 240 | 157 | 21 | 0 | 37 | 45 | 136 | 25 | 65 |
| Binary | 10000100 | 10100000 | 1101111 | 10001 | 0 | 11111 | 100101 | 1011110 | 10101 | 110101 |
Color Harmonies of #84A06F
Complementary color
Monochromatic Colors of #84A06F
Black with #84A06F
Text Example
Text Example
White with #84A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A06F; }
p { color: rgb(132,160,111); }
H1.HeaderClassName
{
color: #84A06F;
}
.AnyTagClassName
{
color: #84A06F;
}
</style>
background-color css
<style>
a { background-color: #84A06F; }
a { background-color: rgb(132,160,111); }
div.DivClassName
{
background-color: #84A06F;
}
.BgClassName
{
background-color: #84A06F;
}
</style>
border-color css
<style>
span { border-color: #84A06F; }
span { border-color: rgb(132,160,111); }
td.TdClassName
{
border-color: #84A06F;
}
.TagClassName
{
border-color: #84A06F;
}
</style>