Shades of Amulet #7EA775
Tints of Amulet #7EA775
RGB
CMYK
RGB Variations
Color information
#7EA775 (or 0x7EA775) is known color: Amulet. HEX triplet: 7E, A7 and 75. RGB value is (126,167,117). Sum of RGB (Red+Green+Blue) = 126+167+117=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA775 is #81588A. Grayscale: #959595. Windows color (decimal): -8476811 or 7710590. OLE color: 7710590.
HSL color Cylindrical-coordinate representation of color #7EA775: hue angle of 109.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA775 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 167 | 117 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.35 |
| HSL | 109.2º | 0.22% | 0.56% | - |
| HSV(B) | 109.2º | 0.3% | 0.65% | - |
| XYZ | 25.63 | 33.36 | 21.92 | - |
| YUV | 149.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 167 | 117 | 0.25 | 0 | 0.30 | 0.35 | 109.2 | 0.22 | 0.56 |
| Hex | 7E | A7 | 75 | 19 | 0 | 1E | 23 | 6D | 16 | 38 |
| Octal | 176 | 247 | 165 | 31 | 0 | 36 | 43 | 155 | 26 | 70 |
| Binary | 1111110 | 10100111 | 1110101 | 11001 | 0 | 11110 | 100011 | 1101101 | 10110 | 111000 |
Color Harmonies of #7EA775
Complementary color
Monochromatic Colors of #7EA775
Black with #7EA775
Text Example
Text Example
White with #7EA775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA775; }
p { color: rgb(126,167,117); }
H1.HeaderClassName
{
color: #7EA775;
}
.AnyTagClassName
{
color: #7EA775;
}
</style>
background-color css
<style>
a { background-color: #7EA775; }
a { background-color: rgb(126,167,117); }
div.DivClassName
{
background-color: #7EA775;
}
.BgClassName
{
background-color: #7EA775;
}
</style>
border-color css
<style>
span { border-color: #7EA775; }
span { border-color: rgb(126,167,117); }
td.TdClassName
{
border-color: #7EA775;
}
.TagClassName
{
border-color: #7EA775;
}
</style>