Shades of Amulet #7AA073
Tints of Amulet #7AA073
RGB
CMYK
RGB Variations
Color information
#7AA073 (or 0x7AA073) is known color: Amulet. HEX triplet: 7A, A0 and 73. RGB value is (122,160,115). Sum of RGB (Red+Green+Blue) = 122+160+115=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA073 is #855F8C. Grayscale: #8F8F8F. Windows color (decimal): -8740749 or 7577722. OLE color: 7577722.
HSL color Cylindrical-coordinate representation of color #7AA073: hue angle of 110.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA073 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 115 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.37 |
| HSL | 110.67º | 0.19% | 0.54% | - |
| HSV(B) | 110.67º | 0.28% | 0.63% | - |
| XYZ | 23.69 | 30.52 | 20.86 | - |
| YUV | 143.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 115 | 0.24 | 0 | 0.28 | 0.37 | 110.67 | 0.19 | 0.54 |
| Hex | 7A | A0 | 73 | 18 | 0 | 1C | 25 | 6F | 13 | 36 |
| Octal | 172 | 240 | 163 | 30 | 0 | 34 | 45 | 157 | 23 | 66 |
| Binary | 1111010 | 10100000 | 1110011 | 11000 | 0 | 11100 | 100101 | 1101111 | 10011 | 110110 |
Color Harmonies of #7AA073
Complementary color
Monochromatic Colors of #7AA073
Black with #7AA073
Text Example
Text Example
White with #7AA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA073; }
p { color: rgb(122,160,115); }
H1.HeaderClassName
{
color: #7AA073;
}
.AnyTagClassName
{
color: #7AA073;
}
</style>
background-color css
<style>
a { background-color: #7AA073; }
a { background-color: rgb(122,160,115); }
div.DivClassName
{
background-color: #7AA073;
}
.BgClassName
{
background-color: #7AA073;
}
</style>
border-color css
<style>
span { border-color: #7AA073; }
span { border-color: rgb(122,160,115); }
td.TdClassName
{
border-color: #7AA073;
}
.TagClassName
{
border-color: #7AA073;
}
</style>