Shades of Amulet #84A681
Tints of Amulet #84A681
RGB
CMYK
RGB Variations
Color information
#84A681 (or 0x84A681) is known color: Amulet. HEX triplet: 84, A6 and 81. RGB value is (132,166,129). Sum of RGB (Red+Green+Blue) = 132+166+129=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #84A681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A681 is #7B597E. Grayscale: #979797. Windows color (decimal): -8083839 or 8496772. OLE color: 8496772.
HSL color Cylindrical-coordinate representation of color #84A681: hue angle of 115.14º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A681 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 129 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.35 |
| HSL | 115.14º | 0.17% | 0.58% | - |
| HSV(B) | 115.14º | 0.22% | 0.65% | - |
| XYZ | 27.11 | 33.76 | 25.86 | - |
| YUV | 151.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 129 | 0.20 | 0 | 0.22 | 0.35 | 115.14 | 0.17 | 0.58 |
| Hex | 84 | A6 | 81 | 14 | 0 | 16 | 23 | 73 | 11 | 3A |
| Octal | 204 | 246 | 201 | 24 | 0 | 26 | 43 | 163 | 21 | 72 |
| Binary | 10000100 | 10100110 | 10000001 | 10100 | 0 | 10110 | 100011 | 1110011 | 10001 | 111010 |
Color Harmonies of #84A681
Complementary color
Monochromatic Colors of #84A681
Black with #84A681
Text Example
Text Example
White with #84A681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A681; }
p { color: rgb(132,166,129); }
H1.HeaderClassName
{
color: #84A681;
}
.AnyTagClassName
{
color: #84A681;
}
</style>
background-color css
<style>
a { background-color: #84A681; }
a { background-color: rgb(132,166,129); }
div.DivClassName
{
background-color: #84A681;
}
.BgClassName
{
background-color: #84A681;
}
</style>
border-color css
<style>
span { border-color: #84A681; }
span { border-color: rgb(132,166,129); }
td.TdClassName
{
border-color: #84A681;
}
.TagClassName
{
border-color: #84A681;
}
</style>