Shades of Amulet #7CB36C
Tints of Amulet #7CB36C
RGB
CMYK
RGB Variations
Color information
#7CB36C (or 0x7CB36C) is known color: Amulet. HEX triplet: 7C, B3 and 6C. RGB value is (124,179,108). Sum of RGB (Red+Green+Blue) = 124+179+108=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB36C is #834C93. Grayscale: #9A9A9A. Windows color (decimal): -8604820 or 7123836. OLE color: 7123836.
HSL color Cylindrical-coordinate representation of color #7CB36C: hue angle of 106.48º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CB36C is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 108 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.30 |
| HSL | 106.48º | 0.32% | 0.56% | - |
| HSV(B) | 106.48º | 0.4% | 0.7% | - |
| XYZ | 27.14 | 37.61 | 20.02 | - |
| YUV | 154.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 108 | 0.31 | 0 | 0.40 | 0.30 | 106.48 | 0.32 | 0.56 |
| Hex | 7C | B3 | 6C | 1F | 0 | 28 | 1E | 6A | 20 | 38 |
| Octal | 174 | 263 | 154 | 37 | 0 | 50 | 36 | 152 | 40 | 70 |
| Binary | 1111100 | 10110011 | 1101100 | 11111 | 0 | 101000 | 11110 | 1101010 | 100000 | 111000 |
Color Harmonies of #7CB36C
Complementary color
Monochromatic Colors of #7CB36C
Black with #7CB36C
Text Example
Text Example
White with #7CB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB36C; }
p { color: rgb(124,179,108); }
H1.HeaderClassName
{
color: #7CB36C;
}
.AnyTagClassName
{
color: #7CB36C;
}
</style>
background-color css
<style>
a { background-color: #7CB36C; }
a { background-color: rgb(124,179,108); }
div.DivClassName
{
background-color: #7CB36C;
}
.BgClassName
{
background-color: #7CB36C;
}
</style>
border-color css
<style>
span { border-color: #7CB36C; }
span { border-color: rgb(124,179,108); }
td.TdClassName
{
border-color: #7CB36C;
}
.TagClassName
{
border-color: #7CB36C;
}
</style>