Shades of Amulet #7C9A73
Tints of Amulet #7C9A73
RGB
CMYK
RGB Variations
Color information
#7C9A73 (or 0x7C9A73) is known color: Amulet. HEX triplet: 7C, 9A and 73. RGB value is (124,154,115). Sum of RGB (Red+Green+Blue) = 124+154+115=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #7C9A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9A73 is #83658C. Grayscale: #8C8C8C. Windows color (decimal): -8611213 or 7576188. OLE color: 7576188.
HSL color Cylindrical-coordinate representation of color #7C9A73: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C9A73 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 154 | 115 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.40 |
| HSL | 106.15º | 0.16% | 0.53% | - |
| HSV(B) | 106.15º | 0.25% | 0.6% | - |
| XYZ | 22.96 | 28.63 | 20.54 | - |
| YUV | 140.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 154 | 115 | 0.19 | 0 | 0.25 | 0.40 | 106.15 | 0.16 | 0.53 |
| Hex | 7C | 9A | 73 | 13 | 0 | 19 | 28 | 6A | 10 | 35 |
| Octal | 174 | 232 | 163 | 23 | 0 | 31 | 50 | 152 | 20 | 65 |
| Binary | 1111100 | 10011010 | 1110011 | 10011 | 0 | 11001 | 101000 | 1101010 | 10000 | 110101 |
Color Harmonies of #7C9A73
Complementary color
Monochromatic Colors of #7C9A73
Black with #7C9A73
Text Example
Text Example
White with #7C9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9A73; }
p { color: rgb(124,154,115); }
H1.HeaderClassName
{
color: #7C9A73;
}
.AnyTagClassName
{
color: #7C9A73;
}
</style>
background-color css
<style>
a { background-color: #7C9A73; }
a { background-color: rgb(124,154,115); }
div.DivClassName
{
background-color: #7C9A73;
}
.BgClassName
{
background-color: #7C9A73;
}
</style>
border-color css
<style>
span { border-color: #7C9A73; }
span { border-color: rgb(124,154,115); }
td.TdClassName
{
border-color: #7C9A73;
}
.TagClassName
{
border-color: #7C9A73;
}
</style>