Shades of Amulet #7DA973
Tints of Amulet #7DA973
RGB
CMYK
RGB Variations
Color information
#7DA973 (or 0x7DA973) is known color: Amulet. HEX triplet: 7D, A9 and 73. RGB value is (125,169,115). Sum of RGB (Red+Green+Blue) = 125+169+115=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA973 is #82568C. Grayscale: #959595. Windows color (decimal): -8541837 or 7580029. OLE color: 7580029.
HSL color Cylindrical-coordinate representation of color #7DA973: hue angle of 108.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DA973 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 115 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.34 |
| HSL | 108.89º | 0.24% | 0.56% | - |
| HSV(B) | 108.89º | 0.32% | 0.66% | - |
| XYZ | 25.74 | 33.97 | 21.42 | - |
| YUV | 149.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 115 | 0.26 | 0 | 0.32 | 0.34 | 108.89 | 0.24 | 0.56 |
| Hex | 7D | A9 | 73 | 1A | 0 | 20 | 22 | 6D | 18 | 38 |
| Octal | 175 | 251 | 163 | 32 | 0 | 40 | 42 | 155 | 30 | 70 |
| Binary | 1111101 | 10101001 | 1110011 | 11010 | 0 | 100000 | 100010 | 1101101 | 11000 | 111000 |
Color Harmonies of #7DA973
Complementary color
Monochromatic Colors of #7DA973
Black with #7DA973
Text Example
Text Example
White with #7DA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA973; }
p { color: rgb(125,169,115); }
H1.HeaderClassName
{
color: #7DA973;
}
.AnyTagClassName
{
color: #7DA973;
}
</style>
background-color css
<style>
a { background-color: #7DA973; }
a { background-color: rgb(125,169,115); }
div.DivClassName
{
background-color: #7DA973;
}
.BgClassName
{
background-color: #7DA973;
}
</style>
border-color css
<style>
span { border-color: #7DA973; }
span { border-color: rgb(125,169,115); }
td.TdClassName
{
border-color: #7DA973;
}
.TagClassName
{
border-color: #7DA973;
}
</style>