Shades of Amulet #79A873
Tints of Amulet #79A873
RGB
CMYK
RGB Variations
Color information
#79A873 (or 0x79A873) is known color: Amulet. HEX triplet: 79, A8 and 73. RGB value is (121,168,115). Sum of RGB (Red+Green+Blue) = 121+168+115=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #79A873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A873 is #86578C. Grayscale: #949494. Windows color (decimal): -8804237 or 7579769. OLE color: 7579769.
HSL color Cylindrical-coordinate representation of color #79A873: hue angle of 113.21º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A873 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 168 | 115 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.34 |
| HSL | 113.21º | 0.23% | 0.55% | - |
| HSV(B) | 113.21º | 0.32% | 0.66% | - |
| XYZ | 24.98 | 33.31 | 21.33 | - |
| YUV | 147.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 115 | 0.28 | 0 | 0.32 | 0.34 | 113.21 | 0.23 | 0.55 |
| Hex | 79 | A8 | 73 | 1C | 0 | 20 | 22 | 71 | 17 | 37 |
| Octal | 171 | 250 | 163 | 34 | 0 | 40 | 42 | 161 | 27 | 67 |
| Binary | 1111001 | 10101000 | 1110011 | 11100 | 0 | 100000 | 100010 | 1110001 | 10111 | 110111 |
Color Harmonies of #79A873
Complementary color
Monochromatic Colors of #79A873
Black with #79A873
Text Example
Text Example
White with #79A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A873; }
p { color: rgb(121,168,115); }
H1.HeaderClassName
{
color: #79A873;
}
.AnyTagClassName
{
color: #79A873;
}
</style>
background-color css
<style>
a { background-color: #79A873; }
a { background-color: rgb(121,168,115); }
div.DivClassName
{
background-color: #79A873;
}
.BgClassName
{
background-color: #79A873;
}
</style>
border-color css
<style>
span { border-color: #79A873; }
span { border-color: rgb(121,168,115); }
td.TdClassName
{
border-color: #79A873;
}
.TagClassName
{
border-color: #79A873;
}
</style>