Shades of Amulet #7AB370
Tints of Amulet #7AB370
RGB
CMYK
RGB Variations
Color information
#7AB370 (or 0x7AB370) is known color: Amulet. HEX triplet: 7A, B3 and 70. RGB value is (122,179,112). Sum of RGB (Red+Green+Blue) = 122+179+112=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB370 is #854C8F. Grayscale: #9A9A9A. Windows color (decimal): -8735888 or 7385978. OLE color: 7385978.
HSL color Cylindrical-coordinate representation of color #7AB370: hue angle of 111.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AB370 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 112 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.30 |
| HSL | 111.04º | 0.31% | 0.57% | - |
| HSV(B) | 111.04º | 0.37% | 0.7% | - |
| XYZ | 27.07 | 37.55 | 21.15 | - |
| YUV | 154.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 112 | 0.32 | 0 | 0.37 | 0.30 | 111.04 | 0.31 | 0.57 |
| Hex | 7A | B3 | 70 | 20 | 0 | 25 | 1E | 6F | 1F | 39 |
| Octal | 172 | 263 | 160 | 40 | 0 | 45 | 36 | 157 | 37 | 71 |
| Binary | 1111010 | 10110011 | 1110000 | 100000 | 0 | 100101 | 11110 | 1101111 | 11111 | 111001 |
Color Harmonies of #7AB370
Complementary color
Monochromatic Colors of #7AB370
Black with #7AB370
Text Example
Text Example
White with #7AB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB370; }
p { color: rgb(122,179,112); }
H1.HeaderClassName
{
color: #7AB370;
}
.AnyTagClassName
{
color: #7AB370;
}
</style>
background-color css
<style>
a { background-color: #7AB370; }
a { background-color: rgb(122,179,112); }
div.DivClassName
{
background-color: #7AB370;
}
.BgClassName
{
background-color: #7AB370;
}
</style>
border-color css
<style>
span { border-color: #7AB370; }
span { border-color: rgb(122,179,112); }
td.TdClassName
{
border-color: #7AB370;
}
.TagClassName
{
border-color: #7AB370;
}
</style>