Shades of Amulet #79A276
Tints of Amulet #79A276
RGB
CMYK
RGB Variations
Color information
#79A276 (or 0x79A276) is known color: Amulet. HEX triplet: 79, A2 and 76. RGB value is (121,162,118). Sum of RGB (Red+Green+Blue) = 121+162+118=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #79A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A276 is #865D89. Grayscale: #909090. Windows color (decimal): -8805770 or 7774841. OLE color: 7774841.
HSL color Cylindrical-coordinate representation of color #79A276: hue angle of 115.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79A276 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 118 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.36 |
| HSL | 115.91º | 0.19% | 0.55% | - |
| HSV(B) | 115.91º | 0.27% | 0.64% | - |
| XYZ | 24.08 | 31.21 | 21.9 | - |
| YUV | 144.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 118 | 0.25 | 0 | 0.27 | 0.36 | 115.91 | 0.19 | 0.55 |
| Hex | 79 | A2 | 76 | 19 | 0 | 1B | 24 | 74 | 13 | 37 |
| Octal | 171 | 242 | 166 | 31 | 0 | 33 | 44 | 164 | 23 | 67 |
| Binary | 1111001 | 10100010 | 1110110 | 11001 | 0 | 11011 | 100100 | 1110100 | 10011 | 110111 |
Color Harmonies of #79A276
Complementary color
Monochromatic Colors of #79A276
Black with #79A276
Text Example
Text Example
White with #79A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A276; }
p { color: rgb(121,162,118); }
H1.HeaderClassName
{
color: #79A276;
}
.AnyTagClassName
{
color: #79A276;
}
</style>
background-color css
<style>
a { background-color: #79A276; }
a { background-color: rgb(121,162,118); }
div.DivClassName
{
background-color: #79A276;
}
.BgClassName
{
background-color: #79A276;
}
</style>
border-color css
<style>
span { border-color: #79A276; }
span { border-color: rgb(121,162,118); }
td.TdClassName
{
border-color: #79A276;
}
.TagClassName
{
border-color: #79A276;
}
</style>