Shades of Amulet #84AA7C
Tints of Amulet #84AA7C
RGB
CMYK
RGB Variations
Color information
#84AA7C (or 0x84AA7C) is known color: Amulet. HEX triplet: 84, AA and 7C. RGB value is (132,170,124). Sum of RGB (Red+Green+Blue) = 132+170+124=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA7C is #7B5583. Grayscale: #999999. Windows color (decimal): -8082820 or 8170116. OLE color: 8170116.
HSL color Cylindrical-coordinate representation of color #84AA7C: hue angle of 109.57º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84AA7C is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 124 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.33 |
| HSL | 109.57º | 0.21% | 0.58% | - |
| HSV(B) | 109.57º | 0.27% | 0.67% | - |
| XYZ | 27.53 | 35.11 | 24.39 | - |
| YUV | 153.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 124 | 0.22 | 0 | 0.27 | 0.33 | 109.57 | 0.21 | 0.58 |
| Hex | 84 | AA | 7C | 16 | 0 | 1B | 21 | 6E | 15 | 3A |
| Octal | 204 | 252 | 174 | 26 | 0 | 33 | 41 | 156 | 25 | 72 |
| Binary | 10000100 | 10101010 | 1111100 | 10110 | 0 | 11011 | 100001 | 1101110 | 10101 | 111010 |
Color Harmonies of #84AA7C
Complementary color
Monochromatic Colors of #84AA7C
Black with #84AA7C
Text Example
Text Example
White with #84AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA7C; }
p { color: rgb(132,170,124); }
H1.HeaderClassName
{
color: #84AA7C;
}
.AnyTagClassName
{
color: #84AA7C;
}
</style>
background-color css
<style>
a { background-color: #84AA7C; }
a { background-color: rgb(132,170,124); }
div.DivClassName
{
background-color: #84AA7C;
}
.BgClassName
{
background-color: #84AA7C;
}
</style>
border-color css
<style>
span { border-color: #84AA7C; }
span { border-color: rgb(132,170,124); }
td.TdClassName
{
border-color: #84AA7C;
}
.TagClassName
{
border-color: #84AA7C;
}
</style>