Shades of Amulet #7CA36F
Tints of Amulet #7CA36F
RGB
CMYK
RGB Variations
Color information
#7CA36F (or 0x7CA36F) is known color: Amulet. HEX triplet: 7C, A3 and 6F. RGB value is (124,163,111). Sum of RGB (Red+Green+Blue) = 124+163+111=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA36F is #835C90. Grayscale: #919191. Windows color (decimal): -8608913 or 7316348. OLE color: 7316348.
HSL color Cylindrical-coordinate representation of color #7CA36F: hue angle of 105º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CA36F is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 111 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.36 |
| HSL | 105º | 0.22% | 0.54% | - |
| HSV(B) | 105º | 0.32% | 0.64% | - |
| XYZ | 24.28 | 31.63 | 19.86 | - |
| YUV | 145.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 111 | 0.24 | 0 | 0.32 | 0.36 | 105 | 0.22 | 0.54 |
| Hex | 7C | A3 | 6F | 18 | 0 | 20 | 24 | 69 | 16 | 36 |
| Octal | 174 | 243 | 157 | 30 | 0 | 40 | 44 | 151 | 26 | 66 |
| Binary | 1111100 | 10100011 | 1101111 | 11000 | 0 | 100000 | 100100 | 1101001 | 10110 | 110110 |
Color Harmonies of #7CA36F
Complementary color
Monochromatic Colors of #7CA36F
Black with #7CA36F
Text Example
Text Example
White with #7CA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA36F; }
p { color: rgb(124,163,111); }
H1.HeaderClassName
{
color: #7CA36F;
}
.AnyTagClassName
{
color: #7CA36F;
}
</style>
background-color css
<style>
a { background-color: #7CA36F; }
a { background-color: rgb(124,163,111); }
div.DivClassName
{
background-color: #7CA36F;
}
.BgClassName
{
background-color: #7CA36F;
}
</style>
border-color css
<style>
span { border-color: #7CA36F; }
span { border-color: rgb(124,163,111); }
td.TdClassName
{
border-color: #7CA36F;
}
.TagClassName
{
border-color: #7CA36F;
}
</style>