Shades of Amulet #7DA96F
Tints of Amulet #7DA96F
RGB
CMYK
RGB Variations
Color information
#7DA96F (or 0x7DA96F) is known color: Amulet. HEX triplet: 7D, A9 and 6F. RGB value is (125,169,111). Sum of RGB (Red+Green+Blue) = 125+169+111=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA96F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA96F is #825690. Grayscale: #959595. Windows color (decimal): -8541841 or 7317885. OLE color: 7317885.
HSL color Cylindrical-coordinate representation of color #7DA96F: hue angle of 105.52º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DA96F is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 111 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.34 |
| HSL | 105.52º | 0.25% | 0.55% | - |
| HSV(B) | 105.52º | 0.34% | 0.66% | - |
| XYZ | 25.51 | 33.88 | 20.23 | - |
| YUV | 149.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 111 | 0.26 | 0 | 0.34 | 0.34 | 105.52 | 0.25 | 0.55 |
| Hex | 7D | A9 | 6F | 1A | 0 | 22 | 22 | 6A | 19 | 37 |
| Octal | 175 | 251 | 157 | 32 | 0 | 42 | 42 | 152 | 31 | 67 |
| Binary | 1111101 | 10101001 | 1101111 | 11010 | 0 | 100010 | 100010 | 1101010 | 11001 | 110111 |
Color Harmonies of #7DA96F
Complementary color
Monochromatic Colors of #7DA96F
Black with #7DA96F
Text Example
Text Example
White with #7DA96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA96F; }
p { color: rgb(125,169,111); }
H1.HeaderClassName
{
color: #7DA96F;
}
.AnyTagClassName
{
color: #7DA96F;
}
</style>
background-color css
<style>
a { background-color: #7DA96F; }
a { background-color: rgb(125,169,111); }
div.DivClassName
{
background-color: #7DA96F;
}
.BgClassName
{
background-color: #7DA96F;
}
</style>
border-color css
<style>
span { border-color: #7DA96F; }
span { border-color: rgb(125,169,111); }
td.TdClassName
{
border-color: #7DA96F;
}
.TagClassName
{
border-color: #7DA96F;
}
</style>