Shades of Amulet #7AA470
Tints of Amulet #7AA470
RGB
CMYK
RGB Variations
Color information
#7AA470 (or 0x7AA470) is known color: Amulet. HEX triplet: 7A, A4 and 70. RGB value is (122,164,112). Sum of RGB (Red+Green+Blue) = 122+164+112=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA470 is #855B8F. Grayscale: #919191. Windows color (decimal): -8739728 or 7382138. OLE color: 7382138.
HSL color Cylindrical-coordinate representation of color #7AA470: hue angle of 108.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AA470 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 112 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.36 |
| HSL | 108.46º | 0.22% | 0.54% | - |
| HSV(B) | 108.46º | 0.32% | 0.64% | - |
| XYZ | 24.23 | 31.86 | 20.2 | - |
| YUV | 145.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 112 | 0.26 | 0 | 0.32 | 0.36 | 108.46 | 0.22 | 0.54 |
| Hex | 7A | A4 | 70 | 1A | 0 | 20 | 24 | 6C | 16 | 36 |
| Octal | 172 | 244 | 160 | 32 | 0 | 40 | 44 | 154 | 26 | 66 |
| Binary | 1111010 | 10100100 | 1110000 | 11010 | 0 | 100000 | 100100 | 1101100 | 10110 | 110110 |
Color Harmonies of #7AA470
Complementary color
Monochromatic Colors of #7AA470
Black with #7AA470
Text Example
Text Example
White with #7AA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA470; }
p { color: rgb(122,164,112); }
H1.HeaderClassName
{
color: #7AA470;
}
.AnyTagClassName
{
color: #7AA470;
}
</style>
background-color css
<style>
a { background-color: #7AA470; }
a { background-color: rgb(122,164,112); }
div.DivClassName
{
background-color: #7AA470;
}
.BgClassName
{
background-color: #7AA470;
}
</style>
border-color css
<style>
span { border-color: #7AA470; }
span { border-color: rgb(122,164,112); }
td.TdClassName
{
border-color: #7AA470;
}
.TagClassName
{
border-color: #7AA470;
}
</style>