Shades of Amulet #7DA06C
Tints of Amulet #7DA06C
RGB
CMYK
RGB Variations
Color information
#7DA06C (or 0x7DA06C) is known color: Amulet. HEX triplet: 7D, A0 and 6C. RGB value is (125,160,108). Sum of RGB (Red+Green+Blue) = 125+160+108=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA06C is #825F93. Grayscale: #8F8F8F. Windows color (decimal): -8544148 or 7118973. OLE color: 7118973.
HSL color Cylindrical-coordinate representation of color #7DA06C: hue angle of 100.38º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DA06C is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 108 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.37 |
| HSL | 100.38º | 0.21% | 0.53% | - |
| HSV(B) | 100.38º | 0.33% | 0.63% | - |
| XYZ | 23.74 | 30.58 | 18.84 | - |
| YUV | 143.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 108 | 0.22 | 0 | 0.32 | 0.37 | 100.38 | 0.21 | 0.53 |
| Hex | 7D | A0 | 6C | 16 | 0 | 20 | 25 | 64 | 15 | 35 |
| Octal | 175 | 240 | 154 | 26 | 0 | 40 | 45 | 144 | 25 | 65 |
| Binary | 1111101 | 10100000 | 1101100 | 10110 | 0 | 100000 | 100101 | 1100100 | 10101 | 110101 |
Color Harmonies of #7DA06C
Complementary color
Monochromatic Colors of #7DA06C
Black with #7DA06C
Text Example
Text Example
White with #7DA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA06C; }
p { color: rgb(125,160,108); }
H1.HeaderClassName
{
color: #7DA06C;
}
.AnyTagClassName
{
color: #7DA06C;
}
</style>
background-color css
<style>
a { background-color: #7DA06C; }
a { background-color: rgb(125,160,108); }
div.DivClassName
{
background-color: #7DA06C;
}
.BgClassName
{
background-color: #7DA06C;
}
</style>
border-color css
<style>
span { border-color: #7DA06C; }
span { border-color: rgb(125,160,108); }
td.TdClassName
{
border-color: #7DA06C;
}
.TagClassName
{
border-color: #7DA06C;
}
</style>