Shades of Amulet #7AA772
Tints of Amulet #7AA772
RGB
CMYK
RGB Variations
Color information
#7AA772 (or 0x7AA772) is known color: Amulet. HEX triplet: 7A, A7 and 72. RGB value is (122,167,114). Sum of RGB (Red+Green+Blue) = 122+167+114=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA772 is #85588D. Grayscale: #939393. Windows color (decimal): -8738958 or 7513978. OLE color: 7513978.
HSL color Cylindrical-coordinate representation of color #7AA772: hue angle of 110.94º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AA772 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 114 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.35 |
| HSL | 110.94º | 0.23% | 0.55% | - |
| HSV(B) | 110.94º | 0.32% | 0.65% | - |
| XYZ | 24.88 | 32.99 | 20.98 | - |
| YUV | 147.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 114 | 0.27 | 0 | 0.32 | 0.35 | 110.94 | 0.23 | 0.55 |
| Hex | 7A | A7 | 72 | 1B | 0 | 20 | 23 | 6F | 17 | 37 |
| Octal | 172 | 247 | 162 | 33 | 0 | 40 | 43 | 157 | 27 | 67 |
| Binary | 1111010 | 10100111 | 1110010 | 11011 | 0 | 100000 | 100011 | 1101111 | 10111 | 110111 |
Color Harmonies of #7AA772
Complementary color
Monochromatic Colors of #7AA772
Black with #7AA772
Text Example
Text Example
White with #7AA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA772; }
p { color: rgb(122,167,114); }
H1.HeaderClassName
{
color: #7AA772;
}
.AnyTagClassName
{
color: #7AA772;
}
</style>
background-color css
<style>
a { background-color: #7AA772; }
a { background-color: rgb(122,167,114); }
div.DivClassName
{
background-color: #7AA772;
}
.BgClassName
{
background-color: #7AA772;
}
</style>
border-color css
<style>
span { border-color: #7AA772; }
span { border-color: rgb(122,167,114); }
td.TdClassName
{
border-color: #7AA772;
}
.TagClassName
{
border-color: #7AA772;
}
</style>