Shades of Amulet #82AA6D
Tints of Amulet #82AA6D
RGB
CMYK
RGB Variations
Color information
#82AA6D (or 0x82AA6D) is known color: Amulet. HEX triplet: 82, AA and 6D. RGB value is (130,170,109). Sum of RGB (Red+Green+Blue) = 130+170+109=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA6D is #7D5592. Grayscale: #979797. Windows color (decimal): -8213907 or 7187074. OLE color: 7187074.
HSL color Cylindrical-coordinate representation of color #82AA6D: hue angle of 99.34º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82AA6D is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 109 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.33 |
| HSL | 99.34º | 0.26% | 0.55% | - |
| HSV(B) | 99.34º | 0.36% | 0.67% | - |
| XYZ | 26.34 | 34.6 | 19.76 | - |
| YUV | 151.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 109 | 0.24 | 0 | 0.36 | 0.33 | 99.34 | 0.26 | 0.55 |
| Hex | 82 | AA | 6D | 18 | 0 | 24 | 21 | 63 | 1A | 37 |
| Octal | 202 | 252 | 155 | 30 | 0 | 44 | 41 | 143 | 32 | 67 |
| Binary | 10000010 | 10101010 | 1101101 | 11000 | 0 | 100100 | 100001 | 1100011 | 11010 | 110111 |
Color Harmonies of #82AA6D
Complementary color
Monochromatic Colors of #82AA6D
Black with #82AA6D
Text Example
Text Example
White with #82AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA6D; }
p { color: rgb(130,170,109); }
H1.HeaderClassName
{
color: #82AA6D;
}
.AnyTagClassName
{
color: #82AA6D;
}
</style>
background-color css
<style>
a { background-color: #82AA6D; }
a { background-color: rgb(130,170,109); }
div.DivClassName
{
background-color: #82AA6D;
}
.BgClassName
{
background-color: #82AA6D;
}
</style>
border-color css
<style>
span { border-color: #82AA6D; }
span { border-color: rgb(130,170,109); }
td.TdClassName
{
border-color: #82AA6D;
}
.TagClassName
{
border-color: #82AA6D;
}
</style>