Shades of Amulet #7AA471
Tints of Amulet #7AA471
RGB
CMYK
RGB Variations
Color information
#7AA471 (or 0x7AA471) is known color: Amulet. HEX triplet: 7A, A4 and 71. RGB value is (122,164,113). Sum of RGB (Red+Green+Blue) = 122+164+113=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA471 is #855B8E. Grayscale: #919191. Windows color (decimal): -8739727 or 7447674. OLE color: 7447674.
HSL color Cylindrical-coordinate representation of color #7AA471: hue angle of 109.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AA471 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 113 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.36 |
| HSL | 109.41º | 0.22% | 0.54% | - |
| HSV(B) | 109.41º | 0.31% | 0.64% | - |
| XYZ | 24.28 | 31.88 | 20.5 | - |
| YUV | 145.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 113 | 0.26 | 0 | 0.31 | 0.36 | 109.41 | 0.22 | 0.54 |
| Hex | 7A | A4 | 71 | 1A | 0 | 1F | 24 | 6D | 16 | 36 |
| Octal | 172 | 244 | 161 | 32 | 0 | 37 | 44 | 155 | 26 | 66 |
| Binary | 1111010 | 10100100 | 1110001 | 11010 | 0 | 11111 | 100100 | 1101101 | 10110 | 110110 |
Color Harmonies of #7AA471
Complementary color
Monochromatic Colors of #7AA471
Black with #7AA471
Text Example
Text Example
White with #7AA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA471; }
p { color: rgb(122,164,113); }
H1.HeaderClassName
{
color: #7AA471;
}
.AnyTagClassName
{
color: #7AA471;
}
</style>
background-color css
<style>
a { background-color: #7AA471; }
a { background-color: rgb(122,164,113); }
div.DivClassName
{
background-color: #7AA471;
}
.BgClassName
{
background-color: #7AA471;
}
</style>
border-color css
<style>
span { border-color: #7AA471; }
span { border-color: rgb(122,164,113); }
td.TdClassName
{
border-color: #7AA471;
}
.TagClassName
{
border-color: #7AA471;
}
</style>