Shades of Amulet #82AD76
Tints of Amulet #82AD76
RGB
CMYK
RGB Variations
Color information
#82AD76 (or 0x82AD76) is known color: Amulet. HEX triplet: 82, AD and 76. RGB value is (130,173,118). Sum of RGB (Red+Green+Blue) = 130+173+118=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD76 is #7D5289. Grayscale: #9A9A9A. Windows color (decimal): -8213130 or 7777666. OLE color: 7777666.
HSL color Cylindrical-coordinate representation of color #82AD76: hue angle of 106.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AD76 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 118 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.32 |
| HSL | 106.91º | 0.25% | 0.57% | - |
| HSV(B) | 106.91º | 0.32% | 0.68% | - |
| XYZ | 27.42 | 35.94 | 22.63 | - |
| YUV | 153.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 118 | 0.25 | 0 | 0.32 | 0.32 | 106.91 | 0.25 | 0.57 |
| Hex | 82 | AD | 76 | 19 | 0 | 20 | 20 | 6B | 19 | 39 |
| Octal | 202 | 255 | 166 | 31 | 0 | 40 | 40 | 153 | 31 | 71 |
| Binary | 10000010 | 10101101 | 1110110 | 11001 | 0 | 100000 | 100000 | 1101011 | 11001 | 111001 |
Color Harmonies of #82AD76
Complementary color
Monochromatic Colors of #82AD76
Black with #82AD76
Text Example
Text Example
White with #82AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD76; }
p { color: rgb(130,173,118); }
H1.HeaderClassName
{
color: #82AD76;
}
.AnyTagClassName
{
color: #82AD76;
}
</style>
background-color css
<style>
a { background-color: #82AD76; }
a { background-color: rgb(130,173,118); }
div.DivClassName
{
background-color: #82AD76;
}
.BgClassName
{
background-color: #82AD76;
}
</style>
border-color css
<style>
span { border-color: #82AD76; }
span { border-color: rgb(130,173,118); }
td.TdClassName
{
border-color: #82AD76;
}
.TagClassName
{
border-color: #82AD76;
}
</style>