Shades of Amulet #7C956D
Tints of Amulet #7C956D
RGB
CMYK
RGB Variations
Color information
#7C956D (or 0x7C956D) is known color: Amulet. HEX triplet: 7C, 95 and 6D. RGB value is (124,149,109). Sum of RGB (Red+Green+Blue) = 124+149+109=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #7C956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C956D is #836A92. Grayscale: #898989. Windows color (decimal): -8612499 or 7181692. OLE color: 7181692.
HSL color Cylindrical-coordinate representation of color #7C956D: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C956D is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 109 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.42 |
| HSL | 97.5º | 0.16% | 0.51% | - |
| HSV(B) | 97.5º | 0.27% | 0.58% | - |
| XYZ | 21.82 | 26.88 | 18.51 | - |
| YUV | 136.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 109 | 0.17 | 0 | 0.27 | 0.42 | 97.5 | 0.16 | 0.51 |
| Hex | 7C | 95 | 6D | 11 | 0 | 1B | 2A | 62 | 10 | 33 |
| Octal | 174 | 225 | 155 | 21 | 0 | 33 | 52 | 142 | 20 | 63 |
| Binary | 1111100 | 10010101 | 1101101 | 10001 | 0 | 11011 | 101010 | 1100010 | 10000 | 110011 |
Color Harmonies of #7C956D
Complementary color
Monochromatic Colors of #7C956D
Black with #7C956D
Text Example
Text Example
White with #7C956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C956D; }
p { color: rgb(124,149,109); }
H1.HeaderClassName
{
color: #7C956D;
}
.AnyTagClassName
{
color: #7C956D;
}
</style>
background-color css
<style>
a { background-color: #7C956D; }
a { background-color: rgb(124,149,109); }
div.DivClassName
{
background-color: #7C956D;
}
.BgClassName
{
background-color: #7C956D;
}
</style>
border-color css
<style>
span { border-color: #7C956D; }
span { border-color: rgb(124,149,109); }
td.TdClassName
{
border-color: #7C956D;
}
.TagClassName
{
border-color: #7C956D;
}
</style>