Shades of Amulet #84A27D
Tints of Amulet #84A27D
RGB
CMYK
RGB Variations
Color information
#84A27D (or 0x84A27D) is known color: Amulet. HEX triplet: 84, A2 and 7D. RGB value is (132,162,125). Sum of RGB (Red+Green+Blue) = 132+162+125=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #84A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A27D is #7B5D82. Grayscale: #949494. Windows color (decimal): -8084867 or 8233604. OLE color: 8233604.
HSL color Cylindrical-coordinate representation of color #84A27D: hue angle of 108.65º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A27D is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 125 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.36 |
| HSL | 108.65º | 0.17% | 0.56% | - |
| HSV(B) | 108.65º | 0.23% | 0.64% | - |
| XYZ | 26.14 | 32.23 | 24.24 | - |
| YUV | 148.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 125 | 0.19 | 0 | 0.23 | 0.36 | 108.65 | 0.17 | 0.56 |
| Hex | 84 | A2 | 7D | 13 | 0 | 17 | 24 | 6D | 11 | 38 |
| Octal | 204 | 242 | 175 | 23 | 0 | 27 | 44 | 155 | 21 | 70 |
| Binary | 10000100 | 10100010 | 1111101 | 10011 | 0 | 10111 | 100100 | 1101101 | 10001 | 111000 |
Color Harmonies of #84A27D
Complementary color
Monochromatic Colors of #84A27D
Black with #84A27D
Text Example
Text Example
White with #84A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A27D; }
p { color: rgb(132,162,125); }
H1.HeaderClassName
{
color: #84A27D;
}
.AnyTagClassName
{
color: #84A27D;
}
</style>
background-color css
<style>
a { background-color: #84A27D; }
a { background-color: rgb(132,162,125); }
div.DivClassName
{
background-color: #84A27D;
}
.BgClassName
{
background-color: #84A27D;
}
</style>
border-color css
<style>
span { border-color: #84A27D; }
span { border-color: rgb(132,162,125); }
td.TdClassName
{
border-color: #84A27D;
}
.TagClassName
{
border-color: #84A27D;
}
</style>