Shades of Amulet #84A780
Tints of Amulet #84A780
RGB
CMYK
RGB Variations
Color information
#84A780 (or 0x84A780) is known color: Amulet. HEX triplet: 84, A7 and 80. RGB value is (132,167,128). Sum of RGB (Red+Green+Blue) = 132+167+128=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #84A780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A780 is #7B587F. Grayscale: #989898. Windows color (decimal): -8083584 or 8431492. OLE color: 8431492.
HSL color Cylindrical-coordinate representation of color #84A780: hue angle of 113.85º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A780 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 128 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.35 |
| HSL | 113.85º | 0.18% | 0.58% | - |
| HSV(B) | 113.85º | 0.23% | 0.65% | - |
| XYZ | 27.23 | 34.1 | 25.57 | - |
| YUV | 152.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 128 | 0.21 | 0 | 0.23 | 0.35 | 113.85 | 0.18 | 0.58 |
| Hex | 84 | A7 | 80 | 15 | 0 | 17 | 23 | 72 | 12 | 3A |
| Octal | 204 | 247 | 200 | 25 | 0 | 27 | 43 | 162 | 22 | 72 |
| Binary | 10000100 | 10100111 | 10000000 | 10101 | 0 | 10111 | 100011 | 1110010 | 10010 | 111010 |
Color Harmonies of #84A780
Complementary color
Monochromatic Colors of #84A780
Black with #84A780
Text Example
Text Example
White with #84A780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A780; }
p { color: rgb(132,167,128); }
H1.HeaderClassName
{
color: #84A780;
}
.AnyTagClassName
{
color: #84A780;
}
</style>
background-color css
<style>
a { background-color: #84A780; }
a { background-color: rgb(132,167,128); }
div.DivClassName
{
background-color: #84A780;
}
.BgClassName
{
background-color: #84A780;
}
</style>
border-color css
<style>
span { border-color: #84A780; }
span { border-color: rgb(132,167,128); }
td.TdClassName
{
border-color: #84A780;
}
.TagClassName
{
border-color: #84A780;
}
</style>