Shades of Amulet #7CB376
Tints of Amulet #7CB376
RGB
CMYK
RGB Variations
Color information
#7CB376 (or 0x7CB376) is known color: Amulet. HEX triplet: 7C, B3 and 76. RGB value is (124,179,118). Sum of RGB (Red+Green+Blue) = 124+179+118=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB376 is #834C89. Grayscale: #9B9B9B. Windows color (decimal): -8604810 or 7779196. OLE color: 7779196.
HSL color Cylindrical-coordinate representation of color #7CB376: hue angle of 114.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CB376 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 118 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.30 |
| HSL | 114.1º | 0.29% | 0.58% | - |
| HSV(B) | 114.1º | 0.34% | 0.7% | - |
| XYZ | 27.7 | 37.83 | 22.98 | - |
| YUV | 155.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 118 | 0.31 | 0 | 0.34 | 0.30 | 114.1 | 0.29 | 0.58 |
| Hex | 7C | B3 | 76 | 1F | 0 | 22 | 1E | 72 | 1D | 3A |
| Octal | 174 | 263 | 166 | 37 | 0 | 42 | 36 | 162 | 35 | 72 |
| Binary | 1111100 | 10110011 | 1110110 | 11111 | 0 | 100010 | 11110 | 1110010 | 11101 | 111010 |
Color Harmonies of #7CB376
Complementary color
Monochromatic Colors of #7CB376
Black with #7CB376
Text Example
Text Example
White with #7CB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB376; }
p { color: rgb(124,179,118); }
H1.HeaderClassName
{
color: #7CB376;
}
.AnyTagClassName
{
color: #7CB376;
}
</style>
background-color css
<style>
a { background-color: #7CB376; }
a { background-color: rgb(124,179,118); }
div.DivClassName
{
background-color: #7CB376;
}
.BgClassName
{
background-color: #7CB376;
}
</style>
border-color css
<style>
span { border-color: #7CB376; }
span { border-color: rgb(124,179,118); }
td.TdClassName
{
border-color: #7CB376;
}
.TagClassName
{
border-color: #7CB376;
}
</style>