Shades of Amulet #7DAE66
Tints of Amulet #7DAE66
RGB
CMYK
RGB Variations
Color information
#7DAE66 (or 0x7DAE66) is known color: Amulet. HEX triplet: 7D, AE and 66. RGB value is (125,174,102). Sum of RGB (Red+Green+Blue) = 125+174+102=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE66 is #825199. Grayscale: #979797. Windows color (decimal): -8540570 or 6729341. OLE color: 6729341.
HSL color Cylindrical-coordinate representation of color #7DAE66: hue angle of 100.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DAE66 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 102 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.32 |
| HSL | 100.83º | 0.31% | 0.54% | - |
| HSV(B) | 100.83º | 0.41% | 0.68% | - |
| XYZ | 25.99 | 35.59 | 18.07 | - |
| YUV | 151.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 102 | 0.28 | 0 | 0.41 | 0.32 | 100.83 | 0.31 | 0.54 |
| Hex | 7D | AE | 66 | 1C | 0 | 29 | 20 | 65 | 1F | 36 |
| Octal | 175 | 256 | 146 | 34 | 0 | 51 | 40 | 145 | 37 | 66 |
| Binary | 1111101 | 10101110 | 1100110 | 11100 | 0 | 101001 | 100000 | 1100101 | 11111 | 110110 |
Color Harmonies of #7DAE66
Complementary color
Monochromatic Colors of #7DAE66
Black with #7DAE66
Text Example
Text Example
White with #7DAE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE66; }
p { color: rgb(125,174,102); }
H1.HeaderClassName
{
color: #7DAE66;
}
.AnyTagClassName
{
color: #7DAE66;
}
</style>
background-color css
<style>
a { background-color: #7DAE66; }
a { background-color: rgb(125,174,102); }
div.DivClassName
{
background-color: #7DAE66;
}
.BgClassName
{
background-color: #7DAE66;
}
</style>
border-color css
<style>
span { border-color: #7DAE66; }
span { border-color: rgb(125,174,102); }
td.TdClassName
{
border-color: #7DAE66;
}
.TagClassName
{
border-color: #7DAE66;
}
</style>