Shades of Amulet #7CAC67
Tints of Amulet #7CAC67
RGB
CMYK
RGB Variations
Color information
#7CAC67 (or 0x7CAC67) is known color: Amulet. HEX triplet: 7C, AC and 67. RGB value is (124,172,103). Sum of RGB (Red+Green+Blue) = 124+172+103=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC67 is #835398. Grayscale: #969696. Windows color (decimal): -8606617 or 6794364. OLE color: 6794364.
HSL color Cylindrical-coordinate representation of color #7CAC67: hue angle of 101.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CAC67 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 103 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.33 |
| HSL | 101.74º | 0.29% | 0.54% | - |
| HSV(B) | 101.74º | 0.4% | 0.67% | - |
| XYZ | 25.51 | 34.77 | 18.2 | - |
| YUV | 149.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 103 | 0.28 | 0 | 0.40 | 0.33 | 101.74 | 0.29 | 0.54 |
| Hex | 7C | AC | 67 | 1C | 0 | 28 | 21 | 66 | 1D | 36 |
| Octal | 174 | 254 | 147 | 34 | 0 | 50 | 41 | 146 | 35 | 66 |
| Binary | 1111100 | 10101100 | 1100111 | 11100 | 0 | 101000 | 100001 | 1100110 | 11101 | 110110 |
Color Harmonies of #7CAC67
Complementary color
Monochromatic Colors of #7CAC67
Black with #7CAC67
Text Example
Text Example
White with #7CAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC67; }
p { color: rgb(124,172,103); }
H1.HeaderClassName
{
color: #7CAC67;
}
.AnyTagClassName
{
color: #7CAC67;
}
</style>
background-color css
<style>
a { background-color: #7CAC67; }
a { background-color: rgb(124,172,103); }
div.DivClassName
{
background-color: #7CAC67;
}
.BgClassName
{
background-color: #7CAC67;
}
</style>
border-color css
<style>
span { border-color: #7CAC67; }
span { border-color: rgb(124,172,103); }
td.TdClassName
{
border-color: #7CAC67;
}
.TagClassName
{
border-color: #7CAC67;
}
</style>