Shades of Amulet #82AA6A
Tints of Amulet #82AA6A
RGB
CMYK
RGB Variations
Color information
#82AA6A (or 0x82AA6A) is known color: Amulet. HEX triplet: 82, AA and 6A. RGB value is (130,170,106). Sum of RGB (Red+Green+Blue) = 130+170+106=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA6A is #7D5595. Grayscale: #969696. Windows color (decimal): -8213910 or 6990466. OLE color: 6990466.
HSL color Cylindrical-coordinate representation of color #82AA6A: hue angle of 97.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82AA6A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 106 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.33 |
| HSL | 97.5º | 0.27% | 0.54% | - |
| HSV(B) | 97.5º | 0.38% | 0.67% | - |
| XYZ | 26.18 | 34.54 | 18.92 | - |
| YUV | 150.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 106 | 0.24 | 0 | 0.38 | 0.33 | 97.5 | 0.27 | 0.54 |
| Hex | 82 | AA | 6A | 18 | 0 | 26 | 21 | 62 | 1B | 36 |
| Octal | 202 | 252 | 152 | 30 | 0 | 46 | 41 | 142 | 33 | 66 |
| Binary | 10000010 | 10101010 | 1101010 | 11000 | 0 | 100110 | 100001 | 1100010 | 11011 | 110110 |
Color Harmonies of #82AA6A
Complementary color
Monochromatic Colors of #82AA6A
Black with #82AA6A
Text Example
Text Example
White with #82AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA6A; }
p { color: rgb(130,170,106); }
H1.HeaderClassName
{
color: #82AA6A;
}
.AnyTagClassName
{
color: #82AA6A;
}
</style>
background-color css
<style>
a { background-color: #82AA6A; }
a { background-color: rgb(130,170,106); }
div.DivClassName
{
background-color: #82AA6A;
}
.BgClassName
{
background-color: #82AA6A;
}
</style>
border-color css
<style>
span { border-color: #82AA6A; }
span { border-color: rgb(130,170,106); }
td.TdClassName
{
border-color: #82AA6A;
}
.TagClassName
{
border-color: #82AA6A;
}
</style>