Shades of Amulet #82A677
Tints of Amulet #82A677
RGB
CMYK
RGB Variations
Color information
#82A677 (or 0x82A677) is known color: Amulet. HEX triplet: 82, A6 and 77. RGB value is (130,166,119). Sum of RGB (Red+Green+Blue) = 130+166+119=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #82A677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A677 is #7D5988. Grayscale: #969696. Windows color (decimal): -8214921 or 7841410. OLE color: 7841410.
HSL color Cylindrical-coordinate representation of color #82A677: hue angle of 105.96º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82A677 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 166 | 119 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.35 |
| HSL | 105.96º | 0.21% | 0.56% | - |
| HSV(B) | 105.96º | 0.28% | 0.65% | - |
| XYZ | 26.17 | 33.35 | 22.51 | - |
| YUV | 149.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 166 | 119 | 0.22 | 0 | 0.28 | 0.35 | 105.96 | 0.21 | 0.56 |
| Hex | 82 | A6 | 77 | 16 | 0 | 1C | 23 | 6A | 15 | 38 |
| Octal | 202 | 246 | 167 | 26 | 0 | 34 | 43 | 152 | 25 | 70 |
| Binary | 10000010 | 10100110 | 1110111 | 10110 | 0 | 11100 | 100011 | 1101010 | 10101 | 111000 |
Color Harmonies of #82A677
Complementary color
Monochromatic Colors of #82A677
Black with #82A677
Text Example
Text Example
White with #82A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A677; }
p { color: rgb(130,166,119); }
H1.HeaderClassName
{
color: #82A677;
}
.AnyTagClassName
{
color: #82A677;
}
</style>
background-color css
<style>
a { background-color: #82A677; }
a { background-color: rgb(130,166,119); }
div.DivClassName
{
background-color: #82A677;
}
.BgClassName
{
background-color: #82A677;
}
</style>
border-color css
<style>
span { border-color: #82A677; }
span { border-color: rgb(130,166,119); }
td.TdClassName
{
border-color: #82A677;
}
.TagClassName
{
border-color: #82A677;
}
</style>