Shades of Amulet #7AAE77
Tints of Amulet #7AAE77
RGB
CMYK
RGB Variations
Color information
#7AAE77 (or 0x7AAE77) is known color: Amulet. HEX triplet: 7A, AE and 77. RGB value is (122,174,119). Sum of RGB (Red+Green+Blue) = 122+174+119=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE77 is #855188. Grayscale: #989898. Windows color (decimal): -8737161 or 7843450. OLE color: 7843450.
HSL color Cylindrical-coordinate representation of color #7AAE77: hue angle of 116.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AAE77 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 119 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.32 |
| HSL | 116.73º | 0.25% | 0.57% | - |
| HSV(B) | 116.73º | 0.32% | 0.68% | - |
| XYZ | 26.49 | 35.74 | 22.96 | - |
| YUV | 152.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 119 | 0.30 | 0 | 0.32 | 0.32 | 116.73 | 0.25 | 0.57 |
| Hex | 7A | AE | 77 | 1E | 0 | 20 | 20 | 75 | 19 | 39 |
| Octal | 172 | 256 | 167 | 36 | 0 | 40 | 40 | 165 | 31 | 71 |
| Binary | 1111010 | 10101110 | 1110111 | 11110 | 0 | 100000 | 100000 | 1110101 | 11001 | 111001 |
Color Harmonies of #7AAE77
Complementary color
Monochromatic Colors of #7AAE77
Black with #7AAE77
Text Example
Text Example
White with #7AAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE77; }
p { color: rgb(122,174,119); }
H1.HeaderClassName
{
color: #7AAE77;
}
.AnyTagClassName
{
color: #7AAE77;
}
</style>
background-color css
<style>
a { background-color: #7AAE77; }
a { background-color: rgb(122,174,119); }
div.DivClassName
{
background-color: #7AAE77;
}
.BgClassName
{
background-color: #7AAE77;
}
</style>
border-color css
<style>
span { border-color: #7AAE77; }
span { border-color: rgb(122,174,119); }
td.TdClassName
{
border-color: #7AAE77;
}
.TagClassName
{
border-color: #7AAE77;
}
</style>