Shades of Amulet #79A067
Tints of Amulet #79A067
RGB
CMYK
RGB Variations
Color information
#79A067 (or 0x79A067) is known color: Amulet. HEX triplet: 79, A0 and 67. RGB value is (121,160,103). Sum of RGB (Red+Green+Blue) = 121+160+103=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #79A067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A067 is #865F98. Grayscale: #8E8E8E. Windows color (decimal): -8806297 or 6791289. OLE color: 6791289.
HSL color Cylindrical-coordinate representation of color #79A067: hue angle of 101.05º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79A067 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 160 | 103 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.37 |
| HSL | 101.05º | 0.23% | 0.52% | - |
| HSV(B) | 101.05º | 0.36% | 0.63% | - |
| XYZ | 22.9 | 30.19 | 17.45 | - |
| YUV | 141.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 160 | 103 | 0.24 | 0 | 0.36 | 0.37 | 101.05 | 0.23 | 0.52 |
| Hex | 79 | A0 | 67 | 18 | 0 | 24 | 25 | 65 | 17 | 34 |
| Octal | 171 | 240 | 147 | 30 | 0 | 44 | 45 | 145 | 27 | 64 |
| Binary | 1111001 | 10100000 | 1100111 | 11000 | 0 | 100100 | 100101 | 1100101 | 10111 | 110100 |
Color Harmonies of #79A067
Complementary color
Monochromatic Colors of #79A067
Black with #79A067
Text Example
Text Example
White with #79A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A067; }
p { color: rgb(121,160,103); }
H1.HeaderClassName
{
color: #79A067;
}
.AnyTagClassName
{
color: #79A067;
}
</style>
background-color css
<style>
a { background-color: #79A067; }
a { background-color: rgb(121,160,103); }
div.DivClassName
{
background-color: #79A067;
}
.BgClassName
{
background-color: #79A067;
}
</style>
border-color css
<style>
span { border-color: #79A067; }
span { border-color: rgb(121,160,103); }
td.TdClassName
{
border-color: #79A067;
}
.TagClassName
{
border-color: #79A067;
}
</style>