Shades of Amulet #82A876
Tints of Amulet #82A876
RGB
CMYK
RGB Variations
Color information
#82A876 (or 0x82A876) is known color: Amulet. HEX triplet: 82, A8 and 76. RGB value is (130,168,118). Sum of RGB (Red+Green+Blue) = 130+168+118=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #82A876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A876 is #7D5789. Grayscale: #979797. Windows color (decimal): -8214410 or 7776386. OLE color: 7776386.
HSL color Cylindrical-coordinate representation of color #82A876: hue angle of 105.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82A876 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 118 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.34 |
| HSL | 105.6º | 0.22% | 0.56% | - |
| HSV(B) | 105.6º | 0.3% | 0.66% | - |
| XYZ | 26.48 | 34.06 | 22.32 | - |
| YUV | 150.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 118 | 0.23 | 0 | 0.30 | 0.34 | 105.6 | 0.22 | 0.56 |
| Hex | 82 | A8 | 76 | 17 | 0 | 1E | 22 | 6A | 16 | 38 |
| Octal | 202 | 250 | 166 | 27 | 0 | 36 | 42 | 152 | 26 | 70 |
| Binary | 10000010 | 10101000 | 1110110 | 10111 | 0 | 11110 | 100010 | 1101010 | 10110 | 111000 |
Color Harmonies of #82A876
Complementary color
Monochromatic Colors of #82A876
Black with #82A876
Text Example
Text Example
White with #82A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A876; }
p { color: rgb(130,168,118); }
H1.HeaderClassName
{
color: #82A876;
}
.AnyTagClassName
{
color: #82A876;
}
</style>
background-color css
<style>
a { background-color: #82A876; }
a { background-color: rgb(130,168,118); }
div.DivClassName
{
background-color: #82A876;
}
.BgClassName
{
background-color: #82A876;
}
</style>
border-color css
<style>
span { border-color: #82A876; }
span { border-color: rgb(130,168,118); }
td.TdClassName
{
border-color: #82A876;
}
.TagClassName
{
border-color: #82A876;
}
</style>