Shades of Amulet #7EAA6C
Tints of Amulet #7EAA6C
RGB
CMYK
RGB Variations
Color information
#7EAA6C (or 0x7EAA6C) is known color: Amulet. HEX triplet: 7E, AA and 6C. RGB value is (126,170,108). Sum of RGB (Red+Green+Blue) = 126+170+108=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6C is #815593. Grayscale: #959595. Windows color (decimal): -8476052 or 7121534. OLE color: 7121534.
HSL color Cylindrical-coordinate representation of color #7EAA6C: hue angle of 102.58º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EAA6C is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 108 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.33 |
| HSL | 102.58º | 0.27% | 0.55% | - |
| HSV(B) | 102.58º | 0.36% | 0.67% | - |
| XYZ | 25.69 | 34.27 | 19.45 | - |
| YUV | 149.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 108 | 0.26 | 0 | 0.36 | 0.33 | 102.58 | 0.27 | 0.55 |
| Hex | 7E | AA | 6C | 1A | 0 | 24 | 21 | 67 | 1B | 37 |
| Octal | 176 | 252 | 154 | 32 | 0 | 44 | 41 | 147 | 33 | 67 |
| Binary | 1111110 | 10101010 | 1101100 | 11010 | 0 | 100100 | 100001 | 1100111 | 11011 | 110111 |
Color Harmonies of #7EAA6C
Complementary color
Monochromatic Colors of #7EAA6C
Black with #7EAA6C
Text Example
Text Example
White with #7EAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA6C; }
p { color: rgb(126,170,108); }
H1.HeaderClassName
{
color: #7EAA6C;
}
.AnyTagClassName
{
color: #7EAA6C;
}
</style>
background-color css
<style>
a { background-color: #7EAA6C; }
a { background-color: rgb(126,170,108); }
div.DivClassName
{
background-color: #7EAA6C;
}
.BgClassName
{
background-color: #7EAA6C;
}
</style>
border-color css
<style>
span { border-color: #7EAA6C; }
span { border-color: rgb(126,170,108); }
td.TdClassName
{
border-color: #7EAA6C;
}
.TagClassName
{
border-color: #7EAA6C;
}
</style>