Shades of Amulet #79B770
Tints of Amulet #79B770
RGB
CMYK
RGB Variations
Color information
#79B770 (or 0x79B770) is known color: Amulet. HEX triplet: 79, B7 and 70. RGB value is (121,183,112). Sum of RGB (Red+Green+Blue) = 121+183+112=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #79B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79B770 is #86488F. Grayscale: #9C9C9C. Windows color (decimal): -8800400 or 7387001. OLE color: 7387001.
HSL color Cylindrical-coordinate representation of color #79B770: hue angle of 112.39º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79B770 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 183 | 112 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.28 |
| HSL | 112.39º | 0.33% | 0.58% | - |
| HSV(B) | 112.39º | 0.39% | 0.72% | - |
| XYZ | 27.74 | 39.1 | 21.41 | - |
| YUV | 156.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 183 | 112 | 0.34 | 0 | 0.39 | 0.28 | 112.39 | 0.33 | 0.58 |
| Hex | 79 | B7 | 70 | 22 | 0 | 27 | 1C | 70 | 21 | 3A |
| Octal | 171 | 267 | 160 | 42 | 0 | 47 | 34 | 160 | 41 | 72 |
| Binary | 1111001 | 10110111 | 1110000 | 100010 | 0 | 100111 | 11100 | 1110000 | 100001 | 111010 |
Color Harmonies of #79B770
Complementary color
Monochromatic Colors of #79B770
Black with #79B770
Text Example
Text Example
White with #79B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B770; }
p { color: rgb(121,183,112); }
H1.HeaderClassName
{
color: #79B770;
}
.AnyTagClassName
{
color: #79B770;
}
</style>
background-color css
<style>
a { background-color: #79B770; }
a { background-color: rgb(121,183,112); }
div.DivClassName
{
background-color: #79B770;
}
.BgClassName
{
background-color: #79B770;
}
</style>
border-color css
<style>
span { border-color: #79B770; }
span { border-color: rgb(121,183,112); }
td.TdClassName
{
border-color: #79B770;
}
.TagClassName
{
border-color: #79B770;
}
</style>