Shades of Amulet #7DA66C
Tints of Amulet #7DA66C
RGB
CMYK
RGB Variations
Color information
#7DA66C (or 0x7DA66C) is known color: Amulet. HEX triplet: 7D, A6 and 6C. RGB value is (125,166,108). Sum of RGB (Red+Green+Blue) = 125+166+108=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA66C is #825993. Grayscale: #939393. Windows color (decimal): -8542612 or 7120509. OLE color: 7120509.
HSL color Cylindrical-coordinate representation of color #7DA66C: hue angle of 102.41º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DA66C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 108 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.35 |
| HSL | 102.41º | 0.25% | 0.54% | - |
| HSV(B) | 102.41º | 0.35% | 0.65% | - |
| XYZ | 24.8 | 32.72 | 19.19 | - |
| YUV | 147.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 108 | 0.25 | 0 | 0.35 | 0.35 | 102.41 | 0.25 | 0.54 |
| Hex | 7D | A6 | 6C | 19 | 0 | 23 | 23 | 66 | 19 | 36 |
| Octal | 175 | 246 | 154 | 31 | 0 | 43 | 43 | 146 | 31 | 66 |
| Binary | 1111101 | 10100110 | 1101100 | 11001 | 0 | 100011 | 100011 | 1100110 | 11001 | 110110 |
Color Harmonies of #7DA66C
Complementary color
Monochromatic Colors of #7DA66C
Black with #7DA66C
Text Example
Text Example
White with #7DA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA66C; }
p { color: rgb(125,166,108); }
H1.HeaderClassName
{
color: #7DA66C;
}
.AnyTagClassName
{
color: #7DA66C;
}
</style>
background-color css
<style>
a { background-color: #7DA66C; }
a { background-color: rgb(125,166,108); }
div.DivClassName
{
background-color: #7DA66C;
}
.BgClassName
{
background-color: #7DA66C;
}
</style>
border-color css
<style>
span { border-color: #7DA66C; }
span { border-color: rgb(125,166,108); }
td.TdClassName
{
border-color: #7DA66C;
}
.TagClassName
{
border-color: #7DA66C;
}
</style>