Shades of Amulet #82AA7A
Tints of Amulet #82AA7A
RGB
CMYK
RGB Variations
Color information
#82AA7A (or 0x82AA7A) is known color: Amulet. HEX triplet: 82, AA and 7A. RGB value is (130,170,122). Sum of RGB (Red+Green+Blue) = 130+170+122=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA7A is #7D5585. Grayscale: #989898. Windows color (decimal): -8213894 or 8039042. OLE color: 8039042.
HSL color Cylindrical-coordinate representation of color #82AA7A: hue angle of 110º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82AA7A is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 122 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.33 |
| HSL | 110º | 0.22% | 0.57% | - |
| HSV(B) | 110º | 0.28% | 0.67% | - |
| XYZ | 27.09 | 34.9 | 23.72 | - |
| YUV | 152.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 122 | 0.24 | 0 | 0.28 | 0.33 | 110 | 0.22 | 0.57 |
| Hex | 82 | AA | 7A | 18 | 0 | 1C | 21 | 6E | 16 | 39 |
| Octal | 202 | 252 | 172 | 30 | 0 | 34 | 41 | 156 | 26 | 71 |
| Binary | 10000010 | 10101010 | 1111010 | 11000 | 0 | 11100 | 100001 | 1101110 | 10110 | 111001 |
Color Harmonies of #82AA7A
Complementary color
Monochromatic Colors of #82AA7A
Black with #82AA7A
Text Example
Text Example
White with #82AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA7A; }
p { color: rgb(130,170,122); }
H1.HeaderClassName
{
color: #82AA7A;
}
.AnyTagClassName
{
color: #82AA7A;
}
</style>
background-color css
<style>
a { background-color: #82AA7A; }
a { background-color: rgb(130,170,122); }
div.DivClassName
{
background-color: #82AA7A;
}
.BgClassName
{
background-color: #82AA7A;
}
</style>
border-color css
<style>
span { border-color: #82AA7A; }
span { border-color: rgb(130,170,122); }
td.TdClassName
{
border-color: #82AA7A;
}
.TagClassName
{
border-color: #82AA7A;
}
</style>