Shades of Amulet #7EB575
Tints of Amulet #7EB575
RGB
CMYK
RGB Variations
Color information
#7EB575 (or 0x7EB575) is known color: Amulet. HEX triplet: 7E, B5 and 75. RGB value is (126,181,117). Sum of RGB (Red+Green+Blue) = 126+181+117=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB575 is #814A8A. Grayscale: #9D9D9D. Windows color (decimal): -8473227 or 7714174. OLE color: 7714174.
HSL color Cylindrical-coordinate representation of color #7EB575: hue angle of 111.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EB575 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 181 | 117 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.29 |
| HSL | 111.56º | 0.3% | 0.58% | - |
| HSV(B) | 111.56º | 0.35% | 0.71% | - |
| XYZ | 28.34 | 38.77 | 22.82 | - |
| YUV | 157.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 181 | 117 | 0.30 | 0 | 0.35 | 0.29 | 111.56 | 0.3 | 0.58 |
| Hex | 7E | B5 | 75 | 1E | 0 | 23 | 1D | 70 | 1E | 3A |
| Octal | 176 | 265 | 165 | 36 | 0 | 43 | 35 | 160 | 36 | 72 |
| Binary | 1111110 | 10110101 | 1110101 | 11110 | 0 | 100011 | 11101 | 1110000 | 11110 | 111010 |
Color Harmonies of #7EB575
Complementary color
Monochromatic Colors of #7EB575
Black with #7EB575
Text Example
Text Example
White with #7EB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB575; }
p { color: rgb(126,181,117); }
H1.HeaderClassName
{
color: #7EB575;
}
.AnyTagClassName
{
color: #7EB575;
}
</style>
background-color css
<style>
a { background-color: #7EB575; }
a { background-color: rgb(126,181,117); }
div.DivClassName
{
background-color: #7EB575;
}
.BgClassName
{
background-color: #7EB575;
}
</style>
border-color css
<style>
span { border-color: #7EB575; }
span { border-color: rgb(126,181,117); }
td.TdClassName
{
border-color: #7EB575;
}
.TagClassName
{
border-color: #7EB575;
}
</style>