Shades of Amulet #82AB6E
Tints of Amulet #82AB6E
RGB
CMYK
RGB Variations
Color information
#82AB6E (or 0x82AB6E) is known color: Amulet. HEX triplet: 82, AB and 6E. RGB value is (130,171,110). Sum of RGB (Red+Green+Blue) = 130+171+110=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB6E is #7D5491. Grayscale: #979797. Windows color (decimal): -8213650 or 7252866. OLE color: 7252866.
HSL color Cylindrical-coordinate representation of color #82AB6E: hue angle of 100.33º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82AB6E is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 110 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.33 |
| HSL | 100.33º | 0.27% | 0.55% | - |
| HSV(B) | 100.33º | 0.36% | 0.67% | - |
| XYZ | 26.58 | 35 | 20.11 | - |
| YUV | 151.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 110 | 0.24 | 0 | 0.36 | 0.33 | 100.33 | 0.27 | 0.55 |
| Hex | 82 | AB | 6E | 18 | 0 | 24 | 21 | 64 | 1B | 37 |
| Octal | 202 | 253 | 156 | 30 | 0 | 44 | 41 | 144 | 33 | 67 |
| Binary | 10000010 | 10101011 | 1101110 | 11000 | 0 | 100100 | 100001 | 1100100 | 11011 | 110111 |
Color Harmonies of #82AB6E
Complementary color
Monochromatic Colors of #82AB6E
Black with #82AB6E
Text Example
Text Example
White with #82AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB6E; }
p { color: rgb(130,171,110); }
H1.HeaderClassName
{
color: #82AB6E;
}
.AnyTagClassName
{
color: #82AB6E;
}
</style>
background-color css
<style>
a { background-color: #82AB6E; }
a { background-color: rgb(130,171,110); }
div.DivClassName
{
background-color: #82AB6E;
}
.BgClassName
{
background-color: #82AB6E;
}
</style>
border-color css
<style>
span { border-color: #82AB6E; }
span { border-color: rgb(130,171,110); }
td.TdClassName
{
border-color: #82AB6E;
}
.TagClassName
{
border-color: #82AB6E;
}
</style>