Shades of Amulet #7AA171
Tints of Amulet #7AA171
RGB
CMYK
RGB Variations
Color information
#7AA171 (or 0x7AA171) is known color: Amulet. HEX triplet: 7A, A1 and 71. RGB value is (122,161,113). Sum of RGB (Red+Green+Blue) = 122+161+113=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA171 is #855E8E. Grayscale: #909090. Windows color (decimal): -8740495 or 7446906. OLE color: 7446906.
HSL color Cylindrical-coordinate representation of color #7AA171: hue angle of 108.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AA171 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 113 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.37 |
| HSL | 108.75º | 0.2% | 0.54% | - |
| HSV(B) | 108.75º | 0.3% | 0.63% | - |
| XYZ | 23.75 | 30.82 | 20.32 | - |
| YUV | 143.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 113 | 0.24 | 0 | 0.30 | 0.37 | 108.75 | 0.2 | 0.54 |
| Hex | 7A | A1 | 71 | 18 | 0 | 1E | 25 | 6D | 14 | 36 |
| Octal | 172 | 241 | 161 | 30 | 0 | 36 | 45 | 155 | 24 | 66 |
| Binary | 1111010 | 10100001 | 1110001 | 11000 | 0 | 11110 | 100101 | 1101101 | 10100 | 110110 |
Color Harmonies of #7AA171
Complementary color
Monochromatic Colors of #7AA171
Black with #7AA171
Text Example
Text Example
White with #7AA171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA171; }
p { color: rgb(122,161,113); }
H1.HeaderClassName
{
color: #7AA171;
}
.AnyTagClassName
{
color: #7AA171;
}
</style>
background-color css
<style>
a { background-color: #7AA171; }
a { background-color: rgb(122,161,113); }
div.DivClassName
{
background-color: #7AA171;
}
.BgClassName
{
background-color: #7AA171;
}
</style>
border-color css
<style>
span { border-color: #7AA171; }
span { border-color: rgb(122,161,113); }
td.TdClassName
{
border-color: #7AA171;
}
.TagClassName
{
border-color: #7AA171;
}
</style>