Shades of Amulet #7EB773
Tints of Amulet #7EB773
RGB
CMYK
RGB Variations
Color information
#7EB773 (or 0x7EB773) is known color: Amulet. HEX triplet: 7E, B7 and 73. RGB value is (126,183,115). Sum of RGB (Red+Green+Blue) = 126+183+115=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB773 is #81488C. Grayscale: #9E9E9E. Windows color (decimal): -8472717 or 7583614. OLE color: 7583614.
HSL color Cylindrical-coordinate representation of color #7EB773: hue angle of 110.29º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EB773 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 183 | 115 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.28 |
| HSL | 110.29º | 0.32% | 0.58% | - |
| HSV(B) | 110.29º | 0.37% | 0.72% | - |
| XYZ | 28.63 | 39.54 | 22.34 | - |
| YUV | 158.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 183 | 115 | 0.31 | 0 | 0.37 | 0.28 | 110.29 | 0.32 | 0.58 |
| Hex | 7E | B7 | 73 | 1F | 0 | 25 | 1C | 6E | 20 | 3A |
| Octal | 176 | 267 | 163 | 37 | 0 | 45 | 34 | 156 | 40 | 72 |
| Binary | 1111110 | 10110111 | 1110011 | 11111 | 0 | 100101 | 11100 | 1101110 | 100000 | 111010 |
Color Harmonies of #7EB773
Complementary color
Monochromatic Colors of #7EB773
Black with #7EB773
Text Example
Text Example
White with #7EB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB773; }
p { color: rgb(126,183,115); }
H1.HeaderClassName
{
color: #7EB773;
}
.AnyTagClassName
{
color: #7EB773;
}
</style>
background-color css
<style>
a { background-color: #7EB773; }
a { background-color: rgb(126,183,115); }
div.DivClassName
{
background-color: #7EB773;
}
.BgClassName
{
background-color: #7EB773;
}
</style>
border-color css
<style>
span { border-color: #7EB773; }
span { border-color: rgb(126,183,115); }
td.TdClassName
{
border-color: #7EB773;
}
.TagClassName
{
border-color: #7EB773;
}
</style>