Shades of Amulet #82A77E
Tints of Amulet #82A77E
RGB
CMYK
RGB Variations
Color information
#82A77E (or 0x82A77E) is known color: Amulet. HEX triplet: 82, A7 and 7E. RGB value is (130,167,126). Sum of RGB (Red+Green+Blue) = 130+167+126=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #82A77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A77E is #7D5881. Grayscale: #979797. Windows color (decimal): -8214658 or 8300418. OLE color: 8300418.
HSL color Cylindrical-coordinate representation of color #82A77E: hue angle of 114.15º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82A77E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 167 | 126 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.35 |
| HSL | 114.15º | 0.19% | 0.57% | - |
| HSV(B) | 114.15º | 0.25% | 0.65% | - |
| XYZ | 26.79 | 33.89 | 24.87 | - |
| YUV | 151.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 167 | 126 | 0.22 | 0 | 0.25 | 0.35 | 114.15 | 0.19 | 0.57 |
| Hex | 82 | A7 | 7E | 16 | 0 | 19 | 23 | 72 | 13 | 39 |
| Octal | 202 | 247 | 176 | 26 | 0 | 31 | 43 | 162 | 23 | 71 |
| Binary | 10000010 | 10100111 | 1111110 | 10110 | 0 | 11001 | 100011 | 1110010 | 10011 | 111001 |
Color Harmonies of #82A77E
Complementary color
Monochromatic Colors of #82A77E
Black with #82A77E
Text Example
Text Example
White with #82A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A77E; }
p { color: rgb(130,167,126); }
H1.HeaderClassName
{
color: #82A77E;
}
.AnyTagClassName
{
color: #82A77E;
}
</style>
background-color css
<style>
a { background-color: #82A77E; }
a { background-color: rgb(130,167,126); }
div.DivClassName
{
background-color: #82A77E;
}
.BgClassName
{
background-color: #82A77E;
}
</style>
border-color css
<style>
span { border-color: #82A77E; }
span { border-color: rgb(130,167,126); }
td.TdClassName
{
border-color: #82A77E;
}
.TagClassName
{
border-color: #82A77E;
}
</style>