Shades of Amulet #84AD71
Tints of Amulet #84AD71
RGB
CMYK
RGB Variations
Color information
#84AD71 (or 0x84AD71) is known color: Amulet. HEX triplet: 84, AD and 71. RGB value is (132,173,113). Sum of RGB (Red+Green+Blue) = 132+173+113=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD71 is #7B528E. Grayscale: #9A9A9A. Windows color (decimal): -8082063 or 7449988. OLE color: 7449988.
HSL color Cylindrical-coordinate representation of color #84AD71: hue angle of 101º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84AD71 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 113 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.32 |
| HSL | 101º | 0.27% | 0.56% | - |
| HSV(B) | 101º | 0.35% | 0.68% | - |
| XYZ | 27.44 | 35.98 | 21.12 | - |
| YUV | 153.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 113 | 0.24 | 0 | 0.35 | 0.32 | 101 | 0.27 | 0.56 |
| Hex | 84 | AD | 71 | 18 | 0 | 23 | 20 | 65 | 1B | 38 |
| Octal | 204 | 255 | 161 | 30 | 0 | 43 | 40 | 145 | 33 | 70 |
| Binary | 10000100 | 10101101 | 1110001 | 11000 | 0 | 100011 | 100000 | 1100101 | 11011 | 111000 |
Color Harmonies of #84AD71
Complementary color
Monochromatic Colors of #84AD71
Black with #84AD71
Text Example
Text Example
White with #84AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD71; }
p { color: rgb(132,173,113); }
H1.HeaderClassName
{
color: #84AD71;
}
.AnyTagClassName
{
color: #84AD71;
}
</style>
background-color css
<style>
a { background-color: #84AD71; }
a { background-color: rgb(132,173,113); }
div.DivClassName
{
background-color: #84AD71;
}
.BgClassName
{
background-color: #84AD71;
}
</style>
border-color css
<style>
span { border-color: #84AD71; }
span { border-color: rgb(132,173,113); }
td.TdClassName
{
border-color: #84AD71;
}
.TagClassName
{
border-color: #84AD71;
}
</style>