Shades of Amulet #79A56F
Tints of Amulet #79A56F
RGB
CMYK
RGB Variations
Color information
#79A56F (or 0x79A56F) is known color: Amulet. HEX triplet: 79, A5 and 6F. RGB value is (121,165,111). Sum of RGB (Red+Green+Blue) = 121+165+111=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #79A56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A56F is #865A90. Grayscale: #919191. Windows color (decimal): -8805009 or 7316857. OLE color: 7316857.
HSL color Cylindrical-coordinate representation of color #79A56F: hue angle of 108.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79A56F is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 165 | 111 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.35 |
| HSL | 108.89º | 0.23% | 0.54% | - |
| HSV(B) | 108.89º | 0.33% | 0.65% | - |
| XYZ | 24.21 | 32.12 | 19.96 | - |
| YUV | 145.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 165 | 111 | 0.27 | 0 | 0.33 | 0.35 | 108.89 | 0.23 | 0.54 |
| Hex | 79 | A5 | 6F | 1B | 0 | 21 | 23 | 6D | 17 | 36 |
| Octal | 171 | 245 | 157 | 33 | 0 | 41 | 43 | 155 | 27 | 66 |
| Binary | 1111001 | 10100101 | 1101111 | 11011 | 0 | 100001 | 100011 | 1101101 | 10111 | 110110 |
Color Harmonies of #79A56F
Complementary color
Monochromatic Colors of #79A56F
Black with #79A56F
Text Example
Text Example
White with #79A56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A56F; }
p { color: rgb(121,165,111); }
H1.HeaderClassName
{
color: #79A56F;
}
.AnyTagClassName
{
color: #79A56F;
}
</style>
background-color css
<style>
a { background-color: #79A56F; }
a { background-color: rgb(121,165,111); }
div.DivClassName
{
background-color: #79A56F;
}
.BgClassName
{
background-color: #79A56F;
}
</style>
border-color css
<style>
span { border-color: #79A56F; }
span { border-color: rgb(121,165,111); }
td.TdClassName
{
border-color: #79A56F;
}
.TagClassName
{
border-color: #79A56F;
}
</style>