Shades of Amulet #7DA16C
Tints of Amulet #7DA16C
RGB
CMYK
RGB Variations
Color information
#7DA16C (or 0x7DA16C) is known color: Amulet. HEX triplet: 7D, A1 and 6C. RGB value is (125,161,108). Sum of RGB (Red+Green+Blue) = 125+161+108=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA16C is #825E93. Grayscale: #909090. Windows color (decimal): -8543892 or 7119229. OLE color: 7119229.
HSL color Cylindrical-coordinate representation of color #7DA16C: hue angle of 100.75º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DA16C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 108 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.37 |
| HSL | 100.75º | 0.22% | 0.53% | - |
| HSV(B) | 100.75º | 0.33% | 0.63% | - |
| XYZ | 23.91 | 30.93 | 18.9 | - |
| YUV | 144.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 108 | 0.22 | 0 | 0.33 | 0.37 | 100.75 | 0.22 | 0.53 |
| Hex | 7D | A1 | 6C | 16 | 0 | 21 | 25 | 65 | 16 | 35 |
| Octal | 175 | 241 | 154 | 26 | 0 | 41 | 45 | 145 | 26 | 65 |
| Binary | 1111101 | 10100001 | 1101100 | 10110 | 0 | 100001 | 100101 | 1100101 | 10110 | 110101 |
Color Harmonies of #7DA16C
Complementary color
Monochromatic Colors of #7DA16C
Black with #7DA16C
Text Example
Text Example
White with #7DA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA16C; }
p { color: rgb(125,161,108); }
H1.HeaderClassName
{
color: #7DA16C;
}
.AnyTagClassName
{
color: #7DA16C;
}
</style>
background-color css
<style>
a { background-color: #7DA16C; }
a { background-color: rgb(125,161,108); }
div.DivClassName
{
background-color: #7DA16C;
}
.BgClassName
{
background-color: #7DA16C;
}
</style>
border-color css
<style>
span { border-color: #7DA16C; }
span { border-color: rgb(125,161,108); }
td.TdClassName
{
border-color: #7DA16C;
}
.TagClassName
{
border-color: #7DA16C;
}
</style>