Shades of Amulet #84A06D
Tints of Amulet #84A06D
RGB
CMYK
RGB Variations
Color information
#84A06D (or 0x84A06D) is known color: Amulet. HEX triplet: 84, A0 and 6D. RGB value is (132,160,109). Sum of RGB (Red+Green+Blue) = 132+160+109=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #84A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A06D is #7B5F92. Grayscale: #919191. Windows color (decimal): -8085395 or 7184516. OLE color: 7184516.
HSL color Cylindrical-coordinate representation of color #84A06D: hue angle of 92.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84A06D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 109 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.37 |
| HSL | 92.94º | 0.21% | 0.53% | - |
| HSV(B) | 92.94º | 0.32% | 0.63% | - |
| XYZ | 24.85 | 31.15 | 19.17 | - |
| YUV | 145.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 109 | 0.17 | 0 | 0.32 | 0.37 | 92.94 | 0.21 | 0.53 |
| Hex | 84 | A0 | 6D | 11 | 0 | 20 | 25 | 5D | 15 | 35 |
| Octal | 204 | 240 | 155 | 21 | 0 | 40 | 45 | 135 | 25 | 65 |
| Binary | 10000100 | 10100000 | 1101101 | 10001 | 0 | 100000 | 100101 | 1011101 | 10101 | 110101 |
Color Harmonies of #84A06D
Complementary color
Monochromatic Colors of #84A06D
Black with #84A06D
Text Example
Text Example
White with #84A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A06D; }
p { color: rgb(132,160,109); }
H1.HeaderClassName
{
color: #84A06D;
}
.AnyTagClassName
{
color: #84A06D;
}
</style>
background-color css
<style>
a { background-color: #84A06D; }
a { background-color: rgb(132,160,109); }
div.DivClassName
{
background-color: #84A06D;
}
.BgClassName
{
background-color: #84A06D;
}
</style>
border-color css
<style>
span { border-color: #84A06D; }
span { border-color: rgb(132,160,109); }
td.TdClassName
{
border-color: #84A06D;
}
.TagClassName
{
border-color: #84A06D;
}
</style>