Shades of Amulet #84A97A
Tints of Amulet #84A97A
RGB
CMYK
RGB Variations
Color information
#84A97A (or 0x84A97A) is known color: Amulet. HEX triplet: 84, A9 and 7A. RGB value is (132,169,122). Sum of RGB (Red+Green+Blue) = 132+169+122=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #84A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A97A is #7B5685. Grayscale: #989898. Windows color (decimal): -8083078 or 8038788. OLE color: 8038788.
HSL color Cylindrical-coordinate representation of color #84A97A: hue angle of 107.23º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84A97A is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 122 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.34 |
| HSL | 107.23º | 0.21% | 0.57% | - |
| HSV(B) | 107.23º | 0.28% | 0.66% | - |
| XYZ | 27.22 | 34.69 | 23.67 | - |
| YUV | 152.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 122 | 0.22 | 0 | 0.28 | 0.34 | 107.23 | 0.21 | 0.57 |
| Hex | 84 | A9 | 7A | 16 | 0 | 1C | 22 | 6B | 15 | 39 |
| Octal | 204 | 251 | 172 | 26 | 0 | 34 | 42 | 153 | 25 | 71 |
| Binary | 10000100 | 10101001 | 1111010 | 10110 | 0 | 11100 | 100010 | 1101011 | 10101 | 111001 |
Color Harmonies of #84A97A
Complementary color
Monochromatic Colors of #84A97A
Black with #84A97A
Text Example
Text Example
White with #84A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A97A; }
p { color: rgb(132,169,122); }
H1.HeaderClassName
{
color: #84A97A;
}
.AnyTagClassName
{
color: #84A97A;
}
</style>
background-color css
<style>
a { background-color: #84A97A; }
a { background-color: rgb(132,169,122); }
div.DivClassName
{
background-color: #84A97A;
}
.BgClassName
{
background-color: #84A97A;
}
</style>
border-color css
<style>
span { border-color: #84A97A; }
span { border-color: rgb(132,169,122); }
td.TdClassName
{
border-color: #84A97A;
}
.TagClassName
{
border-color: #84A97A;
}
</style>