Shades of Amulet #7A9E70
Tints of Amulet #7A9E70
RGB
CMYK
RGB Variations
Color information
#7A9E70 (or 0x7A9E70) is known color: Amulet. HEX triplet: 7A, 9E and 70. RGB value is (122,158,112). Sum of RGB (Red+Green+Blue) = 122+158+112=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9E70 is #85618F. Grayscale: #8E8E8E. Windows color (decimal): -8741264 or 7380602. OLE color: 7380602.
HSL color Cylindrical-coordinate representation of color #7A9E70: hue angle of 106.96º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A9E70 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 112 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.38 |
| HSL | 106.96º | 0.19% | 0.53% | - |
| HSV(B) | 106.96º | 0.29% | 0.62% | - |
| XYZ | 23.18 | 29.76 | 19.85 | - |
| YUV | 141.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 112 | 0.23 | 0 | 0.29 | 0.38 | 106.96 | 0.19 | 0.53 |
| Hex | 7A | 9E | 70 | 17 | 0 | 1D | 26 | 6B | 13 | 35 |
| Octal | 172 | 236 | 160 | 27 | 0 | 35 | 46 | 153 | 23 | 65 |
| Binary | 1111010 | 10011110 | 1110000 | 10111 | 0 | 11101 | 100110 | 1101011 | 10011 | 110101 |
Color Harmonies of #7A9E70
Complementary color
Monochromatic Colors of #7A9E70
Black with #7A9E70
Text Example
Text Example
White with #7A9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E70; }
p { color: rgb(122,158,112); }
H1.HeaderClassName
{
color: #7A9E70;
}
.AnyTagClassName
{
color: #7A9E70;
}
</style>
background-color css
<style>
a { background-color: #7A9E70; }
a { background-color: rgb(122,158,112); }
div.DivClassName
{
background-color: #7A9E70;
}
.BgClassName
{
background-color: #7A9E70;
}
</style>
border-color css
<style>
span { border-color: #7A9E70; }
span { border-color: rgb(122,158,112); }
td.TdClassName
{
border-color: #7A9E70;
}
.TagClassName
{
border-color: #7A9E70;
}
</style>