Shades of Amulet #7AA371
Tints of Amulet #7AA371
RGB
CMYK
RGB Variations
Color information
#7AA371 (or 0x7AA371) is known color: Amulet. HEX triplet: 7A, A3 and 71. RGB value is (122,163,113). Sum of RGB (Red+Green+Blue) = 122+163+113=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA371 is #855C8E. Grayscale: #919191. Windows color (decimal): -8739983 or 7447418. OLE color: 7447418.
HSL color Cylindrical-coordinate representation of color #7AA371: hue angle of 109.2º degrees, saturation: 0.21, 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 #7AA371 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 113 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.36 |
| HSL | 109.2º | 0.21% | 0.54% | - |
| HSV(B) | 109.2º | 0.31% | 0.64% | - |
| XYZ | 24.1 | 31.52 | 20.44 | - |
| YUV | 145.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 113 | 0.25 | 0 | 0.31 | 0.36 | 109.2 | 0.21 | 0.54 |
| Hex | 7A | A3 | 71 | 19 | 0 | 1F | 24 | 6D | 15 | 36 |
| Octal | 172 | 243 | 161 | 31 | 0 | 37 | 44 | 155 | 25 | 66 |
| Binary | 1111010 | 10100011 | 1110001 | 11001 | 0 | 11111 | 100100 | 1101101 | 10101 | 110110 |
Color Harmonies of #7AA371
Complementary color
Monochromatic Colors of #7AA371
Black with #7AA371
Text Example
Text Example
White with #7AA371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA371; }
p { color: rgb(122,163,113); }
H1.HeaderClassName
{
color: #7AA371;
}
.AnyTagClassName
{
color: #7AA371;
}
</style>
background-color css
<style>
a { background-color: #7AA371; }
a { background-color: rgb(122,163,113); }
div.DivClassName
{
background-color: #7AA371;
}
.BgClassName
{
background-color: #7AA371;
}
</style>
border-color css
<style>
span { border-color: #7AA371; }
span { border-color: rgb(122,163,113); }
td.TdClassName
{
border-color: #7AA371;
}
.TagClassName
{
border-color: #7AA371;
}
</style>