Shades of Amulet #79A36F
Tints of Amulet #79A36F
RGB
CMYK
RGB Variations
Color information
#79A36F (or 0x79A36F) is known color: Amulet. HEX triplet: 79, A3 and 6F. RGB value is (121,163,111). Sum of RGB (Red+Green+Blue) = 121+163+111=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #79A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A36F is #865C90. Grayscale: #909090. Windows color (decimal): -8805521 or 7316345. OLE color: 7316345.
HSL color Cylindrical-coordinate representation of color #79A36F: hue angle of 108.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A36F is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 163 | 111 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.36 |
| HSL | 108.46º | 0.22% | 0.54% | - |
| HSV(B) | 108.46º | 0.32% | 0.64% | - |
| XYZ | 23.85 | 31.41 | 19.84 | - |
| YUV | 144.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 111 | 0.26 | 0 | 0.32 | 0.36 | 108.46 | 0.22 | 0.54 |
| Hex | 79 | A3 | 6F | 1A | 0 | 20 | 24 | 6C | 16 | 36 |
| Octal | 171 | 243 | 157 | 32 | 0 | 40 | 44 | 154 | 26 | 66 |
| Binary | 1111001 | 10100011 | 1101111 | 11010 | 0 | 100000 | 100100 | 1101100 | 10110 | 110110 |
Color Harmonies of #79A36F
Complementary color
Monochromatic Colors of #79A36F
Black with #79A36F
Text Example
Text Example
White with #79A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A36F; }
p { color: rgb(121,163,111); }
H1.HeaderClassName
{
color: #79A36F;
}
.AnyTagClassName
{
color: #79A36F;
}
</style>
background-color css
<style>
a { background-color: #79A36F; }
a { background-color: rgb(121,163,111); }
div.DivClassName
{
background-color: #79A36F;
}
.BgClassName
{
background-color: #79A36F;
}
</style>
border-color css
<style>
span { border-color: #79A36F; }
span { border-color: rgb(121,163,111); }
td.TdClassName
{
border-color: #79A36F;
}
.TagClassName
{
border-color: #79A36F;
}
</style>