Shades of Amulet #7DA36F
Tints of Amulet #7DA36F
RGB
CMYK
RGB Variations
Color information
#7DA36F (or 0x7DA36F) is known color: Amulet. HEX triplet: 7D, A3 and 6F. RGB value is (125,163,111). Sum of RGB (Red+Green+Blue) = 125+163+111=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA36F is #825C90. Grayscale: #919191. Windows color (decimal): -8543377 or 7316349. OLE color: 7316349.
HSL color Cylindrical-coordinate representation of color #7DA36F: hue angle of 103.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DA36F is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 111 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.36 |
| HSL | 103.85º | 0.22% | 0.54% | - |
| HSV(B) | 103.85º | 0.32% | 0.64% | - |
| XYZ | 24.42 | 31.7 | 19.87 | - |
| YUV | 145.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 111 | 0.23 | 0 | 0.32 | 0.36 | 103.85 | 0.22 | 0.54 |
| Hex | 7D | A3 | 6F | 17 | 0 | 20 | 24 | 68 | 16 | 36 |
| Octal | 175 | 243 | 157 | 27 | 0 | 40 | 44 | 150 | 26 | 66 |
| Binary | 1111101 | 10100011 | 1101111 | 10111 | 0 | 100000 | 100100 | 1101000 | 10110 | 110110 |
Color Harmonies of #7DA36F
Complementary color
Monochromatic Colors of #7DA36F
Black with #7DA36F
Text Example
Text Example
White with #7DA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA36F; }
p { color: rgb(125,163,111); }
H1.HeaderClassName
{
color: #7DA36F;
}
.AnyTagClassName
{
color: #7DA36F;
}
</style>
background-color css
<style>
a { background-color: #7DA36F; }
a { background-color: rgb(125,163,111); }
div.DivClassName
{
background-color: #7DA36F;
}
.BgClassName
{
background-color: #7DA36F;
}
</style>
border-color css
<style>
span { border-color: #7DA36F; }
span { border-color: rgb(125,163,111); }
td.TdClassName
{
border-color: #7DA36F;
}
.TagClassName
{
border-color: #7DA36F;
}
</style>