Shades of Amulet #7CB079
Tints of Amulet #7CB079
RGB
CMYK
RGB Variations
Color information
#7CB079 (or 0x7CB079) is known color: Amulet. HEX triplet: 7C, B0 and 79. RGB value is (124,176,121). Sum of RGB (Red+Green+Blue) = 124+176+121=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB079 is #834F86. Grayscale: #9A9A9A. Windows color (decimal): -8605575 or 7975036. OLE color: 7975036.
HSL color Cylindrical-coordinate representation of color #7CB079: hue angle of 116.73º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB079 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 121 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.31 |
| HSL | 116.73º | 0.26% | 0.58% | - |
| HSV(B) | 116.73º | 0.31% | 0.69% | - |
| XYZ | 27.29 | 36.72 | 23.74 | - |
| YUV | 154.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 121 | 0.30 | 0 | 0.31 | 0.31 | 116.73 | 0.26 | 0.58 |
| Hex | 7C | B0 | 79 | 1E | 0 | 1F | 1F | 75 | 1A | 3A |
| Octal | 174 | 260 | 171 | 36 | 0 | 37 | 37 | 165 | 32 | 72 |
| Binary | 1111100 | 10110000 | 1111001 | 11110 | 0 | 11111 | 11111 | 1110101 | 11010 | 111010 |
Color Harmonies of #7CB079
Complementary color
Monochromatic Colors of #7CB079
Black with #7CB079
Text Example
Text Example
White with #7CB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB079; }
p { color: rgb(124,176,121); }
H1.HeaderClassName
{
color: #7CB079;
}
.AnyTagClassName
{
color: #7CB079;
}
</style>
background-color css
<style>
a { background-color: #7CB079; }
a { background-color: rgb(124,176,121); }
div.DivClassName
{
background-color: #7CB079;
}
.BgClassName
{
background-color: #7CB079;
}
</style>
border-color css
<style>
span { border-color: #7CB079; }
span { border-color: rgb(124,176,121); }
td.TdClassName
{
border-color: #7CB079;
}
.TagClassName
{
border-color: #7CB079;
}
</style>