Shades of Amulet #7AAF78
Tints of Amulet #7AAF78
RGB
CMYK
RGB Variations
Color information
#7AAF78 (or 0x7AAF78) is known color: Amulet. HEX triplet: 7A, AF and 78. RGB value is (122,175,120). Sum of RGB (Red+Green+Blue) = 122+175+120=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF78 is #855087. Grayscale: #999999. Windows color (decimal): -8736904 or 7909242. OLE color: 7909242.
HSL color Cylindrical-coordinate representation of color #7AAF78: hue angle of 117.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AAF78 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 120 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.31 |
| HSL | 117.82º | 0.26% | 0.58% | - |
| HSV(B) | 117.82º | 0.31% | 0.69% | - |
| XYZ | 26.75 | 36.15 | 23.34 | - |
| YUV | 152.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 120 | 0.30 | 0 | 0.31 | 0.31 | 117.82 | 0.26 | 0.58 |
| Hex | 7A | AF | 78 | 1E | 0 | 1F | 1F | 76 | 1A | 3A |
| Octal | 172 | 257 | 170 | 36 | 0 | 37 | 37 | 166 | 32 | 72 |
| Binary | 1111010 | 10101111 | 1111000 | 11110 | 0 | 11111 | 11111 | 1110110 | 11010 | 111010 |
Color Harmonies of #7AAF78
Complementary color
Monochromatic Colors of #7AAF78
Black with #7AAF78
Text Example
Text Example
White with #7AAF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF78; }
p { color: rgb(122,175,120); }
H1.HeaderClassName
{
color: #7AAF78;
}
.AnyTagClassName
{
color: #7AAF78;
}
</style>
background-color css
<style>
a { background-color: #7AAF78; }
a { background-color: rgb(122,175,120); }
div.DivClassName
{
background-color: #7AAF78;
}
.BgClassName
{
background-color: #7AAF78;
}
</style>
border-color css
<style>
span { border-color: #7AAF78; }
span { border-color: rgb(122,175,120); }
td.TdClassName
{
border-color: #7AAF78;
}
.TagClassName
{
border-color: #7AAF78;
}
</style>