Shades of Amulet #7DA072
Tints of Amulet #7DA072
RGB
CMYK
RGB Variations
Color information
#7DA072 (or 0x7DA072) is known color: Amulet. HEX triplet: 7D, A0 and 72. RGB value is (125,160,114). Sum of RGB (Red+Green+Blue) = 125+160+114=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA072 is #825F8D. Grayscale: #909090. Windows color (decimal): -8544142 or 7512189. OLE color: 7512189.
HSL color Cylindrical-coordinate representation of color #7DA072: hue angle of 105.65º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DA072 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 114 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.37 |
| HSL | 105.65º | 0.19% | 0.54% | - |
| HSV(B) | 105.65º | 0.29% | 0.63% | - |
| XYZ | 24.07 | 30.72 | 20.58 | - |
| YUV | 144.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 114 | 0.22 | 0 | 0.29 | 0.37 | 105.65 | 0.19 | 0.54 |
| Hex | 7D | A0 | 72 | 16 | 0 | 1D | 25 | 6A | 13 | 36 |
| Octal | 175 | 240 | 162 | 26 | 0 | 35 | 45 | 152 | 23 | 66 |
| Binary | 1111101 | 10100000 | 1110010 | 10110 | 0 | 11101 | 100101 | 1101010 | 10011 | 110110 |
Color Harmonies of #7DA072
Complementary color
Monochromatic Colors of #7DA072
Black with #7DA072
Text Example
Text Example
White with #7DA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA072; }
p { color: rgb(125,160,114); }
H1.HeaderClassName
{
color: #7DA072;
}
.AnyTagClassName
{
color: #7DA072;
}
</style>
background-color css
<style>
a { background-color: #7DA072; }
a { background-color: rgb(125,160,114); }
div.DivClassName
{
background-color: #7DA072;
}
.BgClassName
{
background-color: #7DA072;
}
</style>
border-color css
<style>
span { border-color: #7DA072; }
span { border-color: rgb(125,160,114); }
td.TdClassName
{
border-color: #7DA072;
}
.TagClassName
{
border-color: #7DA072;
}
</style>