Shades of Amulet #79B16A
Tints of Amulet #79B16A
RGB
CMYK
RGB Variations
Color information
#79B16A (or 0x79B16A) is known color: Amulet. HEX triplet: 79, B1 and 6A. RGB value is (121,177,106). Sum of RGB (Red+Green+Blue) = 121+177+106=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #79B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79B16A is #864E95. Grayscale: #989898. Windows color (decimal): -8801942 or 6992249. OLE color: 6992249.
HSL color Cylindrical-coordinate representation of color #79B16A: hue angle of 107.32º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79B16A is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 177 | 106 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.31 |
| HSL | 107.32º | 0.31% | 0.55% | - |
| HSV(B) | 107.32º | 0.4% | 0.69% | - |
| XYZ | 26.21 | 36.55 | 19.31 | - |
| YUV | 152.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 177 | 106 | 0.32 | 0 | 0.40 | 0.31 | 107.32 | 0.31 | 0.55 |
| Hex | 79 | B1 | 6A | 20 | 0 | 28 | 1F | 6B | 1F | 37 |
| Octal | 171 | 261 | 152 | 40 | 0 | 50 | 37 | 153 | 37 | 67 |
| Binary | 1111001 | 10110001 | 1101010 | 100000 | 0 | 101000 | 11111 | 1101011 | 11111 | 110111 |
Color Harmonies of #79B16A
Complementary color
Monochromatic Colors of #79B16A
Black with #79B16A
Text Example
Text Example
White with #79B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B16A; }
p { color: rgb(121,177,106); }
H1.HeaderClassName
{
color: #79B16A;
}
.AnyTagClassName
{
color: #79B16A;
}
</style>
background-color css
<style>
a { background-color: #79B16A; }
a { background-color: rgb(121,177,106); }
div.DivClassName
{
background-color: #79B16A;
}
.BgClassName
{
background-color: #79B16A;
}
</style>
border-color css
<style>
span { border-color: #79B16A; }
span { border-color: rgb(121,177,106); }
td.TdClassName
{
border-color: #79B16A;
}
.TagClassName
{
border-color: #79B16A;
}
</style>