Shades of Amulet #82AB6B
Tints of Amulet #82AB6B
RGB
CMYK
RGB Variations
Color information
#82AB6B (or 0x82AB6B) is known color: Amulet. HEX triplet: 82, AB and 6B. RGB value is (130,171,107). Sum of RGB (Red+Green+Blue) = 130+171+107=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB6B is #7D5494. Grayscale: #979797. Windows color (decimal): -8213653 or 7056258. OLE color: 7056258.
HSL color Cylindrical-coordinate representation of color #82AB6B: hue angle of 98.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82AB6B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 107 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.33 |
| HSL | 98.44º | 0.28% | 0.55% | - |
| HSV(B) | 98.44º | 0.37% | 0.67% | - |
| XYZ | 26.42 | 34.93 | 19.26 | - |
| YUV | 151.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 107 | 0.24 | 0 | 0.37 | 0.33 | 98.44 | 0.28 | 0.55 |
| Hex | 82 | AB | 6B | 18 | 0 | 25 | 21 | 62 | 1C | 37 |
| Octal | 202 | 253 | 153 | 30 | 0 | 45 | 41 | 142 | 34 | 67 |
| Binary | 10000010 | 10101011 | 1101011 | 11000 | 0 | 100101 | 100001 | 1100010 | 11100 | 110111 |
Color Harmonies of #82AB6B
Complementary color
Monochromatic Colors of #82AB6B
Black with #82AB6B
Text Example
Text Example
White with #82AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB6B; }
p { color: rgb(130,171,107); }
H1.HeaderClassName
{
color: #82AB6B;
}
.AnyTagClassName
{
color: #82AB6B;
}
</style>
background-color css
<style>
a { background-color: #82AB6B; }
a { background-color: rgb(130,171,107); }
div.DivClassName
{
background-color: #82AB6B;
}
.BgClassName
{
background-color: #82AB6B;
}
</style>
border-color css
<style>
span { border-color: #82AB6B; }
span { border-color: rgb(130,171,107); }
td.TdClassName
{
border-color: #82AB6B;
}
.TagClassName
{
border-color: #82AB6B;
}
</style>