Shades of Amulet #82A67F
Tints of Amulet #82A67F
RGB
CMYK
RGB Variations
Color information
#82A67F (or 0x82A67F) is known color: Amulet. HEX triplet: 82, A6 and 7F. RGB value is (130,166,127). Sum of RGB (Red+Green+Blue) = 130+166+127=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #82A67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A67F is #7D5980. Grayscale: #969696. Windows color (decimal): -8214913 or 8365698. OLE color: 8365698.
HSL color Cylindrical-coordinate representation of color #82A67F: hue angle of 115.38º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A67F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 166 | 127 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.35 |
| HSL | 115.38º | 0.18% | 0.57% | - |
| HSV(B) | 115.38º | 0.23% | 0.65% | - |
| XYZ | 26.67 | 33.55 | 25.15 | - |
| YUV | 150.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 166 | 127 | 0.22 | 0 | 0.23 | 0.35 | 115.38 | 0.18 | 0.57 |
| Hex | 82 | A6 | 7F | 16 | 0 | 17 | 23 | 73 | 12 | 39 |
| Octal | 202 | 246 | 177 | 26 | 0 | 27 | 43 | 163 | 22 | 71 |
| Binary | 10000010 | 10100110 | 1111111 | 10110 | 0 | 10111 | 100011 | 1110011 | 10010 | 111001 |
Color Harmonies of #82A67F
Complementary color
Monochromatic Colors of #82A67F
Black with #82A67F
Text Example
Text Example
White with #82A67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A67F; }
p { color: rgb(130,166,127); }
H1.HeaderClassName
{
color: #82A67F;
}
.AnyTagClassName
{
color: #82A67F;
}
</style>
background-color css
<style>
a { background-color: #82A67F; }
a { background-color: rgb(130,166,127); }
div.DivClassName
{
background-color: #82A67F;
}
.BgClassName
{
background-color: #82A67F;
}
</style>
border-color css
<style>
span { border-color: #82A67F; }
span { border-color: rgb(130,166,127); }
td.TdClassName
{
border-color: #82A67F;
}
.TagClassName
{
border-color: #82A67F;
}
</style>