Shades of Amulet #79A471
Tints of Amulet #79A471
RGB
CMYK
RGB Variations
Color information
#79A471 (or 0x79A471) is known color: Amulet. HEX triplet: 79, A4 and 71. RGB value is (121,164,113). Sum of RGB (Red+Green+Blue) = 121+164+113=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #79A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A471 is #865B8E. Grayscale: #919191. Windows color (decimal): -8805263 or 7447673. OLE color: 7447673.
HSL color Cylindrical-coordinate representation of color #79A471: hue angle of 110.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79A471 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 164 | 113 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.36 |
| HSL | 110.59º | 0.22% | 0.54% | - |
| HSV(B) | 110.59º | 0.31% | 0.64% | - |
| XYZ | 24.14 | 31.81 | 20.49 | - |
| YUV | 145.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 113 | 0.26 | 0 | 0.31 | 0.36 | 110.59 | 0.22 | 0.54 |
| Hex | 79 | A4 | 71 | 1A | 0 | 1F | 24 | 6F | 16 | 36 |
| Octal | 171 | 244 | 161 | 32 | 0 | 37 | 44 | 157 | 26 | 66 |
| Binary | 1111001 | 10100100 | 1110001 | 11010 | 0 | 11111 | 100100 | 1101111 | 10110 | 110110 |
Color Harmonies of #79A471
Complementary color
Monochromatic Colors of #79A471
Black with #79A471
Text Example
Text Example
White with #79A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A471; }
p { color: rgb(121,164,113); }
H1.HeaderClassName
{
color: #79A471;
}
.AnyTagClassName
{
color: #79A471;
}
</style>
background-color css
<style>
a { background-color: #79A471; }
a { background-color: rgb(121,164,113); }
div.DivClassName
{
background-color: #79A471;
}
.BgClassName
{
background-color: #79A471;
}
</style>
border-color css
<style>
span { border-color: #79A471; }
span { border-color: rgb(121,164,113); }
td.TdClassName
{
border-color: #79A471;
}
.TagClassName
{
border-color: #79A471;
}
</style>