Shades of Amulet #84AA72
Tints of Amulet #84AA72
RGB
CMYK
RGB Variations
Color information
#84AA72 (or 0x84AA72) is known color: Amulet. HEX triplet: 84, AA and 72. RGB value is (132,170,114). Sum of RGB (Red+Green+Blue) = 132+170+114=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA72 is #7B558D. Grayscale: #989898. Windows color (decimal): -8082830 or 7514756. OLE color: 7514756.
HSL color Cylindrical-coordinate representation of color #84AA72: hue angle of 100.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84AA72 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 114 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.33 |
| HSL | 100.71º | 0.25% | 0.56% | - |
| HSV(B) | 100.71º | 0.33% | 0.67% | - |
| XYZ | 26.93 | 34.87 | 21.23 | - |
| YUV | 152.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 114 | 0.22 | 0 | 0.33 | 0.33 | 100.71 | 0.25 | 0.56 |
| Hex | 84 | AA | 72 | 16 | 0 | 21 | 21 | 65 | 19 | 38 |
| Octal | 204 | 252 | 162 | 26 | 0 | 41 | 41 | 145 | 31 | 70 |
| Binary | 10000100 | 10101010 | 1110010 | 10110 | 0 | 100001 | 100001 | 1100101 | 11001 | 111000 |
Color Harmonies of #84AA72
Complementary color
Monochromatic Colors of #84AA72
Black with #84AA72
Text Example
Text Example
White with #84AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA72; }
p { color: rgb(132,170,114); }
H1.HeaderClassName
{
color: #84AA72;
}
.AnyTagClassName
{
color: #84AA72;
}
</style>
background-color css
<style>
a { background-color: #84AA72; }
a { background-color: rgb(132,170,114); }
div.DivClassName
{
background-color: #84AA72;
}
.BgClassName
{
background-color: #84AA72;
}
</style>
border-color css
<style>
span { border-color: #84AA72; }
span { border-color: rgb(132,170,114); }
td.TdClassName
{
border-color: #84AA72;
}
.TagClassName
{
border-color: #84AA72;
}
</style>