Shades of Amulet #7EA970
Tints of Amulet #7EA970
RGB
CMYK
RGB Variations
Color information
#7EA970 (or 0x7EA970) is known color: Amulet. HEX triplet: 7E, A9 and 70. RGB value is (126,169,112). Sum of RGB (Red+Green+Blue) = 126+169+112=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA970 is #81568F. Grayscale: #959595. Windows color (decimal): -8476304 or 7383422. OLE color: 7383422.
HSL color Cylindrical-coordinate representation of color #7EA970: hue angle of 105.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA970 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 169 | 112 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.34 |
| HSL | 105.26º | 0.25% | 0.55% | - |
| HSV(B) | 105.26º | 0.34% | 0.66% | - |
| XYZ | 25.72 | 33.98 | 20.53 | - |
| YUV | 149.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 169 | 112 | 0.25 | 0 | 0.34 | 0.34 | 105.26 | 0.25 | 0.55 |
| Hex | 7E | A9 | 70 | 19 | 0 | 22 | 22 | 69 | 19 | 37 |
| Octal | 176 | 251 | 160 | 31 | 0 | 42 | 42 | 151 | 31 | 67 |
| Binary | 1111110 | 10101001 | 1110000 | 11001 | 0 | 100010 | 100010 | 1101001 | 11001 | 110111 |
Color Harmonies of #7EA970
Complementary color
Monochromatic Colors of #7EA970
Black with #7EA970
Text Example
Text Example
White with #7EA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA970; }
p { color: rgb(126,169,112); }
H1.HeaderClassName
{
color: #7EA970;
}
.AnyTagClassName
{
color: #7EA970;
}
</style>
background-color css
<style>
a { background-color: #7EA970; }
a { background-color: rgb(126,169,112); }
div.DivClassName
{
background-color: #7EA970;
}
.BgClassName
{
background-color: #7EA970;
}
</style>
border-color css
<style>
span { border-color: #7EA970; }
span { border-color: rgb(126,169,112); }
td.TdClassName
{
border-color: #7EA970;
}
.TagClassName
{
border-color: #7EA970;
}
</style>