Shades of Amulet #7AAE72
Tints of Amulet #7AAE72
RGB
CMYK
RGB Variations
Color information
#7AAE72 (or 0x7AAE72) is known color: Amulet. HEX triplet: 7A, AE and 72. RGB value is (122,174,114). Sum of RGB (Red+Green+Blue) = 122+174+114=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE72 is #85518D. Grayscale: #979797. Windows color (decimal): -8737166 or 7515770. OLE color: 7515770.
HSL color Cylindrical-coordinate representation of color #7AAE72: hue angle of 112º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AAE72 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 114 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.32 |
| HSL | 112º | 0.27% | 0.56% | - |
| HSV(B) | 112º | 0.34% | 0.68% | - |
| XYZ | 26.2 | 35.62 | 21.41 | - |
| YUV | 151.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 114 | 0.30 | 0 | 0.34 | 0.32 | 112 | 0.27 | 0.56 |
| Hex | 7A | AE | 72 | 1E | 0 | 22 | 20 | 70 | 1B | 38 |
| Octal | 172 | 256 | 162 | 36 | 0 | 42 | 40 | 160 | 33 | 70 |
| Binary | 1111010 | 10101110 | 1110010 | 11110 | 0 | 100010 | 100000 | 1110000 | 11011 | 111000 |
Color Harmonies of #7AAE72
Complementary color
Monochromatic Colors of #7AAE72
Black with #7AAE72
Text Example
Text Example
White with #7AAE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE72; }
p { color: rgb(122,174,114); }
H1.HeaderClassName
{
color: #7AAE72;
}
.AnyTagClassName
{
color: #7AAE72;
}
</style>
background-color css
<style>
a { background-color: #7AAE72; }
a { background-color: rgb(122,174,114); }
div.DivClassName
{
background-color: #7AAE72;
}
.BgClassName
{
background-color: #7AAE72;
}
</style>
border-color css
<style>
span { border-color: #7AAE72; }
span { border-color: rgb(122,174,114); }
td.TdClassName
{
border-color: #7AAE72;
}
.TagClassName
{
border-color: #7AAE72;
}
</style>