Shades of Amulet #7AAA70
Tints of Amulet #7AAA70
RGB
CMYK
RGB Variations
Color information
#7AAA70 (or 0x7AAA70) is known color: Amulet. HEX triplet: 7A, AA and 70. RGB value is (122,170,112). Sum of RGB (Red+Green+Blue) = 122+170+112=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA70 is #85558F. Grayscale: #959595. Windows color (decimal): -8738192 or 7383674. OLE color: 7383674.
HSL color Cylindrical-coordinate representation of color #7AAA70: hue angle of 109.66º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AAA70 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 112 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.33 |
| HSL | 109.66º | 0.25% | 0.55% | - |
| HSV(B) | 109.66º | 0.34% | 0.67% | - |
| XYZ | 25.33 | 34.06 | 20.57 | - |
| YUV | 149.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 112 | 0.28 | 0 | 0.34 | 0.33 | 109.66 | 0.25 | 0.55 |
| Hex | 7A | AA | 70 | 1C | 0 | 22 | 21 | 6E | 19 | 37 |
| Octal | 172 | 252 | 160 | 34 | 0 | 42 | 41 | 156 | 31 | 67 |
| Binary | 1111010 | 10101010 | 1110000 | 11100 | 0 | 100010 | 100001 | 1101110 | 11001 | 110111 |
Color Harmonies of #7AAA70
Complementary color
Monochromatic Colors of #7AAA70
Black with #7AAA70
Text Example
Text Example
White with #7AAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA70; }
p { color: rgb(122,170,112); }
H1.HeaderClassName
{
color: #7AAA70;
}
.AnyTagClassName
{
color: #7AAA70;
}
</style>
background-color css
<style>
a { background-color: #7AAA70; }
a { background-color: rgb(122,170,112); }
div.DivClassName
{
background-color: #7AAA70;
}
.BgClassName
{
background-color: #7AAA70;
}
</style>
border-color css
<style>
span { border-color: #7AAA70; }
span { border-color: rgb(122,170,112); }
td.TdClassName
{
border-color: #7AAA70;
}
.TagClassName
{
border-color: #7AAA70;
}
</style>