Shades of Amulet #7CA668
Tints of Amulet #7CA668
RGB
CMYK
RGB Variations
Color information
#7CA668 (or 0x7CA668) is known color: Amulet. HEX triplet: 7C, A6 and 68. RGB value is (124,166,104). Sum of RGB (Red+Green+Blue) = 124+166+104=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA668 is #835997. Grayscale: #929292. Windows color (decimal): -8608152 or 6858364. OLE color: 6858364.
HSL color Cylindrical-coordinate representation of color #7CA668: hue angle of 100.65º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CA668 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 104 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.35 |
| HSL | 100.65º | 0.26% | 0.53% | - |
| HSV(B) | 100.65º | 0.37% | 0.65% | - |
| XYZ | 24.45 | 32.56 | 18.09 | - |
| YUV | 146.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 104 | 0.25 | 0 | 0.37 | 0.35 | 100.65 | 0.26 | 0.53 |
| Hex | 7C | A6 | 68 | 19 | 0 | 25 | 23 | 65 | 1A | 35 |
| Octal | 174 | 246 | 150 | 31 | 0 | 45 | 43 | 145 | 32 | 65 |
| Binary | 1111100 | 10100110 | 1101000 | 11001 | 0 | 100101 | 100011 | 1100101 | 11010 | 110101 |
Color Harmonies of #7CA668
Complementary color
Monochromatic Colors of #7CA668
Black with #7CA668
Text Example
Text Example
White with #7CA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA668; }
p { color: rgb(124,166,104); }
H1.HeaderClassName
{
color: #7CA668;
}
.AnyTagClassName
{
color: #7CA668;
}
</style>
background-color css
<style>
a { background-color: #7CA668; }
a { background-color: rgb(124,166,104); }
div.DivClassName
{
background-color: #7CA668;
}
.BgClassName
{
background-color: #7CA668;
}
</style>
border-color css
<style>
span { border-color: #7CA668; }
span { border-color: rgb(124,166,104); }
td.TdClassName
{
border-color: #7CA668;
}
.TagClassName
{
border-color: #7CA668;
}
</style>