Shades of Amulet #7AB371
Tints of Amulet #7AB371
RGB
CMYK
RGB Variations
Color information
#7AB371 (or 0x7AB371) is known color: Amulet. HEX triplet: 7A, B3 and 71. RGB value is (122,179,113). Sum of RGB (Red+Green+Blue) = 122+179+113=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB371 is #854C8E. Grayscale: #9A9A9A. Windows color (decimal): -8735887 or 7451514. OLE color: 7451514.
HSL color Cylindrical-coordinate representation of color #7AB371: hue angle of 111.82º degrees, saturation: 0.3, 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 #7AB371 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 113 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.30 |
| HSL | 111.82º | 0.3% | 0.57% | - |
| HSV(B) | 111.82º | 0.37% | 0.7% | - |
| XYZ | 27.13 | 37.57 | 21.44 | - |
| YUV | 154.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 113 | 0.32 | 0 | 0.37 | 0.30 | 111.82 | 0.3 | 0.57 |
| Hex | 7A | B3 | 71 | 20 | 0 | 25 | 1E | 70 | 1E | 39 |
| Octal | 172 | 263 | 161 | 40 | 0 | 45 | 36 | 160 | 36 | 71 |
| Binary | 1111010 | 10110011 | 1110001 | 100000 | 0 | 100101 | 11110 | 1110000 | 11110 | 111001 |
Color Harmonies of #7AB371
Complementary color
Monochromatic Colors of #7AB371
Black with #7AB371
Text Example
Text Example
White with #7AB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB371; }
p { color: rgb(122,179,113); }
H1.HeaderClassName
{
color: #7AB371;
}
.AnyTagClassName
{
color: #7AB371;
}
</style>
background-color css
<style>
a { background-color: #7AB371; }
a { background-color: rgb(122,179,113); }
div.DivClassName
{
background-color: #7AB371;
}
.BgClassName
{
background-color: #7AB371;
}
</style>
border-color css
<style>
span { border-color: #7AB371; }
span { border-color: rgb(122,179,113); }
td.TdClassName
{
border-color: #7AB371;
}
.TagClassName
{
border-color: #7AB371;
}
</style>