Shades of Amulet #84AC6B
Tints of Amulet #84AC6B
RGB
CMYK
RGB Variations
Color information
#84AC6B (or 0x84AC6B) is known color: Amulet. HEX triplet: 84, AC and 6B. RGB value is (132,172,107). Sum of RGB (Red+Green+Blue) = 132+172+107=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC6B is #7B5394. Grayscale: #989898. Windows color (decimal): -8082325 or 7056516. OLE color: 7056516.
HSL color Cylindrical-coordinate representation of color #84AC6B: hue angle of 96.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84AC6B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 107 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.33 |
| HSL | 96.92º | 0.28% | 0.55% | - |
| HSV(B) | 96.92º | 0.38% | 0.67% | - |
| XYZ | 26.92 | 35.47 | 19.34 | - |
| YUV | 152.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 107 | 0.23 | 0 | 0.38 | 0.33 | 96.92 | 0.28 | 0.55 |
| Hex | 84 | AC | 6B | 17 | 0 | 26 | 21 | 61 | 1C | 37 |
| Octal | 204 | 254 | 153 | 27 | 0 | 46 | 41 | 141 | 34 | 67 |
| Binary | 10000100 | 10101100 | 1101011 | 10111 | 0 | 100110 | 100001 | 1100001 | 11100 | 110111 |
Color Harmonies of #84AC6B
Complementary color
Monochromatic Colors of #84AC6B
Black with #84AC6B
Text Example
Text Example
White with #84AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC6B; }
p { color: rgb(132,172,107); }
H1.HeaderClassName
{
color: #84AC6B;
}
.AnyTagClassName
{
color: #84AC6B;
}
</style>
background-color css
<style>
a { background-color: #84AC6B; }
a { background-color: rgb(132,172,107); }
div.DivClassName
{
background-color: #84AC6B;
}
.BgClassName
{
background-color: #84AC6B;
}
</style>
border-color css
<style>
span { border-color: #84AC6B; }
span { border-color: rgb(132,172,107); }
td.TdClassName
{
border-color: #84AC6B;
}
.TagClassName
{
border-color: #84AC6B;
}
</style>