Shades of Amulet #7DA276
Tints of Amulet #7DA276
RGB
CMYK
RGB Variations
Color information
#7DA276 (or 0x7DA276) is known color: Amulet. HEX triplet: 7D, A2 and 76. RGB value is (125,162,118). Sum of RGB (Red+Green+Blue) = 125+162+118=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA276 is #825D89. Grayscale: #929292. Windows color (decimal): -8543626 or 7774845. OLE color: 7774845.
HSL color Cylindrical-coordinate representation of color #7DA276: hue angle of 110.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA276 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 118 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.36 |
| HSL | 110.45º | 0.19% | 0.55% | - |
| HSV(B) | 110.45º | 0.27% | 0.64% | - |
| XYZ | 24.65 | 31.51 | 21.92 | - |
| YUV | 145.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 118 | 0.23 | 0 | 0.27 | 0.36 | 110.45 | 0.19 | 0.55 |
| Hex | 7D | A2 | 76 | 17 | 0 | 1B | 24 | 6E | 13 | 37 |
| Octal | 175 | 242 | 166 | 27 | 0 | 33 | 44 | 156 | 23 | 67 |
| Binary | 1111101 | 10100010 | 1110110 | 10111 | 0 | 11011 | 100100 | 1101110 | 10011 | 110111 |
Color Harmonies of #7DA276
Complementary color
Monochromatic Colors of #7DA276
Black with #7DA276
Text Example
Text Example
White with #7DA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA276; }
p { color: rgb(125,162,118); }
H1.HeaderClassName
{
color: #7DA276;
}
.AnyTagClassName
{
color: #7DA276;
}
</style>
background-color css
<style>
a { background-color: #7DA276; }
a { background-color: rgb(125,162,118); }
div.DivClassName
{
background-color: #7DA276;
}
.BgClassName
{
background-color: #7DA276;
}
</style>
border-color css
<style>
span { border-color: #7DA276; }
span { border-color: rgb(125,162,118); }
td.TdClassName
{
border-color: #7DA276;
}
.TagClassName
{
border-color: #7DA276;
}
</style>