Shades of Amulet #7EAD75
Tints of Amulet #7EAD75
RGB
CMYK
RGB Variations
Color information
#7EAD75 (or 0x7EAD75) is known color: Amulet. HEX triplet: 7E, AD and 75. RGB value is (126,173,117). Sum of RGB (Red+Green+Blue) = 126+173+117=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD75 is #81528A. Grayscale: #989898. Windows color (decimal): -8475275 or 7712126. OLE color: 7712126.
HSL color Cylindrical-coordinate representation of color #7EAD75: hue angle of 110.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAD75 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 117 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.32 |
| HSL | 110.36º | 0.25% | 0.57% | - |
| HSV(B) | 110.36º | 0.32% | 0.68% | - |
| XYZ | 26.76 | 35.61 | 22.29 | - |
| YUV | 152.56 | 107.93 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 117 | 0.27 | 0 | 0.32 | 0.32 | 110.36 | 0.25 | 0.57 |
| Hex | 7E | AD | 75 | 1B | 0 | 20 | 20 | 6E | 19 | 39 |
| Octal | 176 | 255 | 165 | 33 | 0 | 40 | 40 | 156 | 31 | 71 |
| Binary | 1111110 | 10101101 | 1110101 | 11011 | 0 | 100000 | 100000 | 1101110 | 11001 | 111001 |
Color Harmonies of #7EAD75
Complementary color
Monochromatic Colors of #7EAD75
Black with #7EAD75
Text Example
Text Example
White with #7EAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAD75; }
p { color: rgb(126,173,117); }
H1.HeaderClassName
{
color: #7EAD75;
}
.AnyTagClassName
{
color: #7EAD75;
}
</style>
background-color css
<style>
a { background-color: #7EAD75; }
a { background-color: rgb(126,173,117); }
div.DivClassName
{
background-color: #7EAD75;
}
.BgClassName
{
background-color: #7EAD75;
}
</style>
border-color css
<style>
span { border-color: #7EAD75; }
span { border-color: rgb(126,173,117); }
td.TdClassName
{
border-color: #7EAD75;
}
.TagClassName
{
border-color: #7EAD75;
}
</style>