Shades of Amulet #7DAC75
Tints of Amulet #7DAC75
RGB
CMYK
RGB Variations
Color information
#7DAC75 (or 0x7DAC75) is known color: Amulet. HEX triplet: 7D, AC and 75. RGB value is (125,172,117). Sum of RGB (Red+Green+Blue) = 125+172+117=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC75 is #82538A. Grayscale: #979797. Windows color (decimal): -8541067 or 7711869. OLE color: 7711869.
HSL color Cylindrical-coordinate representation of color #7DAC75: hue angle of 111.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DAC75 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 117 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.33 |
| HSL | 111.27º | 0.25% | 0.57% | - |
| HSV(B) | 111.27º | 0.32% | 0.67% | - |
| XYZ | 26.42 | 35.15 | 22.22 | - |
| YUV | 151.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 117 | 0.27 | 0 | 0.32 | 0.33 | 111.27 | 0.25 | 0.57 |
| Hex | 7D | AC | 75 | 1B | 0 | 20 | 21 | 6F | 19 | 39 |
| Octal | 175 | 254 | 165 | 33 | 0 | 40 | 41 | 157 | 31 | 71 |
| Binary | 1111101 | 10101100 | 1110101 | 11011 | 0 | 100000 | 100001 | 1101111 | 11001 | 111001 |
Color Harmonies of #7DAC75
Complementary color
Monochromatic Colors of #7DAC75
Black with #7DAC75
Text Example
Text Example
White with #7DAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC75; }
p { color: rgb(125,172,117); }
H1.HeaderClassName
{
color: #7DAC75;
}
.AnyTagClassName
{
color: #7DAC75;
}
</style>
background-color css
<style>
a { background-color: #7DAC75; }
a { background-color: rgb(125,172,117); }
div.DivClassName
{
background-color: #7DAC75;
}
.BgClassName
{
background-color: #7DAC75;
}
</style>
border-color css
<style>
span { border-color: #7DAC75; }
span { border-color: rgb(125,172,117); }
td.TdClassName
{
border-color: #7DAC75;
}
.TagClassName
{
border-color: #7DAC75;
}
</style>