Shades of Amulet #7CA06D
Tints of Amulet #7CA06D
RGB
CMYK
RGB Variations
Color information
#7CA06D (or 0x7CA06D) is known color: Amulet. HEX triplet: 7C, A0 and 6D. RGB value is (124,160,109). Sum of RGB (Red+Green+Blue) = 124+160+109=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA06D is #835F92. Grayscale: #8F8F8F. Windows color (decimal): -8609683 or 7184508. OLE color: 7184508.
HSL color Cylindrical-coordinate representation of color #7CA06D: hue angle of 102.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CA06D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 109 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.37 |
| HSL | 102.35º | 0.21% | 0.53% | - |
| HSV(B) | 102.35º | 0.32% | 0.63% | - |
| XYZ | 23.64 | 30.53 | 19.11 | - |
| YUV | 143.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 109 | 0.22 | 0 | 0.32 | 0.37 | 102.35 | 0.21 | 0.53 |
| Hex | 7C | A0 | 6D | 16 | 0 | 20 | 25 | 66 | 15 | 35 |
| Octal | 174 | 240 | 155 | 26 | 0 | 40 | 45 | 146 | 25 | 65 |
| Binary | 1111100 | 10100000 | 1101101 | 10110 | 0 | 100000 | 100101 | 1100110 | 10101 | 110101 |
Color Harmonies of #7CA06D
Complementary color
Monochromatic Colors of #7CA06D
Black with #7CA06D
Text Example
Text Example
White with #7CA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA06D; }
p { color: rgb(124,160,109); }
H1.HeaderClassName
{
color: #7CA06D;
}
.AnyTagClassName
{
color: #7CA06D;
}
</style>
background-color css
<style>
a { background-color: #7CA06D; }
a { background-color: rgb(124,160,109); }
div.DivClassName
{
background-color: #7CA06D;
}
.BgClassName
{
background-color: #7CA06D;
}
</style>
border-color css
<style>
span { border-color: #7CA06D; }
span { border-color: rgb(124,160,109); }
td.TdClassName
{
border-color: #7CA06D;
}
.TagClassName
{
border-color: #7CA06D;
}
</style>