Shades of Amulet #79AD73
Tints of Amulet #79AD73
RGB
CMYK
RGB Variations
Color information
#79AD73 (or 0x79AD73) is known color: Amulet. HEX triplet: 79, AD and 73. RGB value is (121,173,115). Sum of RGB (Red+Green+Blue) = 121+173+115=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #79AD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AD73 is #86528C. Grayscale: #979797. Windows color (decimal): -8802957 or 7581049. OLE color: 7581049.
HSL color Cylindrical-coordinate representation of color #79AD73: hue angle of 113.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79AD73 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 173 | 115 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.32 |
| HSL | 113.79º | 0.26% | 0.56% | - |
| HSV(B) | 113.79º | 0.34% | 0.68% | - |
| XYZ | 25.92 | 35.19 | 21.65 | - |
| YUV | 150.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 115 | 0.30 | 0 | 0.34 | 0.32 | 113.79 | 0.26 | 0.56 |
| Hex | 79 | AD | 73 | 1E | 0 | 22 | 20 | 72 | 1A | 38 |
| Octal | 171 | 255 | 163 | 36 | 0 | 42 | 40 | 162 | 32 | 70 |
| Binary | 1111001 | 10101101 | 1110011 | 11110 | 0 | 100010 | 100000 | 1110010 | 11010 | 111000 |
Color Harmonies of #79AD73
Complementary color
Monochromatic Colors of #79AD73
Black with #79AD73
Text Example
Text Example
White with #79AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AD73; }
p { color: rgb(121,173,115); }
H1.HeaderClassName
{
color: #79AD73;
}
.AnyTagClassName
{
color: #79AD73;
}
</style>
background-color css
<style>
a { background-color: #79AD73; }
a { background-color: rgb(121,173,115); }
div.DivClassName
{
background-color: #79AD73;
}
.BgClassName
{
background-color: #79AD73;
}
</style>
border-color css
<style>
span { border-color: #79AD73; }
span { border-color: rgb(121,173,115); }
td.TdClassName
{
border-color: #79AD73;
}
.TagClassName
{
border-color: #79AD73;
}
</style>