Shades of Amulet #82AB77
Tints of Amulet #82AB77
RGB
CMYK
RGB Variations
Color information
#82AB77 (or 0x82AB77) is known color: Amulet. HEX triplet: 82, AB and 77. RGB value is (130,171,119). Sum of RGB (Red+Green+Blue) = 130+171+119=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB77 is #7D5488. Grayscale: #989898. Windows color (decimal): -8213641 or 7842690. OLE color: 7842690.
HSL color Cylindrical-coordinate representation of color #82AB77: hue angle of 107.31º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82AB77 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 119 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.33 |
| HSL | 107.31º | 0.24% | 0.57% | - |
| HSV(B) | 107.31º | 0.3% | 0.67% | - |
| XYZ | 27.1 | 35.2 | 22.82 | - |
| YUV | 152.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 119 | 0.24 | 0 | 0.30 | 0.33 | 107.31 | 0.24 | 0.57 |
| Hex | 82 | AB | 77 | 18 | 0 | 1E | 21 | 6B | 18 | 39 |
| Octal | 202 | 253 | 167 | 30 | 0 | 36 | 41 | 153 | 30 | 71 |
| Binary | 10000010 | 10101011 | 1110111 | 11000 | 0 | 11110 | 100001 | 1101011 | 11000 | 111001 |
Color Harmonies of #82AB77
Complementary color
Monochromatic Colors of #82AB77
Black with #82AB77
Text Example
Text Example
White with #82AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB77; }
p { color: rgb(130,171,119); }
H1.HeaderClassName
{
color: #82AB77;
}
.AnyTagClassName
{
color: #82AB77;
}
</style>
background-color css
<style>
a { background-color: #82AB77; }
a { background-color: rgb(130,171,119); }
div.DivClassName
{
background-color: #82AB77;
}
.BgClassName
{
background-color: #82AB77;
}
</style>
border-color css
<style>
span { border-color: #82AB77; }
span { border-color: rgb(130,171,119); }
td.TdClassName
{
border-color: #82AB77;
}
.TagClassName
{
border-color: #82AB77;
}
</style>