Shades of Amulet #7AA570
Tints of Amulet #7AA570
RGB
CMYK
RGB Variations
Color information
#7AA570 (or 0x7AA570) is known color: Amulet. HEX triplet: 7A, A5 and 70. RGB value is (122,165,112). Sum of RGB (Red+Green+Blue) = 122+165+112=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA570 is #855A8F. Grayscale: #929292. Windows color (decimal): -8739472 or 7382394. OLE color: 7382394.
HSL color Cylindrical-coordinate representation of color #7AA570: hue angle of 108.68º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AA570 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 112 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.35 |
| HSL | 108.68º | 0.23% | 0.54% | - |
| HSV(B) | 108.68º | 0.32% | 0.65% | - |
| XYZ | 24.41 | 32.22 | 20.26 | - |
| YUV | 146.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 112 | 0.26 | 0 | 0.32 | 0.35 | 108.68 | 0.23 | 0.54 |
| Hex | 7A | A5 | 70 | 1A | 0 | 20 | 23 | 6D | 17 | 36 |
| Octal | 172 | 245 | 160 | 32 | 0 | 40 | 43 | 155 | 27 | 66 |
| Binary | 1111010 | 10100101 | 1110000 | 11010 | 0 | 100000 | 100011 | 1101101 | 10111 | 110110 |
Color Harmonies of #7AA570
Complementary color
Monochromatic Colors of #7AA570
Black with #7AA570
Text Example
Text Example
White with #7AA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA570; }
p { color: rgb(122,165,112); }
H1.HeaderClassName
{
color: #7AA570;
}
.AnyTagClassName
{
color: #7AA570;
}
</style>
background-color css
<style>
a { background-color: #7AA570; }
a { background-color: rgb(122,165,112); }
div.DivClassName
{
background-color: #7AA570;
}
.BgClassName
{
background-color: #7AA570;
}
</style>
border-color css
<style>
span { border-color: #7AA570; }
span { border-color: rgb(122,165,112); }
td.TdClassName
{
border-color: #7AA570;
}
.TagClassName
{
border-color: #7AA570;
}
</style>