Shades of Amulet #82AF6D
Tints of Amulet #82AF6D
RGB
CMYK
RGB Variations
Color information
#82AF6D (or 0x82AF6D) is known color: Amulet. HEX triplet: 82, AF and 6D. RGB value is (130,175,109). Sum of RGB (Red+Green+Blue) = 130+175+109=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF6D is #7D5092. Grayscale: #9A9A9A. Windows color (decimal): -8212627 or 7188354. OLE color: 7188354.
HSL color Cylindrical-coordinate representation of color #82AF6D: hue angle of 100.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82AF6D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 109 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.31 |
| HSL | 100.91º | 0.29% | 0.56% | - |
| HSV(B) | 100.91º | 0.38% | 0.69% | - |
| XYZ | 27.3 | 36.51 | 20.08 | - |
| YUV | 154.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 109 | 0.26 | 0 | 0.38 | 0.31 | 100.91 | 0.29 | 0.56 |
| Hex | 82 | AF | 6D | 1A | 0 | 26 | 1F | 65 | 1D | 38 |
| Octal | 202 | 257 | 155 | 32 | 0 | 46 | 37 | 145 | 35 | 70 |
| Binary | 10000010 | 10101111 | 1101101 | 11010 | 0 | 100110 | 11111 | 1100101 | 11101 | 111000 |
Color Harmonies of #82AF6D
Complementary color
Monochromatic Colors of #82AF6D
Black with #82AF6D
Text Example
Text Example
White with #82AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF6D; }
p { color: rgb(130,175,109); }
H1.HeaderClassName
{
color: #82AF6D;
}
.AnyTagClassName
{
color: #82AF6D;
}
</style>
background-color css
<style>
a { background-color: #82AF6D; }
a { background-color: rgb(130,175,109); }
div.DivClassName
{
background-color: #82AF6D;
}
.BgClassName
{
background-color: #82AF6D;
}
</style>
border-color css
<style>
span { border-color: #82AF6D; }
span { border-color: rgb(130,175,109); }
td.TdClassName
{
border-color: #82AF6D;
}
.TagClassName
{
border-color: #82AF6D;
}
</style>