Shades of Amulet #7AAC76
Tints of Amulet #7AAC76
RGB
CMYK
RGB Variations
Color information
#7AAC76 (or 0x7AAC76) is known color: Amulet. HEX triplet: 7A, AC and 76. RGB value is (122,172,118). Sum of RGB (Red+Green+Blue) = 122+172+118=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC76 is #855389. Grayscale: #979797. Windows color (decimal): -8737674 or 7777402. OLE color: 7777402.
HSL color Cylindrical-coordinate representation of color #7AAC76: hue angle of 115.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AAC76 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 118 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.33 |
| HSL | 115.56º | 0.25% | 0.57% | - |
| HSV(B) | 115.56º | 0.31% | 0.67% | - |
| XYZ | 26.05 | 34.95 | 22.51 | - |
| YUV | 150.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 118 | 0.29 | 0 | 0.31 | 0.33 | 115.56 | 0.25 | 0.57 |
| Hex | 7A | AC | 76 | 1D | 0 | 1F | 21 | 74 | 19 | 39 |
| Octal | 172 | 254 | 166 | 35 | 0 | 37 | 41 | 164 | 31 | 71 |
| Binary | 1111010 | 10101100 | 1110110 | 11101 | 0 | 11111 | 100001 | 1110100 | 11001 | 111001 |
Color Harmonies of #7AAC76
Complementary color
Monochromatic Colors of #7AAC76
Black with #7AAC76
Text Example
Text Example
White with #7AAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC76; }
p { color: rgb(122,172,118); }
H1.HeaderClassName
{
color: #7AAC76;
}
.AnyTagClassName
{
color: #7AAC76;
}
</style>
background-color css
<style>
a { background-color: #7AAC76; }
a { background-color: rgb(122,172,118); }
div.DivClassName
{
background-color: #7AAC76;
}
.BgClassName
{
background-color: #7AAC76;
}
</style>
border-color css
<style>
span { border-color: #7AAC76; }
span { border-color: rgb(122,172,118); }
td.TdClassName
{
border-color: #7AAC76;
}
.TagClassName
{
border-color: #7AAC76;
}
</style>