Shades of Amulet #7AB771
Tints of Amulet #7AB771
RGB
CMYK
RGB Variations
Color information
#7AB771 (or 0x7AB771) is known color: Amulet. HEX triplet: 7A, B7 and 71. RGB value is (122,183,113). Sum of RGB (Red+Green+Blue) = 122+183+113=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB771 is #85488E. Grayscale: #9D9D9D. Windows color (decimal): -8734863 or 7452538. OLE color: 7452538.
HSL color Cylindrical-coordinate representation of color #7AB771: hue angle of 112.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AB771 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 113 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.28 |
| HSL | 112.29º | 0.33% | 0.58% | - |
| HSV(B) | 112.29º | 0.38% | 0.72% | - |
| XYZ | 27.94 | 39.2 | 21.72 | - |
| YUV | 156.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 113 | 0.33 | 0 | 0.38 | 0.28 | 112.29 | 0.33 | 0.58 |
| Hex | 7A | B7 | 71 | 21 | 0 | 26 | 1C | 70 | 21 | 3A |
| Octal | 172 | 267 | 161 | 41 | 0 | 46 | 34 | 160 | 41 | 72 |
| Binary | 1111010 | 10110111 | 1110001 | 100001 | 0 | 100110 | 11100 | 1110000 | 100001 | 111010 |
Color Harmonies of #7AB771
Complementary color
Monochromatic Colors of #7AB771
Black with #7AB771
Text Example
Text Example
White with #7AB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB771; }
p { color: rgb(122,183,113); }
H1.HeaderClassName
{
color: #7AB771;
}
.AnyTagClassName
{
color: #7AB771;
}
</style>
background-color css
<style>
a { background-color: #7AB771; }
a { background-color: rgb(122,183,113); }
div.DivClassName
{
background-color: #7AB771;
}
.BgClassName
{
background-color: #7AB771;
}
</style>
border-color css
<style>
span { border-color: #7AB771; }
span { border-color: rgb(122,183,113); }
td.TdClassName
{
border-color: #7AB771;
}
.TagClassName
{
border-color: #7AB771;
}
</style>