Shades of Amulet #82AD6C
Tints of Amulet #82AD6C
RGB
CMYK
RGB Variations
Color information
#82AD6C (or 0x82AD6C) is known color: Amulet. HEX triplet: 82, AD and 6C. RGB value is (130,173,108). Sum of RGB (Red+Green+Blue) = 130+173+108=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD6C is #7D5293. Grayscale: #989898. Windows color (decimal): -8213140 or 7122306. OLE color: 7122306.
HSL color Cylindrical-coordinate representation of color #82AD6C: hue angle of 99.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82AD6C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 108 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.32 |
| HSL | 99.69º | 0.28% | 0.55% | - |
| HSV(B) | 99.69º | 0.38% | 0.68% | - |
| XYZ | 26.86 | 35.72 | 19.67 | - |
| YUV | 152.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 108 | 0.25 | 0 | 0.38 | 0.32 | 99.69 | 0.28 | 0.55 |
| Hex | 82 | AD | 6C | 19 | 0 | 26 | 20 | 64 | 1C | 37 |
| Octal | 202 | 255 | 154 | 31 | 0 | 46 | 40 | 144 | 34 | 67 |
| Binary | 10000010 | 10101101 | 1101100 | 11001 | 0 | 100110 | 100000 | 1100100 | 11100 | 110111 |
Color Harmonies of #82AD6C
Complementary color
Monochromatic Colors of #82AD6C
Black with #82AD6C
Text Example
Text Example
White with #82AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD6C; }
p { color: rgb(130,173,108); }
H1.HeaderClassName
{
color: #82AD6C;
}
.AnyTagClassName
{
color: #82AD6C;
}
</style>
background-color css
<style>
a { background-color: #82AD6C; }
a { background-color: rgb(130,173,108); }
div.DivClassName
{
background-color: #82AD6C;
}
.BgClassName
{
background-color: #82AD6C;
}
</style>
border-color css
<style>
span { border-color: #82AD6C; }
span { border-color: rgb(130,173,108); }
td.TdClassName
{
border-color: #82AD6C;
}
.TagClassName
{
border-color: #82AD6C;
}
</style>