Shades of Amulet #84AD7C
Tints of Amulet #84AD7C
RGB
CMYK
RGB Variations
Color information
#84AD7C (or 0x84AD7C) is known color: Amulet. HEX triplet: 84, AD and 7C. RGB value is (132,173,124). Sum of RGB (Red+Green+Blue) = 132+173+124=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD7C is #7B5283. Grayscale: #9B9B9B. Windows color (decimal): -8082052 or 8170884. OLE color: 8170884.
HSL color Cylindrical-coordinate representation of color #84AD7C: hue angle of 110.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84AD7C is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 124 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.32 |
| HSL | 110.2º | 0.23% | 0.58% | - |
| HSV(B) | 110.2º | 0.28% | 0.68% | - |
| XYZ | 28.1 | 36.25 | 24.58 | - |
| YUV | 155.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 124 | 0.24 | 0 | 0.28 | 0.32 | 110.2 | 0.23 | 0.58 |
| Hex | 84 | AD | 7C | 18 | 0 | 1C | 20 | 6E | 17 | 3A |
| Octal | 204 | 255 | 174 | 30 | 0 | 34 | 40 | 156 | 27 | 72 |
| Binary | 10000100 | 10101101 | 1111100 | 11000 | 0 | 11100 | 100000 | 1101110 | 10111 | 111010 |
Color Harmonies of #84AD7C
Complementary color
Monochromatic Colors of #84AD7C
Black with #84AD7C
Text Example
Text Example
White with #84AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD7C; }
p { color: rgb(132,173,124); }
H1.HeaderClassName
{
color: #84AD7C;
}
.AnyTagClassName
{
color: #84AD7C;
}
</style>
background-color css
<style>
a { background-color: #84AD7C; }
a { background-color: rgb(132,173,124); }
div.DivClassName
{
background-color: #84AD7C;
}
.BgClassName
{
background-color: #84AD7C;
}
</style>
border-color css
<style>
span { border-color: #84AD7C; }
span { border-color: rgb(132,173,124); }
td.TdClassName
{
border-color: #84AD7C;
}
.TagClassName
{
border-color: #84AD7C;
}
</style>