Shades of Amulet #7DA374
Tints of Amulet #7DA374
RGB
CMYK
RGB Variations
Color information
#7DA374 (or 0x7DA374) is known color: Amulet. HEX triplet: 7D, A3 and 74. RGB value is (125,163,116). Sum of RGB (Red+Green+Blue) = 125+163+116=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA374 is #825C8B. Grayscale: #929292. Windows color (decimal): -8543372 or 7644029. OLE color: 7644029.
HSL color Cylindrical-coordinate representation of color #7DA374: hue angle of 108.51º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DA374 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 116 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.36 |
| HSL | 108.51º | 0.2% | 0.55% | - |
| HSV(B) | 108.51º | 0.29% | 0.64% | - |
| XYZ | 24.71 | 31.82 | 21.36 | - |
| YUV | 146.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 116 | 0.23 | 0 | 0.29 | 0.36 | 108.51 | 0.2 | 0.55 |
| Hex | 7D | A3 | 74 | 17 | 0 | 1D | 24 | 6D | 14 | 37 |
| Octal | 175 | 243 | 164 | 27 | 0 | 35 | 44 | 155 | 24 | 67 |
| Binary | 1111101 | 10100011 | 1110100 | 10111 | 0 | 11101 | 100100 | 1101101 | 10100 | 110111 |
Color Harmonies of #7DA374
Complementary color
Monochromatic Colors of #7DA374
Black with #7DA374
Text Example
Text Example
White with #7DA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA374; }
p { color: rgb(125,163,116); }
H1.HeaderClassName
{
color: #7DA374;
}
.AnyTagClassName
{
color: #7DA374;
}
</style>
background-color css
<style>
a { background-color: #7DA374; }
a { background-color: rgb(125,163,116); }
div.DivClassName
{
background-color: #7DA374;
}
.BgClassName
{
background-color: #7DA374;
}
</style>
border-color css
<style>
span { border-color: #7DA374; }
span { border-color: rgb(125,163,116); }
td.TdClassName
{
border-color: #7DA374;
}
.TagClassName
{
border-color: #7DA374;
}
</style>