Shades of Amulet #7AAA72
Tints of Amulet #7AAA72
RGB
CMYK
RGB Variations
Color information
#7AAA72 (or 0x7AAA72) is known color: Amulet. HEX triplet: 7A, AA and 72. RGB value is (122,170,114). Sum of RGB (Red+Green+Blue) = 122+170+114=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA72 is #85558D. Grayscale: #959595. Windows color (decimal): -8738190 or 7514746. OLE color: 7514746.
HSL color Cylindrical-coordinate representation of color #7AAA72: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AAA72 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 114 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.33 |
| HSL | 111.43º | 0.25% | 0.56% | - |
| HSV(B) | 111.43º | 0.33% | 0.67% | - |
| XYZ | 25.44 | 34.1 | 21.16 | - |
| YUV | 149.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 114 | 0.28 | 0 | 0.33 | 0.33 | 111.43 | 0.25 | 0.56 |
| Hex | 7A | AA | 72 | 1C | 0 | 21 | 21 | 6F | 19 | 38 |
| Octal | 172 | 252 | 162 | 34 | 0 | 41 | 41 | 157 | 31 | 70 |
| Binary | 1111010 | 10101010 | 1110010 | 11100 | 0 | 100001 | 100001 | 1101111 | 11001 | 111000 |
Color Harmonies of #7AAA72
Complementary color
Monochromatic Colors of #7AAA72
Black with #7AAA72
Text Example
Text Example
White with #7AAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA72; }
p { color: rgb(122,170,114); }
H1.HeaderClassName
{
color: #7AAA72;
}
.AnyTagClassName
{
color: #7AAA72;
}
</style>
background-color css
<style>
a { background-color: #7AAA72; }
a { background-color: rgb(122,170,114); }
div.DivClassName
{
background-color: #7AAA72;
}
.BgClassName
{
background-color: #7AAA72;
}
</style>
border-color css
<style>
span { border-color: #7AAA72; }
span { border-color: rgb(122,170,114); }
td.TdClassName
{
border-color: #7AAA72;
}
.TagClassName
{
border-color: #7AAA72;
}
</style>