Shades of Amulet #7EB16C
Tints of Amulet #7EB16C
RGB
CMYK
RGB Variations
Color information
#7EB16C (or 0x7EB16C) is known color: Amulet. HEX triplet: 7E, B1 and 6C. RGB value is (126,177,108). Sum of RGB (Red+Green+Blue) = 126+177+108=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB16C is #814E93. Grayscale: #9A9A9A. Windows color (decimal): -8474260 or 7123326. OLE color: 7123326.
HSL color Cylindrical-coordinate representation of color #7EB16C: hue angle of 104.35º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EB16C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 177 | 108 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.31 |
| HSL | 104.35º | 0.31% | 0.56% | - |
| HSV(B) | 104.35º | 0.39% | 0.69% | - |
| XYZ | 27.03 | 36.96 | 19.9 | - |
| YUV | 153.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 177 | 108 | 0.29 | 0 | 0.39 | 0.31 | 104.35 | 0.31 | 0.56 |
| Hex | 7E | B1 | 6C | 1D | 0 | 27 | 1F | 68 | 1F | 38 |
| Octal | 176 | 261 | 154 | 35 | 0 | 47 | 37 | 150 | 37 | 70 |
| Binary | 1111110 | 10110001 | 1101100 | 11101 | 0 | 100111 | 11111 | 1101000 | 11111 | 111000 |
Color Harmonies of #7EB16C
Complementary color
Monochromatic Colors of #7EB16C
Black with #7EB16C
Text Example
Text Example
White with #7EB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB16C; }
p { color: rgb(126,177,108); }
H1.HeaderClassName
{
color: #7EB16C;
}
.AnyTagClassName
{
color: #7EB16C;
}
</style>
background-color css
<style>
a { background-color: #7EB16C; }
a { background-color: rgb(126,177,108); }
div.DivClassName
{
background-color: #7EB16C;
}
.BgClassName
{
background-color: #7EB16C;
}
</style>
border-color css
<style>
span { border-color: #7EB16C; }
span { border-color: rgb(126,177,108); }
td.TdClassName
{
border-color: #7EB16C;
}
.TagClassName
{
border-color: #7EB16C;
}
</style>