Shades of Amulet #79A771
Tints of Amulet #79A771
RGB
CMYK
RGB Variations
Color information
#79A771 (or 0x79A771) is known color: Amulet. HEX triplet: 79, A7 and 71. RGB value is (121,167,113). Sum of RGB (Red+Green+Blue) = 121+167+113=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #79A771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A771 is #86588E. Grayscale: #939393. Windows color (decimal): -8804495 or 7448441. OLE color: 7448441.
HSL color Cylindrical-coordinate representation of color #79A771: hue angle of 111.11º 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 #79A771 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 167 | 113 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.35 |
| HSL | 111.11º | 0.23% | 0.55% | - |
| HSV(B) | 111.11º | 0.32% | 0.65% | - |
| XYZ | 24.68 | 32.89 | 20.67 | - |
| YUV | 147.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 167 | 113 | 0.28 | 0 | 0.32 | 0.35 | 111.11 | 0.23 | 0.55 |
| Hex | 79 | A7 | 71 | 1C | 0 | 20 | 23 | 6F | 17 | 37 |
| Octal | 171 | 247 | 161 | 34 | 0 | 40 | 43 | 157 | 27 | 67 |
| Binary | 1111001 | 10100111 | 1110001 | 11100 | 0 | 100000 | 100011 | 1101111 | 10111 | 110111 |
Color Harmonies of #79A771
Complementary color
Monochromatic Colors of #79A771
Black with #79A771
Text Example
Text Example
White with #79A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A771; }
p { color: rgb(121,167,113); }
H1.HeaderClassName
{
color: #79A771;
}
.AnyTagClassName
{
color: #79A771;
}
</style>
background-color css
<style>
a { background-color: #79A771; }
a { background-color: rgb(121,167,113); }
div.DivClassName
{
background-color: #79A771;
}
.BgClassName
{
background-color: #79A771;
}
</style>
border-color css
<style>
span { border-color: #79A771; }
span { border-color: rgb(121,167,113); }
td.TdClassName
{
border-color: #79A771;
}
.TagClassName
{
border-color: #79A771;
}
</style>