Shades of Amulet #7AB471
Tints of Amulet #7AB471
RGB
CMYK
RGB Variations
Color information
#7AB471 (or 0x7AB471) is known color: Amulet. HEX triplet: 7A, B4 and 71. RGB value is (122,180,113). Sum of RGB (Red+Green+Blue) = 122+180+113=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB471 is #854B8E. Grayscale: #9B9B9B. Windows color (decimal): -8735631 or 7451770. OLE color: 7451770.
HSL color Cylindrical-coordinate representation of color #7AB471: hue angle of 111.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AB471 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 113 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.29 |
| HSL | 111.94º | 0.31% | 0.57% | - |
| HSV(B) | 111.94º | 0.37% | 0.71% | - |
| XYZ | 27.33 | 37.97 | 21.51 | - |
| YUV | 155.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 113 | 0.32 | 0 | 0.37 | 0.29 | 111.94 | 0.31 | 0.57 |
| Hex | 7A | B4 | 71 | 20 | 0 | 25 | 1D | 70 | 1F | 39 |
| Octal | 172 | 264 | 161 | 40 | 0 | 45 | 35 | 160 | 37 | 71 |
| Binary | 1111010 | 10110100 | 1110001 | 100000 | 0 | 100101 | 11101 | 1110000 | 11111 | 111001 |
Color Harmonies of #7AB471
Complementary color
Monochromatic Colors of #7AB471
Black with #7AB471
Text Example
Text Example
White with #7AB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB471; }
p { color: rgb(122,180,113); }
H1.HeaderClassName
{
color: #7AB471;
}
.AnyTagClassName
{
color: #7AB471;
}
</style>
background-color css
<style>
a { background-color: #7AB471; }
a { background-color: rgb(122,180,113); }
div.DivClassName
{
background-color: #7AB471;
}
.BgClassName
{
background-color: #7AB471;
}
</style>
border-color css
<style>
span { border-color: #7AB471; }
span { border-color: rgb(122,180,113); }
td.TdClassName
{
border-color: #7AB471;
}
.TagClassName
{
border-color: #7AB471;
}
</style>