Shades of Amulet #82A972
Tints of Amulet #82A972
RGB
CMYK
RGB Variations
Color information
#82A972 (or 0x82A972) is known color: Amulet. HEX triplet: 82, A9 and 72. RGB value is (130,169,114). Sum of RGB (Red+Green+Blue) = 130+169+114=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #82A972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A972 is #7D568D. Grayscale: #979797. Windows color (decimal): -8214158 or 7514498. OLE color: 7514498.
HSL color Cylindrical-coordinate representation of color #82A972: hue angle of 102.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82A972 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 114 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.34 |
| HSL | 102.55º | 0.24% | 0.55% | - |
| HSV(B) | 102.55º | 0.33% | 0.66% | - |
| XYZ | 26.43 | 34.34 | 21.15 | - |
| YUV | 151.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 114 | 0.23 | 0 | 0.33 | 0.34 | 102.55 | 0.24 | 0.55 |
| Hex | 82 | A9 | 72 | 17 | 0 | 21 | 22 | 67 | 18 | 37 |
| Octal | 202 | 251 | 162 | 27 | 0 | 41 | 42 | 147 | 30 | 67 |
| Binary | 10000010 | 10101001 | 1110010 | 10111 | 0 | 100001 | 100010 | 1100111 | 11000 | 110111 |
Color Harmonies of #82A972
Complementary color
Monochromatic Colors of #82A972
Black with #82A972
Text Example
Text Example
White with #82A972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A972; }
p { color: rgb(130,169,114); }
H1.HeaderClassName
{
color: #82A972;
}
.AnyTagClassName
{
color: #82A972;
}
</style>
background-color css
<style>
a { background-color: #82A972; }
a { background-color: rgb(130,169,114); }
div.DivClassName
{
background-color: #82A972;
}
.BgClassName
{
background-color: #82A972;
}
</style>
border-color css
<style>
span { border-color: #82A972; }
span { border-color: rgb(130,169,114); }
td.TdClassName
{
border-color: #82A972;
}
.TagClassName
{
border-color: #82A972;
}
</style>