Shades of Amulet #7AB570
Tints of Amulet #7AB570
RGB
CMYK
RGB Variations
Color information
#7AB570 (or 0x7AB570) is known color: Amulet. HEX triplet: 7A, B5 and 70. RGB value is (122,181,112). Sum of RGB (Red+Green+Blue) = 122+181+112=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB570 is #854A8F. Grayscale: #9B9B9B. Windows color (decimal): -8735376 or 7386490. OLE color: 7386490.
HSL color Cylindrical-coordinate representation of color #7AB570: hue angle of 111.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AB570 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 112 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.29 |
| HSL | 111.3º | 0.32% | 0.57% | - |
| HSV(B) | 111.3º | 0.38% | 0.71% | - |
| XYZ | 27.47 | 38.36 | 21.28 | - |
| YUV | 155.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 112 | 0.33 | 0 | 0.38 | 0.29 | 111.3 | 0.32 | 0.57 |
| Hex | 7A | B5 | 70 | 21 | 0 | 26 | 1D | 6F | 20 | 39 |
| Octal | 172 | 265 | 160 | 41 | 0 | 46 | 35 | 157 | 40 | 71 |
| Binary | 1111010 | 10110101 | 1110000 | 100001 | 0 | 100110 | 11101 | 1101111 | 100000 | 111001 |
Color Harmonies of #7AB570
Complementary color
Monochromatic Colors of #7AB570
Black with #7AB570
Text Example
Text Example
White with #7AB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB570; }
p { color: rgb(122,181,112); }
H1.HeaderClassName
{
color: #7AB570;
}
.AnyTagClassName
{
color: #7AB570;
}
</style>
background-color css
<style>
a { background-color: #7AB570; }
a { background-color: rgb(122,181,112); }
div.DivClassName
{
background-color: #7AB570;
}
.BgClassName
{
background-color: #7AB570;
}
</style>
border-color css
<style>
span { border-color: #7AB570; }
span { border-color: rgb(122,181,112); }
td.TdClassName
{
border-color: #7AB570;
}
.TagClassName
{
border-color: #7AB570;
}
</style>