Shades of Amulet #82AB7A
Tints of Amulet #82AB7A
RGB
CMYK
RGB Variations
Color information
#82AB7A (or 0x82AB7A) is known color: Amulet. HEX triplet: 82, AB and 7A. RGB value is (130,171,122). Sum of RGB (Red+Green+Blue) = 130+171+122=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB7A is #7D5485. Grayscale: #999999. Windows color (decimal): -8213638 or 8039298. OLE color: 8039298.
HSL color Cylindrical-coordinate representation of color #82AB7A: hue angle of 110.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82AB7A is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 122 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.33 |
| HSL | 110.2º | 0.23% | 0.57% | - |
| HSV(B) | 110.2º | 0.29% | 0.67% | - |
| XYZ | 27.28 | 35.28 | 23.78 | - |
| YUV | 153.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 122 | 0.24 | 0 | 0.29 | 0.33 | 110.2 | 0.23 | 0.57 |
| Hex | 82 | AB | 7A | 18 | 0 | 1D | 21 | 6E | 17 | 39 |
| Octal | 202 | 253 | 172 | 30 | 0 | 35 | 41 | 156 | 27 | 71 |
| Binary | 10000010 | 10101011 | 1111010 | 11000 | 0 | 11101 | 100001 | 1101110 | 10111 | 111001 |
Color Harmonies of #82AB7A
Complementary color
Monochromatic Colors of #82AB7A
Black with #82AB7A
Text Example
Text Example
White with #82AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB7A; }
p { color: rgb(130,171,122); }
H1.HeaderClassName
{
color: #82AB7A;
}
.AnyTagClassName
{
color: #82AB7A;
}
</style>
background-color css
<style>
a { background-color: #82AB7A; }
a { background-color: rgb(130,171,122); }
div.DivClassName
{
background-color: #82AB7A;
}
.BgClassName
{
background-color: #82AB7A;
}
</style>
border-color css
<style>
span { border-color: #82AB7A; }
span { border-color: rgb(130,171,122); }
td.TdClassName
{
border-color: #82AB7A;
}
.TagClassName
{
border-color: #82AB7A;
}
</style>