Shades of Amulet #84A773
Tints of Amulet #84A773
RGB
CMYK
RGB Variations
Color information
#84A773 (or 0x84A773) is known color: Amulet. HEX triplet: 84, A7 and 73. RGB value is (132,167,115). Sum of RGB (Red+Green+Blue) = 132+167+115=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #84A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A773 is #7B588C. Grayscale: #969696. Windows color (decimal): -8083597 or 7579524. OLE color: 7579524.
HSL color Cylindrical-coordinate representation of color #84A773: hue angle of 100.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A773 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 115 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.35 |
| HSL | 100.38º | 0.23% | 0.55% | - |
| HSV(B) | 100.38º | 0.31% | 0.65% | - |
| XYZ | 26.43 | 33.78 | 21.35 | - |
| YUV | 150.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 115 | 0.21 | 0 | 0.31 | 0.35 | 100.38 | 0.23 | 0.55 |
| Hex | 84 | A7 | 73 | 15 | 0 | 1F | 23 | 64 | 17 | 37 |
| Octal | 204 | 247 | 163 | 25 | 0 | 37 | 43 | 144 | 27 | 67 |
| Binary | 10000100 | 10100111 | 1110011 | 10101 | 0 | 11111 | 100011 | 1100100 | 10111 | 110111 |
Color Harmonies of #84A773
Complementary color
Monochromatic Colors of #84A773
Black with #84A773
Text Example
Text Example
White with #84A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A773; }
p { color: rgb(132,167,115); }
H1.HeaderClassName
{
color: #84A773;
}
.AnyTagClassName
{
color: #84A773;
}
</style>
background-color css
<style>
a { background-color: #84A773; }
a { background-color: rgb(132,167,115); }
div.DivClassName
{
background-color: #84A773;
}
.BgClassName
{
background-color: #84A773;
}
</style>
border-color css
<style>
span { border-color: #84A773; }
span { border-color: rgb(132,167,115); }
td.TdClassName
{
border-color: #84A773;
}
.TagClassName
{
border-color: #84A773;
}
</style>