Shades of Amulet #7EAB6D
Tints of Amulet #7EAB6D
RGB
CMYK
RGB Variations
Color information
#7EAB6D (or 0x7EAB6D) is known color: Amulet. HEX triplet: 7E, AB and 6D. RGB value is (126,171,109). Sum of RGB (Red+Green+Blue) = 126+171+109=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB6D is #815492. Grayscale: #969696. Windows color (decimal): -8475795 or 7187326. OLE color: 7187326.
HSL color Cylindrical-coordinate representation of color #7EAB6D: hue angle of 103.55º 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 #7EAB6D is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 109 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.33 |
| HSL | 103.55º | 0.27% | 0.55% | - |
| HSV(B) | 103.55º | 0.36% | 0.67% | - |
| XYZ | 25.93 | 34.67 | 19.79 | - |
| YUV | 150.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 109 | 0.26 | 0 | 0.36 | 0.33 | 103.55 | 0.27 | 0.55 |
| Hex | 7E | AB | 6D | 1A | 0 | 24 | 21 | 68 | 1B | 37 |
| Octal | 176 | 253 | 155 | 32 | 0 | 44 | 41 | 150 | 33 | 67 |
| Binary | 1111110 | 10101011 | 1101101 | 11010 | 0 | 100100 | 100001 | 1101000 | 11011 | 110111 |
Color Harmonies of #7EAB6D
Complementary color
Monochromatic Colors of #7EAB6D
Black with #7EAB6D
Text Example
Text Example
White with #7EAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAB6D; }
p { color: rgb(126,171,109); }
H1.HeaderClassName
{
color: #7EAB6D;
}
.AnyTagClassName
{
color: #7EAB6D;
}
</style>
background-color css
<style>
a { background-color: #7EAB6D; }
a { background-color: rgb(126,171,109); }
div.DivClassName
{
background-color: #7EAB6D;
}
.BgClassName
{
background-color: #7EAB6D;
}
</style>
border-color css
<style>
span { border-color: #7EAB6D; }
span { border-color: rgb(126,171,109); }
td.TdClassName
{
border-color: #7EAB6D;
}
.TagClassName
{
border-color: #7EAB6D;
}
</style>