Shades of Amulet #84A676
Tints of Amulet #84A676
RGB
CMYK
RGB Variations
Color information
#84A676 (or 0x84A676) is known color: Amulet. HEX triplet: 84, A6 and 76. RGB value is (132,166,118). Sum of RGB (Red+Green+Blue) = 132+166+118=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #84A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A676 is #7B5989. Grayscale: #969696. Windows color (decimal): -8083850 or 7775876. OLE color: 7775876.
HSL color Cylindrical-coordinate representation of color #84A676: hue angle of 102.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A676 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 118 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.35 |
| HSL | 102.5º | 0.21% | 0.56% | - |
| HSV(B) | 102.5º | 0.29% | 0.65% | - |
| XYZ | 26.42 | 33.49 | 22.21 | - |
| YUV | 150.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 118 | 0.20 | 0 | 0.29 | 0.35 | 102.5 | 0.21 | 0.56 |
| Hex | 84 | A6 | 76 | 14 | 0 | 1D | 23 | 66 | 15 | 38 |
| Octal | 204 | 246 | 166 | 24 | 0 | 35 | 43 | 146 | 25 | 70 |
| Binary | 10000100 | 10100110 | 1110110 | 10100 | 0 | 11101 | 100011 | 1100110 | 10101 | 111000 |
Color Harmonies of #84A676
Complementary color
Monochromatic Colors of #84A676
Black with #84A676
Text Example
Text Example
White with #84A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A676; }
p { color: rgb(132,166,118); }
H1.HeaderClassName
{
color: #84A676;
}
.AnyTagClassName
{
color: #84A676;
}
</style>
background-color css
<style>
a { background-color: #84A676; }
a { background-color: rgb(132,166,118); }
div.DivClassName
{
background-color: #84A676;
}
.BgClassName
{
background-color: #84A676;
}
</style>
border-color css
<style>
span { border-color: #84A676; }
span { border-color: rgb(132,166,118); }
td.TdClassName
{
border-color: #84A676;
}
.TagClassName
{
border-color: #84A676;
}
</style>