Shades of Amulet #7AAA71
Tints of Amulet #7AAA71
RGB
CMYK
RGB Variations
Color information
#7AAA71 (or 0x7AAA71) is known color: Amulet. HEX triplet: 7A, AA and 71. RGB value is (122,170,113). Sum of RGB (Red+Green+Blue) = 122+170+113=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA71 is #85558E. Grayscale: #959595. Windows color (decimal): -8738191 or 7449210. OLE color: 7449210.
HSL color Cylindrical-coordinate representation of color #7AAA71: hue angle of 110.53º 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 #7AAA71 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 113 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.33 |
| HSL | 110.53º | 0.25% | 0.55% | - |
| HSV(B) | 110.53º | 0.34% | 0.67% | - |
| XYZ | 25.38 | 34.08 | 20.86 | - |
| YUV | 149.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 113 | 0.28 | 0 | 0.34 | 0.33 | 110.53 | 0.25 | 0.55 |
| Hex | 7A | AA | 71 | 1C | 0 | 22 | 21 | 6F | 19 | 37 |
| Octal | 172 | 252 | 161 | 34 | 0 | 42 | 41 | 157 | 31 | 67 |
| Binary | 1111010 | 10101010 | 1110001 | 11100 | 0 | 100010 | 100001 | 1101111 | 11001 | 110111 |
Color Harmonies of #7AAA71
Complementary color
Monochromatic Colors of #7AAA71
Black with #7AAA71
Text Example
Text Example
White with #7AAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA71; }
p { color: rgb(122,170,113); }
H1.HeaderClassName
{
color: #7AAA71;
}
.AnyTagClassName
{
color: #7AAA71;
}
</style>
background-color css
<style>
a { background-color: #7AAA71; }
a { background-color: rgb(122,170,113); }
div.DivClassName
{
background-color: #7AAA71;
}
.BgClassName
{
background-color: #7AAA71;
}
</style>
border-color css
<style>
span { border-color: #7AAA71; }
span { border-color: rgb(122,170,113); }
td.TdClassName
{
border-color: #7AAA71;
}
.TagClassName
{
border-color: #7AAA71;
}
</style>