Shades of Amulet #7AAF77
Tints of Amulet #7AAF77
RGB
CMYK
RGB Variations
Color information
#7AAF77 (or 0x7AAF77) is known color: Amulet. HEX triplet: 7A, AF and 77. RGB value is (122,175,119). Sum of RGB (Red+Green+Blue) = 122+175+119=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF77 is #855088. Grayscale: #989898. Windows color (decimal): -8736905 or 7843706. OLE color: 7843706.
HSL color Cylindrical-coordinate representation of color #7AAF77: hue angle of 116.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AAF77 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 119 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.31 |
| HSL | 116.79º | 0.26% | 0.58% | - |
| HSV(B) | 116.79º | 0.32% | 0.69% | - |
| XYZ | 26.69 | 36.13 | 23.02 | - |
| YUV | 152.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 119 | 0.30 | 0 | 0.32 | 0.31 | 116.79 | 0.26 | 0.58 |
| Hex | 7A | AF | 77 | 1E | 0 | 20 | 1F | 75 | 1A | 3A |
| Octal | 172 | 257 | 167 | 36 | 0 | 40 | 37 | 165 | 32 | 72 |
| Binary | 1111010 | 10101111 | 1110111 | 11110 | 0 | 100000 | 11111 | 1110101 | 11010 | 111010 |
Color Harmonies of #7AAF77
Complementary color
Monochromatic Colors of #7AAF77
Black with #7AAF77
Text Example
Text Example
White with #7AAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF77; }
p { color: rgb(122,175,119); }
H1.HeaderClassName
{
color: #7AAF77;
}
.AnyTagClassName
{
color: #7AAF77;
}
</style>
background-color css
<style>
a { background-color: #7AAF77; }
a { background-color: rgb(122,175,119); }
div.DivClassName
{
background-color: #7AAF77;
}
.BgClassName
{
background-color: #7AAF77;
}
</style>
border-color css
<style>
span { border-color: #7AAF77; }
span { border-color: rgb(122,175,119); }
td.TdClassName
{
border-color: #7AAF77;
}
.TagClassName
{
border-color: #7AAF77;
}
</style>