Shades of Amulet #84AC6D
Tints of Amulet #84AC6D
RGB
CMYK
RGB Variations
Color information
#84AC6D (or 0x84AC6D) is known color: Amulet. HEX triplet: 84, AC and 6D. RGB value is (132,172,109). Sum of RGB (Red+Green+Blue) = 132+172+109=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC6D is #7B5392. Grayscale: #999999. Windows color (decimal): -8082323 or 7187588. OLE color: 7187588.
HSL color Cylindrical-coordinate representation of color #84AC6D: hue angle of 98.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84AC6D is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 109 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.33 |
| HSL | 98.1º | 0.28% | 0.55% | - |
| HSV(B) | 98.1º | 0.37% | 0.67% | - |
| XYZ | 27.03 | 35.51 | 19.9 | - |
| YUV | 152.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 109 | 0.23 | 0 | 0.37 | 0.33 | 98.1 | 0.28 | 0.55 |
| Hex | 84 | AC | 6D | 17 | 0 | 25 | 21 | 62 | 1C | 37 |
| Octal | 204 | 254 | 155 | 27 | 0 | 45 | 41 | 142 | 34 | 67 |
| Binary | 10000100 | 10101100 | 1101101 | 10111 | 0 | 100101 | 100001 | 1100010 | 11100 | 110111 |
Color Harmonies of #84AC6D
Complementary color
Monochromatic Colors of #84AC6D
Black with #84AC6D
Text Example
Text Example
White with #84AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC6D; }
p { color: rgb(132,172,109); }
H1.HeaderClassName
{
color: #84AC6D;
}
.AnyTagClassName
{
color: #84AC6D;
}
</style>
background-color css
<style>
a { background-color: #84AC6D; }
a { background-color: rgb(132,172,109); }
div.DivClassName
{
background-color: #84AC6D;
}
.BgClassName
{
background-color: #84AC6D;
}
</style>
border-color css
<style>
span { border-color: #84AC6D; }
span { border-color: rgb(132,172,109); }
td.TdClassName
{
border-color: #84AC6D;
}
.TagClassName
{
border-color: #84AC6D;
}
</style>