Shades of Amulet #84AA6E
Tints of Amulet #84AA6E
RGB
CMYK
RGB Variations
Color information
#84AA6E (or 0x84AA6E) is known color: Amulet. HEX triplet: 84, AA and 6E. RGB value is (132,170,110). Sum of RGB (Red+Green+Blue) = 132+170+110=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA6E is #7B5591. Grayscale: #989898. Windows color (decimal): -8082834 or 7252612. OLE color: 7252612.
HSL color Cylindrical-coordinate representation of color #84AA6E: hue angle of 98º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84AA6E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 110 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.33 |
| HSL | 98º | 0.26% | 0.55% | - |
| HSV(B) | 98º | 0.35% | 0.67% | - |
| XYZ | 26.7 | 34.78 | 20.06 | - |
| YUV | 151.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 110 | 0.22 | 0 | 0.35 | 0.33 | 98 | 0.26 | 0.55 |
| Hex | 84 | AA | 6E | 16 | 0 | 23 | 21 | 62 | 1A | 37 |
| Octal | 204 | 252 | 156 | 26 | 0 | 43 | 41 | 142 | 32 | 67 |
| Binary | 10000100 | 10101010 | 1101110 | 10110 | 0 | 100011 | 100001 | 1100010 | 11010 | 110111 |
Color Harmonies of #84AA6E
Complementary color
Monochromatic Colors of #84AA6E
Black with #84AA6E
Text Example
Text Example
White with #84AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA6E; }
p { color: rgb(132,170,110); }
H1.HeaderClassName
{
color: #84AA6E;
}
.AnyTagClassName
{
color: #84AA6E;
}
</style>
background-color css
<style>
a { background-color: #84AA6E; }
a { background-color: rgb(132,170,110); }
div.DivClassName
{
background-color: #84AA6E;
}
.BgClassName
{
background-color: #84AA6E;
}
</style>
border-color css
<style>
span { border-color: #84AA6E; }
span { border-color: rgb(132,170,110); }
td.TdClassName
{
border-color: #84AA6E;
}
.TagClassName
{
border-color: #84AA6E;
}
</style>