Shades of Amulet #7DAC7C
Tints of Amulet #7DAC7C
RGB
CMYK
RGB Variations
Color information
#7DAC7C (or 0x7DAC7C) is known color: Amulet. HEX triplet: 7D, AC and 7C. RGB value is (125,172,124). Sum of RGB (Red+Green+Blue) = 125+172+124=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC7C is #825383. Grayscale: #989898. Windows color (decimal): -8541060 or 8170621. OLE color: 8170621.
HSL color Cylindrical-coordinate representation of color #7DAC7C: hue angle of 118.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAC7C is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 124 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.33 |
| HSL | 118.75º | 0.22% | 0.58% | - |
| HSV(B) | 118.75º | 0.28% | 0.67% | - |
| XYZ | 26.85 | 35.32 | 24.47 | - |
| YUV | 152.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 124 | 0.27 | 0 | 0.28 | 0.33 | 118.75 | 0.22 | 0.58 |
| Hex | 7D | AC | 7C | 1B | 0 | 1C | 21 | 77 | 16 | 3A |
| Octal | 175 | 254 | 174 | 33 | 0 | 34 | 41 | 167 | 26 | 72 |
| Binary | 1111101 | 10101100 | 1111100 | 11011 | 0 | 11100 | 100001 | 1110111 | 10110 | 111010 |
Color Harmonies of #7DAC7C
Complementary color
Monochromatic Colors of #7DAC7C
Black with #7DAC7C
Text Example
Text Example
White with #7DAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC7C; }
p { color: rgb(125,172,124); }
H1.HeaderClassName
{
color: #7DAC7C;
}
.AnyTagClassName
{
color: #7DAC7C;
}
</style>
background-color css
<style>
a { background-color: #7DAC7C; }
a { background-color: rgb(125,172,124); }
div.DivClassName
{
background-color: #7DAC7C;
}
.BgClassName
{
background-color: #7DAC7C;
}
</style>
border-color css
<style>
span { border-color: #7DAC7C; }
span { border-color: rgb(125,172,124); }
td.TdClassName
{
border-color: #7DAC7C;
}
.TagClassName
{
border-color: #7DAC7C;
}
</style>