Shades of Amulet #7EAA6B
Tints of Amulet #7EAA6B
RGB
CMYK
RGB Variations
Color information
#7EAA6B (or 0x7EAA6B) is known color: Amulet. HEX triplet: 7E, AA and 6B. RGB value is (126,170,107). Sum of RGB (Red+Green+Blue) = 126+170+107=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6B is #815594. Grayscale: #959595. Windows color (decimal): -8476053 or 7055998. OLE color: 7055998.
HSL color Cylindrical-coordinate representation of color #7EAA6B: hue angle of 101.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EAA6B is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 107 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.33 |
| HSL | 101.9º | 0.27% | 0.54% | - |
| HSV(B) | 101.9º | 0.37% | 0.67% | - |
| XYZ | 25.63 | 34.25 | 19.17 | - |
| YUV | 149.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 107 | 0.26 | 0 | 0.37 | 0.33 | 101.9 | 0.27 | 0.54 |
| Hex | 7E | AA | 6B | 1A | 0 | 25 | 21 | 66 | 1B | 36 |
| Octal | 176 | 252 | 153 | 32 | 0 | 45 | 41 | 146 | 33 | 66 |
| Binary | 1111110 | 10101010 | 1101011 | 11010 | 0 | 100101 | 100001 | 1100110 | 11011 | 110110 |
Color Harmonies of #7EAA6B
Complementary color
Monochromatic Colors of #7EAA6B
Black with #7EAA6B
Text Example
Text Example
White with #7EAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA6B; }
p { color: rgb(126,170,107); }
H1.HeaderClassName
{
color: #7EAA6B;
}
.AnyTagClassName
{
color: #7EAA6B;
}
</style>
background-color css
<style>
a { background-color: #7EAA6B; }
a { background-color: rgb(126,170,107); }
div.DivClassName
{
background-color: #7EAA6B;
}
.BgClassName
{
background-color: #7EAA6B;
}
</style>
border-color css
<style>
span { border-color: #7EAA6B; }
span { border-color: rgb(126,170,107); }
td.TdClassName
{
border-color: #7EAA6B;
}
.TagClassName
{
border-color: #7EAA6B;
}
</style>