Shades of Amulet #7AB770
Tints of Amulet #7AB770
RGB
CMYK
RGB Variations
Color information
#7AB770 (or 0x7AB770) is known color: Amulet. HEX triplet: 7A, B7 and 70. RGB value is (122,183,112). Sum of RGB (Red+Green+Blue) = 122+183+112=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB770 is #85488F. Grayscale: #9C9C9C. Windows color (decimal): -8734864 or 7387002. OLE color: 7387002.
HSL color Cylindrical-coordinate representation of color #7AB770: hue angle of 111.55º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AB770 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 112 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.28 |
| HSL | 111.55º | 0.33% | 0.58% | - |
| HSV(B) | 111.55º | 0.39% | 0.72% | - |
| XYZ | 27.88 | 39.17 | 21.42 | - |
| YUV | 156.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 112 | 0.33 | 0 | 0.39 | 0.28 | 111.55 | 0.33 | 0.58 |
| Hex | 7A | B7 | 70 | 21 | 0 | 27 | 1C | 70 | 21 | 3A |
| Octal | 172 | 267 | 160 | 41 | 0 | 47 | 34 | 160 | 41 | 72 |
| Binary | 1111010 | 10110111 | 1110000 | 100001 | 0 | 100111 | 11100 | 1110000 | 100001 | 111010 |
Color Harmonies of #7AB770
Complementary color
Monochromatic Colors of #7AB770
Black with #7AB770
Text Example
Text Example
White with #7AB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB770; }
p { color: rgb(122,183,112); }
H1.HeaderClassName
{
color: #7AB770;
}
.AnyTagClassName
{
color: #7AB770;
}
</style>
background-color css
<style>
a { background-color: #7AB770; }
a { background-color: rgb(122,183,112); }
div.DivClassName
{
background-color: #7AB770;
}
.BgClassName
{
background-color: #7AB770;
}
</style>
border-color css
<style>
span { border-color: #7AB770; }
span { border-color: rgb(122,183,112); }
td.TdClassName
{
border-color: #7AB770;
}
.TagClassName
{
border-color: #7AB770;
}
</style>