Shades of Amulet #79AC6E
Tints of Amulet #79AC6E
RGB
CMYK
RGB Variations
Color information
#79AC6E (or 0x79AC6E) is known color: Amulet. HEX triplet: 79, AC and 6E. RGB value is (121,172,110). Sum of RGB (Red+Green+Blue) = 121+172+110=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AC6E is #865391. Grayscale: #959595. Windows color (decimal): -8803218 or 7253113. OLE color: 7253113.
HSL color Cylindrical-coordinate representation of color #79AC6E: hue angle of 109.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79AC6E is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 172 | 110 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.33 |
| HSL | 109.35º | 0.27% | 0.55% | - |
| HSV(B) | 109.35º | 0.36% | 0.67% | - |
| XYZ | 25.45 | 34.7 | 20.11 | - |
| YUV | 149.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 172 | 110 | 0.30 | 0 | 0.36 | 0.33 | 109.35 | 0.27 | 0.55 |
| Hex | 79 | AC | 6E | 1E | 0 | 24 | 21 | 6D | 1B | 37 |
| Octal | 171 | 254 | 156 | 36 | 0 | 44 | 41 | 155 | 33 | 67 |
| Binary | 1111001 | 10101100 | 1101110 | 11110 | 0 | 100100 | 100001 | 1101101 | 11011 | 110111 |
Color Harmonies of #79AC6E
Complementary color
Monochromatic Colors of #79AC6E
Black with #79AC6E
Text Example
Text Example
White with #79AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AC6E; }
p { color: rgb(121,172,110); }
H1.HeaderClassName
{
color: #79AC6E;
}
.AnyTagClassName
{
color: #79AC6E;
}
</style>
background-color css
<style>
a { background-color: #79AC6E; }
a { background-color: rgb(121,172,110); }
div.DivClassName
{
background-color: #79AC6E;
}
.BgClassName
{
background-color: #79AC6E;
}
</style>
border-color css
<style>
span { border-color: #79AC6E; }
span { border-color: rgb(121,172,110); }
td.TdClassName
{
border-color: #79AC6E;
}
.TagClassName
{
border-color: #79AC6E;
}
</style>