Shades of Amulet #82AA78
Tints of Amulet #82AA78
RGB
CMYK
RGB Variations
Color information
#82AA78 (or 0x82AA78) is known color: Amulet. HEX triplet: 82, AA and 78. RGB value is (130,170,120). Sum of RGB (Red+Green+Blue) = 130+170+120=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA78 is #7D5587. Grayscale: #989898. Windows color (decimal): -8213896 or 7907970. OLE color: 7907970.
HSL color Cylindrical-coordinate representation of color #82AA78: hue angle of 108º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82AA78 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 120 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.33 |
| HSL | 108º | 0.23% | 0.57% | - |
| HSV(B) | 108º | 0.29% | 0.67% | - |
| XYZ | 26.97 | 34.85 | 23.07 | - |
| YUV | 152.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 120 | 0.24 | 0 | 0.29 | 0.33 | 108 | 0.23 | 0.57 |
| Hex | 82 | AA | 78 | 18 | 0 | 1D | 21 | 6C | 17 | 39 |
| Octal | 202 | 252 | 170 | 30 | 0 | 35 | 41 | 154 | 27 | 71 |
| Binary | 10000010 | 10101010 | 1111000 | 11000 | 0 | 11101 | 100001 | 1101100 | 10111 | 111001 |
Color Harmonies of #82AA78
Complementary color
Monochromatic Colors of #82AA78
Black with #82AA78
Text Example
Text Example
White with #82AA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA78; }
p { color: rgb(130,170,120); }
H1.HeaderClassName
{
color: #82AA78;
}
.AnyTagClassName
{
color: #82AA78;
}
</style>
background-color css
<style>
a { background-color: #82AA78; }
a { background-color: rgb(130,170,120); }
div.DivClassName
{
background-color: #82AA78;
}
.BgClassName
{
background-color: #82AA78;
}
</style>
border-color css
<style>
span { border-color: #82AA78; }
span { border-color: rgb(130,170,120); }
td.TdClassName
{
border-color: #82AA78;
}
.TagClassName
{
border-color: #82AA78;
}
</style>