Shades of Amulet #82A877
Tints of Amulet #82A877
RGB
CMYK
RGB Variations
Color information
#82A877 (or 0x82A877) is known color: Amulet. HEX triplet: 82, A8 and 77. RGB value is (130,168,119). Sum of RGB (Red+Green+Blue) = 130+168+119=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #82A877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A877 is #7D5788. Grayscale: #979797. Windows color (decimal): -8214409 or 7841922. OLE color: 7841922.
HSL color Cylindrical-coordinate representation of color #82A877: hue angle of 106.53º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82A877 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 119 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.34 |
| HSL | 106.53º | 0.22% | 0.56% | - |
| HSV(B) | 106.53º | 0.29% | 0.66% | - |
| XYZ | 26.54 | 34.08 | 22.63 | - |
| YUV | 151.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 119 | 0.23 | 0 | 0.29 | 0.34 | 106.53 | 0.22 | 0.56 |
| Hex | 82 | A8 | 77 | 17 | 0 | 1D | 22 | 6B | 16 | 38 |
| Octal | 202 | 250 | 167 | 27 | 0 | 35 | 42 | 153 | 26 | 70 |
| Binary | 10000010 | 10101000 | 1110111 | 10111 | 0 | 11101 | 100010 | 1101011 | 10110 | 111000 |
Color Harmonies of #82A877
Complementary color
Monochromatic Colors of #82A877
Black with #82A877
Text Example
Text Example
White with #82A877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A877; }
p { color: rgb(130,168,119); }
H1.HeaderClassName
{
color: #82A877;
}
.AnyTagClassName
{
color: #82A877;
}
</style>
background-color css
<style>
a { background-color: #82A877; }
a { background-color: rgb(130,168,119); }
div.DivClassName
{
background-color: #82A877;
}
.BgClassName
{
background-color: #82A877;
}
</style>
border-color css
<style>
span { border-color: #82A877; }
span { border-color: rgb(130,168,119); }
td.TdClassName
{
border-color: #82A877;
}
.TagClassName
{
border-color: #82A877;
}
</style>