Shades of Amulet #84A574
Tints of Amulet #84A574
RGB
CMYK
RGB Variations
Color information
#84A574 (or 0x84A574) is known color: Amulet. HEX triplet: 84, A5 and 74. RGB value is (132,165,116). Sum of RGB (Red+Green+Blue) = 132+165+116=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #84A574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A574 is #7B5A8B. Grayscale: #959595. Windows color (decimal): -8084108 or 7644548. OLE color: 7644548.
HSL color Cylindrical-coordinate representation of color #84A574: hue angle of 100.41º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A574 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 116 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.35 |
| HSL | 100.41º | 0.21% | 0.55% | - |
| HSV(B) | 100.41º | 0.3% | 0.65% | - |
| XYZ | 26.12 | 33.08 | 21.53 | - |
| YUV | 149.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 116 | 0.20 | 0 | 0.30 | 0.35 | 100.41 | 0.21 | 0.55 |
| Hex | 84 | A5 | 74 | 14 | 0 | 1E | 23 | 64 | 15 | 37 |
| Octal | 204 | 245 | 164 | 24 | 0 | 36 | 43 | 144 | 25 | 67 |
| Binary | 10000100 | 10100101 | 1110100 | 10100 | 0 | 11110 | 100011 | 1100100 | 10101 | 110111 |
Color Harmonies of #84A574
Complementary color
Monochromatic Colors of #84A574
Black with #84A574
Text Example
Text Example
White with #84A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A574; }
p { color: rgb(132,165,116); }
H1.HeaderClassName
{
color: #84A574;
}
.AnyTagClassName
{
color: #84A574;
}
</style>
background-color css
<style>
a { background-color: #84A574; }
a { background-color: rgb(132,165,116); }
div.DivClassName
{
background-color: #84A574;
}
.BgClassName
{
background-color: #84A574;
}
</style>
border-color css
<style>
span { border-color: #84A574; }
span { border-color: rgb(132,165,116); }
td.TdClassName
{
border-color: #84A574;
}
.TagClassName
{
border-color: #84A574;
}
</style>