Shades of Amulet #7CB379
Tints of Amulet #7CB379
RGB
CMYK
RGB Variations
Color information
#7CB379 (or 0x7CB379) is known color: Amulet. HEX triplet: 7C, B3 and 79. RGB value is (124,179,121). Sum of RGB (Red+Green+Blue) = 124+179+121=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB379 is #834C86. Grayscale: #9C9C9C. Windows color (decimal): -8604807 or 7975804. OLE color: 7975804.
HSL color Cylindrical-coordinate representation of color #7CB379: hue angle of 116.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB379 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 121 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.30 |
| HSL | 116.9º | 0.28% | 0.59% | - |
| HSV(B) | 116.9º | 0.32% | 0.7% | - |
| XYZ | 27.88 | 37.91 | 23.94 | - |
| YUV | 155.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 121 | 0.31 | 0 | 0.32 | 0.30 | 116.9 | 0.28 | 0.59 |
| Hex | 7C | B3 | 79 | 1F | 0 | 20 | 1E | 75 | 1C | 3B |
| Octal | 174 | 263 | 171 | 37 | 0 | 40 | 36 | 165 | 34 | 73 |
| Binary | 1111100 | 10110011 | 1111001 | 11111 | 0 | 100000 | 11110 | 1110101 | 11100 | 111011 |
Color Harmonies of #7CB379
Complementary color
Monochromatic Colors of #7CB379
Black with #7CB379
Text Example
Text Example
White with #7CB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB379; }
p { color: rgb(124,179,121); }
H1.HeaderClassName
{
color: #7CB379;
}
.AnyTagClassName
{
color: #7CB379;
}
</style>
background-color css
<style>
a { background-color: #7CB379; }
a { background-color: rgb(124,179,121); }
div.DivClassName
{
background-color: #7CB379;
}
.BgClassName
{
background-color: #7CB379;
}
</style>
border-color css
<style>
span { border-color: #7CB379; }
span { border-color: rgb(124,179,121); }
td.TdClassName
{
border-color: #7CB379;
}
.TagClassName
{
border-color: #7CB379;
}
</style>