Shades of Amulet #7DAC6A
Tints of Amulet #7DAC6A
RGB
CMYK
RGB Variations
Color information
#7DAC6A (or 0x7DAC6A) is known color: Amulet. HEX triplet: 7D, AC and 6A. RGB value is (125,172,106). Sum of RGB (Red+Green+Blue) = 125+172+106=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC6A is #825395. Grayscale: #969696. Windows color (decimal): -8541078 or 6990973. OLE color: 6990973.
HSL color Cylindrical-coordinate representation of color #7DAC6A: hue angle of 102.73º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DAC6A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 106 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.33 |
| HSL | 102.73º | 0.28% | 0.55% | - |
| HSV(B) | 102.73º | 0.38% | 0.67% | - |
| XYZ | 25.81 | 34.91 | 19.01 | - |
| YUV | 150.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 106 | 0.27 | 0 | 0.38 | 0.33 | 102.73 | 0.28 | 0.55 |
| Hex | 7D | AC | 6A | 1B | 0 | 26 | 21 | 67 | 1C | 37 |
| Octal | 175 | 254 | 152 | 33 | 0 | 46 | 41 | 147 | 34 | 67 |
| Binary | 1111101 | 10101100 | 1101010 | 11011 | 0 | 100110 | 100001 | 1100111 | 11100 | 110111 |
Color Harmonies of #7DAC6A
Complementary color
Monochromatic Colors of #7DAC6A
Black with #7DAC6A
Text Example
Text Example
White with #7DAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC6A; }
p { color: rgb(125,172,106); }
H1.HeaderClassName
{
color: #7DAC6A;
}
.AnyTagClassName
{
color: #7DAC6A;
}
</style>
background-color css
<style>
a { background-color: #7DAC6A; }
a { background-color: rgb(125,172,106); }
div.DivClassName
{
background-color: #7DAC6A;
}
.BgClassName
{
background-color: #7DAC6A;
}
</style>
border-color css
<style>
span { border-color: #7DAC6A; }
span { border-color: rgb(125,172,106); }
td.TdClassName
{
border-color: #7DAC6A;
}
.TagClassName
{
border-color: #7DAC6A;
}
</style>