Shades of Amulet #7CB670
Tints of Amulet #7CB670
RGB
CMYK
RGB Variations
Color information
#7CB670 (or 0x7CB670) is known color: Amulet. HEX triplet: 7C, B6 and 70. RGB value is (124,182,112). Sum of RGB (Red+Green+Blue) = 124+182+112=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB670 is #83498F. Grayscale: #9C9C9C. Windows color (decimal): -8604048 or 7386748. OLE color: 7386748.
HSL color Cylindrical-coordinate representation of color #7CB670: hue angle of 109.71º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB670 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 112 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.29 |
| HSL | 109.71º | 0.32% | 0.58% | - |
| HSV(B) | 109.71º | 0.38% | 0.71% | - |
| XYZ | 27.96 | 38.91 | 21.37 | - |
| YUV | 156.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 112 | 0.32 | 0 | 0.38 | 0.29 | 109.71 | 0.32 | 0.58 |
| Hex | 7C | B6 | 70 | 20 | 0 | 26 | 1D | 6E | 20 | 3A |
| Octal | 174 | 266 | 160 | 40 | 0 | 46 | 35 | 156 | 40 | 72 |
| Binary | 1111100 | 10110110 | 1110000 | 100000 | 0 | 100110 | 11101 | 1101110 | 100000 | 111010 |
Color Harmonies of #7CB670
Complementary color
Monochromatic Colors of #7CB670
Black with #7CB670
Text Example
Text Example
White with #7CB670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB670; }
p { color: rgb(124,182,112); }
H1.HeaderClassName
{
color: #7CB670;
}
.AnyTagClassName
{
color: #7CB670;
}
</style>
background-color css
<style>
a { background-color: #7CB670; }
a { background-color: rgb(124,182,112); }
div.DivClassName
{
background-color: #7CB670;
}
.BgClassName
{
background-color: #7CB670;
}
</style>
border-color css
<style>
span { border-color: #7CB670; }
span { border-color: rgb(124,182,112); }
td.TdClassName
{
border-color: #7CB670;
}
.TagClassName
{
border-color: #7CB670;
}
</style>