Shades of Amulet #84AA7E
Tints of Amulet #84AA7E
RGB
CMYK
RGB Variations
Color information
#84AA7E (or 0x84AA7E) is known color: Amulet. HEX triplet: 84, AA and 7E. RGB value is (132,170,126). Sum of RGB (Red+Green+Blue) = 132+170+126=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA7E is #7B5581. Grayscale: #999999. Windows color (decimal): -8082818 or 8301188. OLE color: 8301188.
HSL color Cylindrical-coordinate representation of color #84AA7E: hue angle of 111.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84AA7E is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 126 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.33 |
| HSL | 111.82º | 0.21% | 0.58% | - |
| HSV(B) | 111.82º | 0.26% | 0.67% | - |
| XYZ | 27.66 | 35.16 | 25.07 | - |
| YUV | 153.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 126 | 0.22 | 0 | 0.26 | 0.33 | 111.82 | 0.21 | 0.58 |
| Hex | 84 | AA | 7E | 16 | 0 | 1A | 21 | 70 | 15 | 3A |
| Octal | 204 | 252 | 176 | 26 | 0 | 32 | 41 | 160 | 25 | 72 |
| Binary | 10000100 | 10101010 | 1111110 | 10110 | 0 | 11010 | 100001 | 1110000 | 10101 | 111010 |
Color Harmonies of #84AA7E
Complementary color
Monochromatic Colors of #84AA7E
Black with #84AA7E
Text Example
Text Example
White with #84AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA7E; }
p { color: rgb(132,170,126); }
H1.HeaderClassName
{
color: #84AA7E;
}
.AnyTagClassName
{
color: #84AA7E;
}
</style>
background-color css
<style>
a { background-color: #84AA7E; }
a { background-color: rgb(132,170,126); }
div.DivClassName
{
background-color: #84AA7E;
}
.BgClassName
{
background-color: #84AA7E;
}
</style>
border-color css
<style>
span { border-color: #84AA7E; }
span { border-color: rgb(132,170,126); }
td.TdClassName
{
border-color: #84AA7E;
}
.TagClassName
{
border-color: #84AA7E;
}
</style>