Shades of Amulet #82B579
Tints of Amulet #82B579
RGB
CMYK
RGB Variations
Color information
#82B579 (or 0x82B579) is known color: Amulet. HEX triplet: 82, B5 and 79. RGB value is (130,181,121). Sum of RGB (Red+Green+Blue) = 130+181+121=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #82B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B579 is #7D4A86. Grayscale: #9F9F9F. Windows color (decimal): -8211079 or 7976322. OLE color: 7976322.
HSL color Cylindrical-coordinate representation of color #82B579: hue angle of 111º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82B579 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 121 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.29 |
| HSL | 111º | 0.29% | 0.59% | - |
| HSV(B) | 111º | 0.33% | 0.71% | - |
| XYZ | 29.18 | 39.17 | 24.11 | - |
| YUV | 158.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 121 | 0.28 | 0 | 0.33 | 0.29 | 111 | 0.29 | 0.59 |
| Hex | 82 | B5 | 79 | 1C | 0 | 21 | 1D | 6F | 1D | 3B |
| Octal | 202 | 265 | 171 | 34 | 0 | 41 | 35 | 157 | 35 | 73 |
| Binary | 10000010 | 10110101 | 1111001 | 11100 | 0 | 100001 | 11101 | 1101111 | 11101 | 111011 |
Color Harmonies of #82B579
Complementary color
Monochromatic Colors of #82B579
Black with #82B579
Text Example
Text Example
White with #82B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B579; }
p { color: rgb(130,181,121); }
H1.HeaderClassName
{
color: #82B579;
}
.AnyTagClassName
{
color: #82B579;
}
</style>
background-color css
<style>
a { background-color: #82B579; }
a { background-color: rgb(130,181,121); }
div.DivClassName
{
background-color: #82B579;
}
.BgClassName
{
background-color: #82B579;
}
</style>
border-color css
<style>
span { border-color: #82B579; }
span { border-color: rgb(130,181,121); }
td.TdClassName
{
border-color: #82B579;
}
.TagClassName
{
border-color: #82B579;
}
</style>