Shades of Amulet #7AAE76
Tints of Amulet #7AAE76
RGB
CMYK
RGB Variations
Color information
#7AAE76 (or 0x7AAE76) is known color: Amulet. HEX triplet: 7A, AE and 76. RGB value is (122,174,118). Sum of RGB (Red+Green+Blue) = 122+174+118=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE76 is #855189. Grayscale: #989898. Windows color (decimal): -8737162 or 7777914. OLE color: 7777914.
HSL color Cylindrical-coordinate representation of color #7AAE76: hue angle of 115.71º degrees, saturation: 0.26, 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 #7AAE76 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 118 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.32 |
| HSL | 115.71º | 0.26% | 0.57% | - |
| HSV(B) | 115.71º | 0.32% | 0.68% | - |
| XYZ | 26.43 | 35.72 | 22.64 | - |
| YUV | 152.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 118 | 0.30 | 0 | 0.32 | 0.32 | 115.71 | 0.26 | 0.57 |
| Hex | 7A | AE | 76 | 1E | 0 | 20 | 20 | 74 | 1A | 39 |
| Octal | 172 | 256 | 166 | 36 | 0 | 40 | 40 | 164 | 32 | 71 |
| Binary | 1111010 | 10101110 | 1110110 | 11110 | 0 | 100000 | 100000 | 1110100 | 11010 | 111001 |
Color Harmonies of #7AAE76
Complementary color
Monochromatic Colors of #7AAE76
Black with #7AAE76
Text Example
Text Example
White with #7AAE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE76; }
p { color: rgb(122,174,118); }
H1.HeaderClassName
{
color: #7AAE76;
}
.AnyTagClassName
{
color: #7AAE76;
}
</style>
background-color css
<style>
a { background-color: #7AAE76; }
a { background-color: rgb(122,174,118); }
div.DivClassName
{
background-color: #7AAE76;
}
.BgClassName
{
background-color: #7AAE76;
}
</style>
border-color css
<style>
span { border-color: #7AAE76; }
span { border-color: rgb(122,174,118); }
td.TdClassName
{
border-color: #7AAE76;
}
.TagClassName
{
border-color: #7AAE76;
}
</style>