Shades of Amulet #7CAC75
Tints of Amulet #7CAC75
RGB
CMYK
RGB Variations
Color information
#7CAC75 (or 0x7CAC75) is known color: Amulet. HEX triplet: 7C, AC and 75. RGB value is (124,172,117). Sum of RGB (Red+Green+Blue) = 124+172+117=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC75 is #83538A. Grayscale: #979797. Windows color (decimal): -8606603 or 7711868. OLE color: 7711868.
HSL color Cylindrical-coordinate representation of color #7CAC75: hue angle of 112.36º 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 #7CAC75 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 117 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.33 |
| HSL | 112.36º | 0.25% | 0.57% | - |
| HSV(B) | 112.36º | 0.32% | 0.67% | - |
| XYZ | 26.28 | 35.07 | 22.21 | - |
| YUV | 151.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 117 | 0.28 | 0 | 0.32 | 0.33 | 112.36 | 0.25 | 0.57 |
| Hex | 7C | AC | 75 | 1C | 0 | 20 | 21 | 70 | 19 | 39 |
| Octal | 174 | 254 | 165 | 34 | 0 | 40 | 41 | 160 | 31 | 71 |
| Binary | 1111100 | 10101100 | 1110101 | 11100 | 0 | 100000 | 100001 | 1110000 | 11001 | 111001 |
Color Harmonies of #7CAC75
Complementary color
Monochromatic Colors of #7CAC75
Black with #7CAC75
Text Example
Text Example
White with #7CAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC75; }
p { color: rgb(124,172,117); }
H1.HeaderClassName
{
color: #7CAC75;
}
.AnyTagClassName
{
color: #7CAC75;
}
</style>
background-color css
<style>
a { background-color: #7CAC75; }
a { background-color: rgb(124,172,117); }
div.DivClassName
{
background-color: #7CAC75;
}
.BgClassName
{
background-color: #7CAC75;
}
</style>
border-color css
<style>
span { border-color: #7CAC75; }
span { border-color: rgb(124,172,117); }
td.TdClassName
{
border-color: #7CAC75;
}
.TagClassName
{
border-color: #7CAC75;
}
</style>