Shades of Amulet #7AA26E
Tints of Amulet #7AA26E
RGB
CMYK
RGB Variations
Color information
#7AA26E (or 0x7AA26E) is known color: Amulet. HEX triplet: 7A, A2 and 6E. RGB value is (122,162,110). Sum of RGB (Red+Green+Blue) = 122+162+110=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA26E is #855D91. Grayscale: #909090. Windows color (decimal): -8740242 or 7250554. OLE color: 7250554.
HSL color Cylindrical-coordinate representation of color #7AA26E: hue angle of 106.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AA26E is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 110 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.36 |
| HSL | 106.15º | 0.22% | 0.53% | - |
| HSV(B) | 106.15º | 0.32% | 0.64% | - |
| XYZ | 23.76 | 31.1 | 19.5 | - |
| YUV | 144.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 110 | 0.25 | 0 | 0.32 | 0.36 | 106.15 | 0.22 | 0.53 |
| Hex | 7A | A2 | 6E | 19 | 0 | 20 | 24 | 6A | 16 | 35 |
| Octal | 172 | 242 | 156 | 31 | 0 | 40 | 44 | 152 | 26 | 65 |
| Binary | 1111010 | 10100010 | 1101110 | 11001 | 0 | 100000 | 100100 | 1101010 | 10110 | 110101 |
Color Harmonies of #7AA26E
Complementary color
Monochromatic Colors of #7AA26E
Black with #7AA26E
Text Example
Text Example
White with #7AA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA26E; }
p { color: rgb(122,162,110); }
H1.HeaderClassName
{
color: #7AA26E;
}
.AnyTagClassName
{
color: #7AA26E;
}
</style>
background-color css
<style>
a { background-color: #7AA26E; }
a { background-color: rgb(122,162,110); }
div.DivClassName
{
background-color: #7AA26E;
}
.BgClassName
{
background-color: #7AA26E;
}
</style>
border-color css
<style>
span { border-color: #7AA26E; }
span { border-color: rgb(122,162,110); }
td.TdClassName
{
border-color: #7AA26E;
}
.TagClassName
{
border-color: #7AA26E;
}
</style>