Shades of Amulet #7CAC70
Tints of Amulet #7CAC70
RGB
CMYK
RGB Variations
Color information
#7CAC70 (or 0x7CAC70) is known color: Amulet. HEX triplet: 7C, AC and 70. RGB value is (124,172,112). Sum of RGB (Red+Green+Blue) = 124+172+112=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC70 is #83538F. Grayscale: #969696. Windows color (decimal): -8606608 or 7384188. OLE color: 7384188.
HSL color Cylindrical-coordinate representation of color #7CAC70: hue angle of 108º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CAC70 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 112 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.33 |
| HSL | 108º | 0.27% | 0.56% | - |
| HSV(B) | 108º | 0.35% | 0.67% | - |
| XYZ | 25.99 | 34.96 | 20.71 | - |
| YUV | 150.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 112 | 0.28 | 0 | 0.35 | 0.33 | 108 | 0.27 | 0.56 |
| Hex | 7C | AC | 70 | 1C | 0 | 23 | 21 | 6C | 1B | 38 |
| Octal | 174 | 254 | 160 | 34 | 0 | 43 | 41 | 154 | 33 | 70 |
| Binary | 1111100 | 10101100 | 1110000 | 11100 | 0 | 100011 | 100001 | 1101100 | 11011 | 111000 |
Color Harmonies of #7CAC70
Complementary color
Monochromatic Colors of #7CAC70
Black with #7CAC70
Text Example
Text Example
White with #7CAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC70; }
p { color: rgb(124,172,112); }
H1.HeaderClassName
{
color: #7CAC70;
}
.AnyTagClassName
{
color: #7CAC70;
}
</style>
background-color css
<style>
a { background-color: #7CAC70; }
a { background-color: rgb(124,172,112); }
div.DivClassName
{
background-color: #7CAC70;
}
.BgClassName
{
background-color: #7CAC70;
}
</style>
border-color css
<style>
span { border-color: #7CAC70; }
span { border-color: rgb(124,172,112); }
td.TdClassName
{
border-color: #7CAC70;
}
.TagClassName
{
border-color: #7CAC70;
}
</style>