Shades of Amulet #7AA271
Tints of Amulet #7AA271
RGB
CMYK
RGB Variations
Color information
#7AA271 (or 0x7AA271) is known color: Amulet. HEX triplet: 7A, A2 and 71. RGB value is (122,162,113). Sum of RGB (Red+Green+Blue) = 122+162+113=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA271 is #855D8E. Grayscale: #909090. Windows color (decimal): -8740239 or 7447162. OLE color: 7447162.
HSL color Cylindrical-coordinate representation of color #7AA271: hue angle of 108.98º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AA271 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 113 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.36 |
| HSL | 108.98º | 0.21% | 0.54% | - |
| HSV(B) | 108.98º | 0.3% | 0.64% | - |
| XYZ | 23.93 | 31.17 | 20.38 | - |
| YUV | 144.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 113 | 0.25 | 0 | 0.30 | 0.36 | 108.98 | 0.21 | 0.54 |
| Hex | 7A | A2 | 71 | 19 | 0 | 1E | 24 | 6D | 15 | 36 |
| Octal | 172 | 242 | 161 | 31 | 0 | 36 | 44 | 155 | 25 | 66 |
| Binary | 1111010 | 10100010 | 1110001 | 11001 | 0 | 11110 | 100100 | 1101101 | 10101 | 110110 |
Color Harmonies of #7AA271
Complementary color
Monochromatic Colors of #7AA271
Black with #7AA271
Text Example
Text Example
White with #7AA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA271; }
p { color: rgb(122,162,113); }
H1.HeaderClassName
{
color: #7AA271;
}
.AnyTagClassName
{
color: #7AA271;
}
</style>
background-color css
<style>
a { background-color: #7AA271; }
a { background-color: rgb(122,162,113); }
div.DivClassName
{
background-color: #7AA271;
}
.BgClassName
{
background-color: #7AA271;
}
</style>
border-color css
<style>
span { border-color: #7AA271; }
span { border-color: rgb(122,162,113); }
td.TdClassName
{
border-color: #7AA271;
}
.TagClassName
{
border-color: #7AA271;
}
</style>