Shades of Amulet #7EA16C
Tints of Amulet #7EA16C
RGB
CMYK
RGB Variations
Color information
#7EA16C (or 0x7EA16C) is known color: Amulet. HEX triplet: 7E, A1 and 6C. RGB value is (126,161,108). Sum of RGB (Red+Green+Blue) = 126+161+108=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA16C is #815E93. Grayscale: #909090. Windows color (decimal): -8478356 or 7119230. OLE color: 7119230.
HSL color Cylindrical-coordinate representation of color #7EA16C: hue angle of 99.62º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA16C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 108 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.37 |
| HSL | 99.62º | 0.22% | 0.53% | - |
| HSV(B) | 99.62º | 0.33% | 0.63% | - |
| XYZ | 24.06 | 31.01 | 18.9 | - |
| YUV | 144.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 108 | 0.22 | 0 | 0.33 | 0.37 | 99.62 | 0.22 | 0.53 |
| Hex | 7E | A1 | 6C | 16 | 0 | 21 | 25 | 64 | 16 | 35 |
| Octal | 176 | 241 | 154 | 26 | 0 | 41 | 45 | 144 | 26 | 65 |
| Binary | 1111110 | 10100001 | 1101100 | 10110 | 0 | 100001 | 100101 | 1100100 | 10110 | 110101 |
Color Harmonies of #7EA16C
Complementary color
Monochromatic Colors of #7EA16C
Black with #7EA16C
Text Example
Text Example
White with #7EA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA16C; }
p { color: rgb(126,161,108); }
H1.HeaderClassName
{
color: #7EA16C;
}
.AnyTagClassName
{
color: #7EA16C;
}
</style>
background-color css
<style>
a { background-color: #7EA16C; }
a { background-color: rgb(126,161,108); }
div.DivClassName
{
background-color: #7EA16C;
}
.BgClassName
{
background-color: #7EA16C;
}
</style>
border-color css
<style>
span { border-color: #7EA16C; }
span { border-color: rgb(126,161,108); }
td.TdClassName
{
border-color: #7EA16C;
}
.TagClassName
{
border-color: #7EA16C;
}
</style>