Shades of Amulet #7AAF76
Tints of Amulet #7AAF76
RGB
CMYK
RGB Variations
Color information
#7AAF76 (or 0x7AAF76) is known color: Amulet. HEX triplet: 7A, AF and 76. RGB value is (122,175,118). Sum of RGB (Red+Green+Blue) = 122+175+118=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF76 is #855089. Grayscale: #989898. Windows color (decimal): -8736906 or 7778170. OLE color: 7778170.
HSL color Cylindrical-coordinate representation of color #7AAF76: hue angle of 115.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AAF76 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 118 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.31 |
| HSL | 115.79º | 0.26% | 0.57% | - |
| HSV(B) | 115.79º | 0.33% | 0.69% | - |
| XYZ | 26.63 | 36.11 | 22.71 | - |
| YUV | 152.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 118 | 0.30 | 0 | 0.33 | 0.31 | 115.79 | 0.26 | 0.57 |
| Hex | 7A | AF | 76 | 1E | 0 | 21 | 1F | 74 | 1A | 39 |
| Octal | 172 | 257 | 166 | 36 | 0 | 41 | 37 | 164 | 32 | 71 |
| Binary | 1111010 | 10101111 | 1110110 | 11110 | 0 | 100001 | 11111 | 1110100 | 11010 | 111001 |
Color Harmonies of #7AAF76
Complementary color
Monochromatic Colors of #7AAF76
Black with #7AAF76
Text Example
Text Example
White with #7AAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF76; }
p { color: rgb(122,175,118); }
H1.HeaderClassName
{
color: #7AAF76;
}
.AnyTagClassName
{
color: #7AAF76;
}
</style>
background-color css
<style>
a { background-color: #7AAF76; }
a { background-color: rgb(122,175,118); }
div.DivClassName
{
background-color: #7AAF76;
}
.BgClassName
{
background-color: #7AAF76;
}
</style>
border-color css
<style>
span { border-color: #7AAF76; }
span { border-color: rgb(122,175,118); }
td.TdClassName
{
border-color: #7AAF76;
}
.TagClassName
{
border-color: #7AAF76;
}
</style>