Shades of Amulet #7AAE71
Tints of Amulet #7AAE71
RGB
CMYK
RGB Variations
Color information
#7AAE71 (or 0x7AAE71) is known color: Amulet. HEX triplet: 7A, AE and 71. RGB value is (122,174,113). Sum of RGB (Red+Green+Blue) = 122+174+113=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE71 is #85518E. Grayscale: #979797. Windows color (decimal): -8737167 or 7450234. OLE color: 7450234.
HSL color Cylindrical-coordinate representation of color #7AAE71: hue angle of 111.15º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AAE71 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 113 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.32 |
| HSL | 111.15º | 0.27% | 0.56% | - |
| HSV(B) | 111.15º | 0.35% | 0.68% | - |
| XYZ | 26.14 | 35.6 | 21.12 | - |
| YUV | 151.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 113 | 0.30 | 0 | 0.35 | 0.32 | 111.15 | 0.27 | 0.56 |
| Hex | 7A | AE | 71 | 1E | 0 | 23 | 20 | 6F | 1B | 38 |
| Octal | 172 | 256 | 161 | 36 | 0 | 43 | 40 | 157 | 33 | 70 |
| Binary | 1111010 | 10101110 | 1110001 | 11110 | 0 | 100011 | 100000 | 1101111 | 11011 | 111000 |
Color Harmonies of #7AAE71
Complementary color
Monochromatic Colors of #7AAE71
Black with #7AAE71
Text Example
Text Example
White with #7AAE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE71; }
p { color: rgb(122,174,113); }
H1.HeaderClassName
{
color: #7AAE71;
}
.AnyTagClassName
{
color: #7AAE71;
}
</style>
background-color css
<style>
a { background-color: #7AAE71; }
a { background-color: rgb(122,174,113); }
div.DivClassName
{
background-color: #7AAE71;
}
.BgClassName
{
background-color: #7AAE71;
}
</style>
border-color css
<style>
span { border-color: #7AAE71; }
span { border-color: rgb(122,174,113); }
td.TdClassName
{
border-color: #7AAE71;
}
.TagClassName
{
border-color: #7AAE71;
}
</style>