Shades of Amulet #79A273
Tints of Amulet #79A273
RGB
CMYK
RGB Variations
Color information
#79A273 (or 0x79A273) is known color: Amulet. HEX triplet: 79, A2 and 73. RGB value is (121,162,115). Sum of RGB (Red+Green+Blue) = 121+162+115=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #79A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A273 is #865D8C. Grayscale: #909090. Windows color (decimal): -8805773 or 7578233. OLE color: 7578233.
HSL color Cylindrical-coordinate representation of color #79A273: hue angle of 112.34º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79A273 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 115 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.36 |
| HSL | 112.34º | 0.2% | 0.54% | - |
| HSV(B) | 112.34º | 0.29% | 0.64% | - |
| XYZ | 23.9 | 31.14 | 20.97 | - |
| YUV | 144.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 115 | 0.25 | 0 | 0.29 | 0.36 | 112.34 | 0.2 | 0.54 |
| Hex | 79 | A2 | 73 | 19 | 0 | 1D | 24 | 70 | 14 | 36 |
| Octal | 171 | 242 | 163 | 31 | 0 | 35 | 44 | 160 | 24 | 66 |
| Binary | 1111001 | 10100010 | 1110011 | 11001 | 0 | 11101 | 100100 | 1110000 | 10100 | 110110 |
Color Harmonies of #79A273
Complementary color
Monochromatic Colors of #79A273
Black with #79A273
Text Example
Text Example
White with #79A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A273; }
p { color: rgb(121,162,115); }
H1.HeaderClassName
{
color: #79A273;
}
.AnyTagClassName
{
color: #79A273;
}
</style>
background-color css
<style>
a { background-color: #79A273; }
a { background-color: rgb(121,162,115); }
div.DivClassName
{
background-color: #79A273;
}
.BgClassName
{
background-color: #79A273;
}
</style>
border-color css
<style>
span { border-color: #79A273; }
span { border-color: rgb(121,162,115); }
td.TdClassName
{
border-color: #79A273;
}
.TagClassName
{
border-color: #79A273;
}
</style>