Shades of Amulet #7EAD69
Tints of Amulet #7EAD69
RGB
CMYK
RGB Variations
Color information
#7EAD69 (or 0x7EAD69) is known color: Amulet. HEX triplet: 7E, AD and 69. RGB value is (126,173,105). Sum of RGB (Red+Green+Blue) = 126+173+105=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD69 is #815296. Grayscale: #979797. Windows color (decimal): -8475287 or 6925694. OLE color: 6925694.
HSL color Cylindrical-coordinate representation of color #7EAD69: hue angle of 101.47º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EAD69 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 105 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.32 |
| HSL | 101.47º | 0.29% | 0.55% | - |
| HSV(B) | 101.47º | 0.39% | 0.68% | - |
| XYZ | 26.1 | 35.34 | 18.81 | - |
| YUV | 151.2 | 101.93 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 105 | 0.27 | 0 | 0.39 | 0.32 | 101.47 | 0.29 | 0.55 |
| Hex | 7E | AD | 69 | 1B | 0 | 27 | 20 | 65 | 1D | 37 |
| Octal | 176 | 255 | 151 | 33 | 0 | 47 | 40 | 145 | 35 | 67 |
| Binary | 1111110 | 10101101 | 1101001 | 11011 | 0 | 100111 | 100000 | 1100101 | 11101 | 110111 |
Color Harmonies of #7EAD69
Complementary color
Monochromatic Colors of #7EAD69
Black with #7EAD69
Text Example
Text Example
White with #7EAD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAD69; }
p { color: rgb(126,173,105); }
H1.HeaderClassName
{
color: #7EAD69;
}
.AnyTagClassName
{
color: #7EAD69;
}
</style>
background-color css
<style>
a { background-color: #7EAD69; }
a { background-color: rgb(126,173,105); }
div.DivClassName
{
background-color: #7EAD69;
}
.BgClassName
{
background-color: #7EAD69;
}
</style>
border-color css
<style>
span { border-color: #7EAD69; }
span { border-color: rgb(126,173,105); }
td.TdClassName
{
border-color: #7EAD69;
}
.TagClassName
{
border-color: #7EAD69;
}
</style>