Shades of Amulet #7CB476
Tints of Amulet #7CB476
RGB
CMYK
RGB Variations
Color information
#7CB476 (or 0x7CB476) is known color: Amulet. HEX triplet: 7C, B4 and 76. RGB value is (124,180,118). Sum of RGB (Red+Green+Blue) = 124+180+118=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB476 is #834B89. Grayscale: #9C9C9C. Windows color (decimal): -8604554 or 7779452. OLE color: 7779452.
HSL color Cylindrical-coordinate representation of color #7CB476: hue angle of 114.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CB476 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 118 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.29 |
| HSL | 114.19º | 0.29% | 0.58% | - |
| HSV(B) | 114.19º | 0.34% | 0.71% | - |
| XYZ | 27.9 | 38.24 | 23.05 | - |
| YUV | 156.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 118 | 0.31 | 0 | 0.34 | 0.29 | 114.19 | 0.29 | 0.58 |
| Hex | 7C | B4 | 76 | 1F | 0 | 22 | 1D | 72 | 1D | 3A |
| Octal | 174 | 264 | 166 | 37 | 0 | 42 | 35 | 162 | 35 | 72 |
| Binary | 1111100 | 10110100 | 1110110 | 11111 | 0 | 100010 | 11101 | 1110010 | 11101 | 111010 |
Color Harmonies of #7CB476
Complementary color
Monochromatic Colors of #7CB476
Black with #7CB476
Text Example
Text Example
White with #7CB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB476; }
p { color: rgb(124,180,118); }
H1.HeaderClassName
{
color: #7CB476;
}
.AnyTagClassName
{
color: #7CB476;
}
</style>
background-color css
<style>
a { background-color: #7CB476; }
a { background-color: rgb(124,180,118); }
div.DivClassName
{
background-color: #7CB476;
}
.BgClassName
{
background-color: #7CB476;
}
</style>
border-color css
<style>
span { border-color: #7CB476; }
span { border-color: rgb(124,180,118); }
td.TdClassName
{
border-color: #7CB476;
}
.TagClassName
{
border-color: #7CB476;
}
</style>