Shades of Amulet #7C9E73
Tints of Amulet #7C9E73
RGB
CMYK
RGB Variations
Color information
#7C9E73 (or 0x7C9E73) is known color: Amulet. HEX triplet: 7C, 9E and 73. RGB value is (124,158,115). Sum of RGB (Red+Green+Blue) = 124+158+115=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9E73 is #83618C. Grayscale: #8F8F8F. Windows color (decimal): -8610189 or 7577212. OLE color: 7577212.
HSL color Cylindrical-coordinate representation of color #7C9E73: hue angle of 107.44º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C9E73 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 158 | 115 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.38 |
| HSL | 107.44º | 0.18% | 0.54% | - |
| HSV(B) | 107.44º | 0.27% | 0.62% | - |
| XYZ | 23.63 | 29.98 | 20.76 | - |
| YUV | 142.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 115 | 0.22 | 0 | 0.27 | 0.38 | 107.44 | 0.18 | 0.54 |
| Hex | 7C | 9E | 73 | 16 | 0 | 1B | 26 | 6B | 12 | 36 |
| Octal | 174 | 236 | 163 | 26 | 0 | 33 | 46 | 153 | 22 | 66 |
| Binary | 1111100 | 10011110 | 1110011 | 10110 | 0 | 11011 | 100110 | 1101011 | 10010 | 110110 |
Color Harmonies of #7C9E73
Complementary color
Monochromatic Colors of #7C9E73
Black with #7C9E73
Text Example
Text Example
White with #7C9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9E73; }
p { color: rgb(124,158,115); }
H1.HeaderClassName
{
color: #7C9E73;
}
.AnyTagClassName
{
color: #7C9E73;
}
</style>
background-color css
<style>
a { background-color: #7C9E73; }
a { background-color: rgb(124,158,115); }
div.DivClassName
{
background-color: #7C9E73;
}
.BgClassName
{
background-color: #7C9E73;
}
</style>
border-color css
<style>
span { border-color: #7C9E73; }
span { border-color: rgb(124,158,115); }
td.TdClassName
{
border-color: #7C9E73;
}
.TagClassName
{
border-color: #7C9E73;
}
</style>