Shades of Amulet #82AF77
Tints of Amulet #82AF77
RGB
CMYK
RGB Variations
Color information
#82AF77 (or 0x82AF77) is known color: Amulet. HEX triplet: 82, AF and 77. RGB value is (130,175,119). Sum of RGB (Red+Green+Blue) = 130+175+119=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF77 is #7D5088. Grayscale: #9B9B9B. Windows color (decimal): -8212617 or 7843714. OLE color: 7843714.
HSL color Cylindrical-coordinate representation of color #82AF77: hue angle of 108.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AF77 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 119 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.31 |
| HSL | 108.21º | 0.26% | 0.58% | - |
| HSV(B) | 108.21º | 0.32% | 0.69% | - |
| XYZ | 27.87 | 36.74 | 23.08 | - |
| YUV | 155.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 119 | 0.26 | 0 | 0.32 | 0.31 | 108.21 | 0.26 | 0.58 |
| Hex | 82 | AF | 77 | 1A | 0 | 20 | 1F | 6C | 1A | 3A |
| Octal | 202 | 257 | 167 | 32 | 0 | 40 | 37 | 154 | 32 | 72 |
| Binary | 10000010 | 10101111 | 1110111 | 11010 | 0 | 100000 | 11111 | 1101100 | 11010 | 111010 |
Color Harmonies of #82AF77
Complementary color
Monochromatic Colors of #82AF77
Black with #82AF77
Text Example
Text Example
White with #82AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF77; }
p { color: rgb(130,175,119); }
H1.HeaderClassName
{
color: #82AF77;
}
.AnyTagClassName
{
color: #82AF77;
}
</style>
background-color css
<style>
a { background-color: #82AF77; }
a { background-color: rgb(130,175,119); }
div.DivClassName
{
background-color: #82AF77;
}
.BgClassName
{
background-color: #82AF77;
}
</style>
border-color css
<style>
span { border-color: #82AF77; }
span { border-color: rgb(130,175,119); }
td.TdClassName
{
border-color: #82AF77;
}
.TagClassName
{
border-color: #82AF77;
}
</style>