Shades of Amulet #82AF6A
Tints of Amulet #82AF6A
RGB
CMYK
RGB Variations
Color information
#82AF6A (or 0x82AF6A) is known color: Amulet. HEX triplet: 82, AF and 6A. RGB value is (130,175,106). Sum of RGB (Red+Green+Blue) = 130+175+106=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF6A is #7D5095. Grayscale: #999999. Windows color (decimal): -8212630 or 6991746. OLE color: 6991746.
HSL color Cylindrical-coordinate representation of color #82AF6A: hue angle of 99.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82AF6A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 106 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.31 |
| HSL | 99.13º | 0.3% | 0.55% | - |
| HSV(B) | 99.13º | 0.39% | 0.69% | - |
| XYZ | 27.14 | 36.45 | 19.24 | - |
| YUV | 153.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 106 | 0.26 | 0 | 0.39 | 0.31 | 99.13 | 0.3 | 0.55 |
| Hex | 82 | AF | 6A | 1A | 0 | 27 | 1F | 63 | 1E | 37 |
| Octal | 202 | 257 | 152 | 32 | 0 | 47 | 37 | 143 | 36 | 67 |
| Binary | 10000010 | 10101111 | 1101010 | 11010 | 0 | 100111 | 11111 | 1100011 | 11110 | 110111 |
Color Harmonies of #82AF6A
Complementary color
Monochromatic Colors of #82AF6A
Black with #82AF6A
Text Example
Text Example
White with #82AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF6A; }
p { color: rgb(130,175,106); }
H1.HeaderClassName
{
color: #82AF6A;
}
.AnyTagClassName
{
color: #82AF6A;
}
</style>
background-color css
<style>
a { background-color: #82AF6A; }
a { background-color: rgb(130,175,106); }
div.DivClassName
{
background-color: #82AF6A;
}
.BgClassName
{
background-color: #82AF6A;
}
</style>
border-color css
<style>
span { border-color: #82AF6A; }
span { border-color: rgb(130,175,106); }
td.TdClassName
{
border-color: #82AF6A;
}
.TagClassName
{
border-color: #82AF6A;
}
</style>