Shades of Amulet #79A378
Tints of Amulet #79A378
RGB
CMYK
RGB Variations
Color information
#79A378 (or 0x79A378) is known color: Amulet. HEX triplet: 79, A3 and 78. RGB value is (121,163,120). Sum of RGB (Red+Green+Blue) = 121+163+120=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #79A378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A378 is #865C87. Grayscale: #919191. Windows color (decimal): -8805512 or 7906169. OLE color: 7906169.
HSL color Cylindrical-coordinate representation of color #79A378: hue angle of 118.6º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79A378 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 163 | 120 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.36 |
| HSL | 118.6º | 0.19% | 0.55% | - |
| HSV(B) | 118.6º | 0.26% | 0.64% | - |
| XYZ | 24.37 | 31.62 | 22.59 | - |
| YUV | 145.54 | 113.59 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 120 | 0.26 | 0 | 0.26 | 0.36 | 118.6 | 0.19 | 0.55 |
| Hex | 79 | A3 | 78 | 1A | 0 | 1A | 24 | 77 | 13 | 37 |
| Octal | 171 | 243 | 170 | 32 | 0 | 32 | 44 | 167 | 23 | 67 |
| Binary | 1111001 | 10100011 | 1111000 | 11010 | 0 | 11010 | 100100 | 1110111 | 10011 | 110111 |
Color Harmonies of #79A378
Complementary color
Monochromatic Colors of #79A378
Black with #79A378
Text Example
Text Example
White with #79A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A378; }
p { color: rgb(121,163,120); }
H1.HeaderClassName
{
color: #79A378;
}
.AnyTagClassName
{
color: #79A378;
}
</style>
background-color css
<style>
a { background-color: #79A378; }
a { background-color: rgb(121,163,120); }
div.DivClassName
{
background-color: #79A378;
}
.BgClassName
{
background-color: #79A378;
}
</style>
border-color css
<style>
span { border-color: #79A378; }
span { border-color: rgb(121,163,120); }
td.TdClassName
{
border-color: #79A378;
}
.TagClassName
{
border-color: #79A378;
}
</style>