Shades of Amulet #7AAD78
Tints of Amulet #7AAD78
RGB
CMYK
RGB Variations
Color information
#7AAD78 (or 0x7AAD78) is known color: Amulet. HEX triplet: 7A, AD and 78. RGB value is (122,173,120). Sum of RGB (Red+Green+Blue) = 122+173+120=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD78 is #855287. Grayscale: #979797. Windows color (decimal): -8737416 or 7908730. OLE color: 7908730.
HSL color Cylindrical-coordinate representation of color #7AAD78: hue angle of 117.74º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AAD78 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 120 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.32 |
| HSL | 117.74º | 0.24% | 0.57% | - |
| HSV(B) | 117.74º | 0.31% | 0.68% | - |
| XYZ | 26.36 | 35.38 | 23.21 | - |
| YUV | 151.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 120 | 0.29 | 0 | 0.31 | 0.32 | 117.74 | 0.24 | 0.57 |
| Hex | 7A | AD | 78 | 1D | 0 | 1F | 20 | 76 | 18 | 39 |
| Octal | 172 | 255 | 170 | 35 | 0 | 37 | 40 | 166 | 30 | 71 |
| Binary | 1111010 | 10101101 | 1111000 | 11101 | 0 | 11111 | 100000 | 1110110 | 11000 | 111001 |
Color Harmonies of #7AAD78
Complementary color
Monochromatic Colors of #7AAD78
Black with #7AAD78
Text Example
Text Example
White with #7AAD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD78; }
p { color: rgb(122,173,120); }
H1.HeaderClassName
{
color: #7AAD78;
}
.AnyTagClassName
{
color: #7AAD78;
}
</style>
background-color css
<style>
a { background-color: #7AAD78; }
a { background-color: rgb(122,173,120); }
div.DivClassName
{
background-color: #7AAD78;
}
.BgClassName
{
background-color: #7AAD78;
}
</style>
border-color css
<style>
span { border-color: #7AAD78; }
span { border-color: rgb(122,173,120); }
td.TdClassName
{
border-color: #7AAD78;
}
.TagClassName
{
border-color: #7AAD78;
}
</style>