Shades of Amulet #82A97F
Tints of Amulet #82A97F
RGB
CMYK
RGB Variations
Color information
#82A97F (or 0x82A97F) is known color: Amulet. HEX triplet: 82, A9 and 7F. RGB value is (130,169,127). Sum of RGB (Red+Green+Blue) = 130+169+127=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #82A97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A97F is #7D5680. Grayscale: #989898. Windows color (decimal): -8214145 or 8366466. OLE color: 8366466.
HSL color Cylindrical-coordinate representation of color #82A97F: hue angle of 115.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82A97F is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 127 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.34 |
| HSL | 115.71º | 0.2% | 0.58% | - |
| HSV(B) | 115.71º | 0.25% | 0.66% | - |
| XYZ | 27.22 | 34.65 | 25.33 | - |
| YUV | 152.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 127 | 0.23 | 0 | 0.25 | 0.34 | 115.71 | 0.2 | 0.58 |
| Hex | 82 | A9 | 7F | 17 | 0 | 19 | 22 | 74 | 14 | 3A |
| Octal | 202 | 251 | 177 | 27 | 0 | 31 | 42 | 164 | 24 | 72 |
| Binary | 10000010 | 10101001 | 1111111 | 10111 | 0 | 11001 | 100010 | 1110100 | 10100 | 111010 |
Color Harmonies of #82A97F
Complementary color
Monochromatic Colors of #82A97F
Black with #82A97F
Text Example
Text Example
White with #82A97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A97F; }
p { color: rgb(130,169,127); }
H1.HeaderClassName
{
color: #82A97F;
}
.AnyTagClassName
{
color: #82A97F;
}
</style>
background-color css
<style>
a { background-color: #82A97F; }
a { background-color: rgb(130,169,127); }
div.DivClassName
{
background-color: #82A97F;
}
.BgClassName
{
background-color: #82A97F;
}
</style>
border-color css
<style>
span { border-color: #82A97F; }
span { border-color: rgb(130,169,127); }
td.TdClassName
{
border-color: #82A97F;
}
.TagClassName
{
border-color: #82A97F;
}
</style>