Shades of Amulet #7CA671
Tints of Amulet #7CA671
RGB
CMYK
RGB Variations
Color information
#7CA671 (or 0x7CA671) is known color: Amulet. HEX triplet: 7C, A6 and 71. RGB value is (124,166,113). Sum of RGB (Red+Green+Blue) = 124+166+113=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA671 is #83598E. Grayscale: #939393. Windows color (decimal): -8608143 or 7448188. OLE color: 7448188.
HSL color Cylindrical-coordinate representation of color #7CA671: hue angle of 107.55º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CA671 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 113 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.35 |
| HSL | 107.55º | 0.23% | 0.55% | - |
| HSV(B) | 107.55º | 0.32% | 0.65% | - |
| XYZ | 24.93 | 32.75 | 20.63 | - |
| YUV | 147.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 113 | 0.25 | 0 | 0.32 | 0.35 | 107.55 | 0.23 | 0.55 |
| Hex | 7C | A6 | 71 | 19 | 0 | 20 | 23 | 6C | 17 | 37 |
| Octal | 174 | 246 | 161 | 31 | 0 | 40 | 43 | 154 | 27 | 67 |
| Binary | 1111100 | 10100110 | 1110001 | 11001 | 0 | 100000 | 100011 | 1101100 | 10111 | 110111 |
Color Harmonies of #7CA671
Complementary color
Monochromatic Colors of #7CA671
Black with #7CA671
Text Example
Text Example
White with #7CA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA671; }
p { color: rgb(124,166,113); }
H1.HeaderClassName
{
color: #7CA671;
}
.AnyTagClassName
{
color: #7CA671;
}
</style>
background-color css
<style>
a { background-color: #7CA671; }
a { background-color: rgb(124,166,113); }
div.DivClassName
{
background-color: #7CA671;
}
.BgClassName
{
background-color: #7CA671;
}
</style>
border-color css
<style>
span { border-color: #7CA671; }
span { border-color: rgb(124,166,113); }
td.TdClassName
{
border-color: #7CA671;
}
.TagClassName
{
border-color: #7CA671;
}
</style>