Shades of Amulet #84AD6E
Tints of Amulet #84AD6E
RGB
CMYK
RGB Variations
Color information
#84AD6E (or 0x84AD6E) is known color: Amulet. HEX triplet: 84, AD and 6E. RGB value is (132,173,110). Sum of RGB (Red+Green+Blue) = 132+173+110=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD6E is #7B5291. Grayscale: #999999. Windows color (decimal): -8082066 or 7253380. OLE color: 7253380.
HSL color Cylindrical-coordinate representation of color #84AD6E: hue angle of 99.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84AD6E is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 110 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.32 |
| HSL | 99.05º | 0.28% | 0.55% | - |
| HSV(B) | 99.05º | 0.36% | 0.68% | - |
| XYZ | 27.27 | 35.92 | 20.25 | - |
| YUV | 153.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 110 | 0.24 | 0 | 0.36 | 0.32 | 99.05 | 0.28 | 0.55 |
| Hex | 84 | AD | 6E | 18 | 0 | 24 | 20 | 63 | 1C | 37 |
| Octal | 204 | 255 | 156 | 30 | 0 | 44 | 40 | 143 | 34 | 67 |
| Binary | 10000100 | 10101101 | 1101110 | 11000 | 0 | 100100 | 100000 | 1100011 | 11100 | 110111 |
Color Harmonies of #84AD6E
Complementary color
Monochromatic Colors of #84AD6E
Black with #84AD6E
Text Example
Text Example
White with #84AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD6E; }
p { color: rgb(132,173,110); }
H1.HeaderClassName
{
color: #84AD6E;
}
.AnyTagClassName
{
color: #84AD6E;
}
</style>
background-color css
<style>
a { background-color: #84AD6E; }
a { background-color: rgb(132,173,110); }
div.DivClassName
{
background-color: #84AD6E;
}
.BgClassName
{
background-color: #84AD6E;
}
</style>
border-color css
<style>
span { border-color: #84AD6E; }
span { border-color: rgb(132,173,110); }
td.TdClassName
{
border-color: #84AD6E;
}
.TagClassName
{
border-color: #84AD6E;
}
</style>