Shades of Amulet #7AA57A
Tints of Amulet #7AA57A
RGB
CMYK
RGB Variations
Color information
#7AA57A (or 0x7AA57A) is known color: Amulet. HEX triplet: 7A, A5 and 7A. RGB value is (122,165,122). Sum of RGB (Red+Green+Blue) = 122+165+122=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA57A is #855A85. Grayscale: #939393. Windows color (decimal): -8739462 or 8037754. OLE color: 8037754.
HSL color Cylindrical-coordinate representation of color #7AA57A: hue angle of 120º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA57A is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 122 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.35 |
| HSL | 120º | 0.19% | 0.56% | - |
| HSV(B) | 120º | 0.26% | 0.65% | - |
| XYZ | 24.99 | 32.45 | 23.36 | - |
| YUV | 147.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 122 | 0.26 | 0 | 0.26 | 0.35 | 120 | 0.19 | 0.56 |
| Hex | 7A | A5 | 7A | 1A | 0 | 1A | 23 | 78 | 13 | 38 |
| Octal | 172 | 245 | 172 | 32 | 0 | 32 | 43 | 170 | 23 | 70 |
| Binary | 1111010 | 10100101 | 1111010 | 11010 | 0 | 11010 | 100011 | 1111000 | 10011 | 111000 |
Color Harmonies of #7AA57A
Complementary color
Monochromatic Colors of #7AA57A
Black with #7AA57A
Text Example
Text Example
White with #7AA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA57A; }
p { color: rgb(122,165,122); }
H1.HeaderClassName
{
color: #7AA57A;
}
.AnyTagClassName
{
color: #7AA57A;
}
</style>
background-color css
<style>
a { background-color: #7AA57A; }
a { background-color: rgb(122,165,122); }
div.DivClassName
{
background-color: #7AA57A;
}
.BgClassName
{
background-color: #7AA57A;
}
</style>
border-color css
<style>
span { border-color: #7AA57A; }
span { border-color: rgb(122,165,122); }
td.TdClassName
{
border-color: #7AA57A;
}
.TagClassName
{
border-color: #7AA57A;
}
</style>