Shades of Amulet #7AAA79
Tints of Amulet #7AAA79
RGB
CMYK
RGB Variations
Color information
#7AAA79 (or 0x7AAA79) is known color: Amulet. HEX triplet: 7A, AA and 79. RGB value is (122,170,121). Sum of RGB (Red+Green+Blue) = 122+170+121=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA79 is #855586. Grayscale: #969696. Windows color (decimal): -8738183 or 7973498. OLE color: 7973498.
HSL color Cylindrical-coordinate representation of color #7AAA79: hue angle of 118.78º degrees, saturation: 0.22, 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 #7AAA79 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 121 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.33 |
| HSL | 118.78º | 0.22% | 0.57% | - |
| HSV(B) | 118.78º | 0.29% | 0.67% | - |
| XYZ | 25.85 | 34.27 | 23.34 | - |
| YUV | 150.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 121 | 0.28 | 0 | 0.29 | 0.33 | 118.78 | 0.22 | 0.57 |
| Hex | 7A | AA | 79 | 1C | 0 | 1D | 21 | 77 | 16 | 39 |
| Octal | 172 | 252 | 171 | 34 | 0 | 35 | 41 | 167 | 26 | 71 |
| Binary | 1111010 | 10101010 | 1111001 | 11100 | 0 | 11101 | 100001 | 1110111 | 10110 | 111001 |
Color Harmonies of #7AAA79
Complementary color
Monochromatic Colors of #7AAA79
Black with #7AAA79
Text Example
Text Example
White with #7AAA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA79; }
p { color: rgb(122,170,121); }
H1.HeaderClassName
{
color: #7AAA79;
}
.AnyTagClassName
{
color: #7AAA79;
}
</style>
background-color css
<style>
a { background-color: #7AAA79; }
a { background-color: rgb(122,170,121); }
div.DivClassName
{
background-color: #7AAA79;
}
.BgClassName
{
background-color: #7AAA79;
}
</style>
border-color css
<style>
span { border-color: #7AAA79; }
span { border-color: rgb(122,170,121); }
td.TdClassName
{
border-color: #7AAA79;
}
.TagClassName
{
border-color: #7AAA79;
}
</style>