Shades of Amulet #7AAA6E
Tints of Amulet #7AAA6E
RGB
CMYK
RGB Variations
Color information
#7AAA6E (or 0x7AAA6E) is known color: Amulet. HEX triplet: 7A, AA and 6E. RGB value is (122,170,110). Sum of RGB (Red+Green+Blue) = 122+170+110=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA6E is #855591. Grayscale: #959595. Windows color (decimal): -8738194 or 7252602. OLE color: 7252602.
HSL color Cylindrical-coordinate representation of color #7AAA6E: hue angle of 108º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AAA6E is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 110 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.33 |
| HSL | 108º | 0.26% | 0.55% | - |
| HSV(B) | 108º | 0.35% | 0.67% | - |
| XYZ | 25.22 | 34.01 | 19.99 | - |
| YUV | 148.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 110 | 0.28 | 0 | 0.35 | 0.33 | 108 | 0.26 | 0.55 |
| Hex | 7A | AA | 6E | 1C | 0 | 23 | 21 | 6C | 1A | 37 |
| Octal | 172 | 252 | 156 | 34 | 0 | 43 | 41 | 154 | 32 | 67 |
| Binary | 1111010 | 10101010 | 1101110 | 11100 | 0 | 100011 | 100001 | 1101100 | 11010 | 110111 |
Color Harmonies of #7AAA6E
Complementary color
Monochromatic Colors of #7AAA6E
Black with #7AAA6E
Text Example
Text Example
White with #7AAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA6E; }
p { color: rgb(122,170,110); }
H1.HeaderClassName
{
color: #7AAA6E;
}
.AnyTagClassName
{
color: #7AAA6E;
}
</style>
background-color css
<style>
a { background-color: #7AAA6E; }
a { background-color: rgb(122,170,110); }
div.DivClassName
{
background-color: #7AAA6E;
}
.BgClassName
{
background-color: #7AAA6E;
}
</style>
border-color css
<style>
span { border-color: #7AAA6E; }
span { border-color: rgb(122,170,110); }
td.TdClassName
{
border-color: #7AAA6E;
}
.TagClassName
{
border-color: #7AAA6E;
}
</style>