Shades of Amulet #7EAA6A
Tints of Amulet #7EAA6A
RGB
CMYK
RGB Variations
Color information
#7EAA6A (or 0x7EAA6A) is known color: Amulet. HEX triplet: 7E, AA and 6A. RGB value is (126,170,106). Sum of RGB (Red+Green+Blue) = 126+170+106=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6A is #815595. Grayscale: #959595. Windows color (decimal): -8476054 or 6990462. OLE color: 6990462.
HSL color Cylindrical-coordinate representation of color #7EAA6A: hue angle of 101.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EAA6A is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 106 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.33 |
| HSL | 101.25º | 0.27% | 0.54% | - |
| HSV(B) | 101.25º | 0.38% | 0.67% | - |
| XYZ | 25.58 | 34.23 | 18.89 | - |
| YUV | 149.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 106 | 0.26 | 0 | 0.38 | 0.33 | 101.25 | 0.27 | 0.54 |
| Hex | 7E | AA | 6A | 1A | 0 | 26 | 21 | 65 | 1B | 36 |
| Octal | 176 | 252 | 152 | 32 | 0 | 46 | 41 | 145 | 33 | 66 |
| Binary | 1111110 | 10101010 | 1101010 | 11010 | 0 | 100110 | 100001 | 1100101 | 11011 | 110110 |
Color Harmonies of #7EAA6A
Complementary color
Monochromatic Colors of #7EAA6A
Black with #7EAA6A
Text Example
Text Example
White with #7EAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA6A; }
p { color: rgb(126,170,106); }
H1.HeaderClassName
{
color: #7EAA6A;
}
.AnyTagClassName
{
color: #7EAA6A;
}
</style>
background-color css
<style>
a { background-color: #7EAA6A; }
a { background-color: rgb(126,170,106); }
div.DivClassName
{
background-color: #7EAA6A;
}
.BgClassName
{
background-color: #7EAA6A;
}
</style>
border-color css
<style>
span { border-color: #7EAA6A; }
span { border-color: rgb(126,170,106); }
td.TdClassName
{
border-color: #7EAA6A;
}
.TagClassName
{
border-color: #7EAA6A;
}
</style>