Shades of Amulet #7DA976
Tints of Amulet #7DA976
RGB
CMYK
RGB Variations
Color information
#7DA976 (or 0x7DA976) is known color: Amulet. HEX triplet: 7D, A9 and 76. RGB value is (125,169,118). Sum of RGB (Red+Green+Blue) = 125+169+118=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA976 is #825689. Grayscale: #969696. Windows color (decimal): -8541834 or 7776637. OLE color: 7776637.
HSL color Cylindrical-coordinate representation of color #7DA976: hue angle of 111.76º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DA976 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 118 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.34 |
| HSL | 111.76º | 0.23% | 0.56% | - |
| HSV(B) | 111.76º | 0.3% | 0.66% | - |
| XYZ | 25.92 | 34.04 | 22.34 | - |
| YUV | 150.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 118 | 0.26 | 0 | 0.30 | 0.34 | 111.76 | 0.23 | 0.56 |
| Hex | 7D | A9 | 76 | 1A | 0 | 1E | 22 | 70 | 17 | 38 |
| Octal | 175 | 251 | 166 | 32 | 0 | 36 | 42 | 160 | 27 | 70 |
| Binary | 1111101 | 10101001 | 1110110 | 11010 | 0 | 11110 | 100010 | 1110000 | 10111 | 111000 |
Color Harmonies of #7DA976
Complementary color
Monochromatic Colors of #7DA976
Black with #7DA976
Text Example
Text Example
White with #7DA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA976; }
p { color: rgb(125,169,118); }
H1.HeaderClassName
{
color: #7DA976;
}
.AnyTagClassName
{
color: #7DA976;
}
</style>
background-color css
<style>
a { background-color: #7DA976; }
a { background-color: rgb(125,169,118); }
div.DivClassName
{
background-color: #7DA976;
}
.BgClassName
{
background-color: #7DA976;
}
</style>
border-color css
<style>
span { border-color: #7DA976; }
span { border-color: rgb(125,169,118); }
td.TdClassName
{
border-color: #7DA976;
}
.TagClassName
{
border-color: #7DA976;
}
</style>