Shades of Amulet #7CA373
Tints of Amulet #7CA373
RGB
CMYK
RGB Variations
Color information
#7CA373 (or 0x7CA373) is known color: Amulet. HEX triplet: 7C, A3 and 73. RGB value is (124,163,115). Sum of RGB (Red+Green+Blue) = 124+163+115=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA373 is #835C8C. Grayscale: #929292. Windows color (decimal): -8608909 or 7578492. OLE color: 7578492.
HSL color Cylindrical-coordinate representation of color #7CA373: hue angle of 108.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CA373 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 115 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.36 |
| HSL | 108.75º | 0.21% | 0.55% | - |
| HSV(B) | 108.75º | 0.29% | 0.64% | - |
| XYZ | 24.5 | 31.72 | 21.05 | - |
| YUV | 145.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 115 | 0.24 | 0 | 0.29 | 0.36 | 108.75 | 0.21 | 0.55 |
| Hex | 7C | A3 | 73 | 18 | 0 | 1D | 24 | 6D | 15 | 37 |
| Octal | 174 | 243 | 163 | 30 | 0 | 35 | 44 | 155 | 25 | 67 |
| Binary | 1111100 | 10100011 | 1110011 | 11000 | 0 | 11101 | 100100 | 1101101 | 10101 | 110111 |
Color Harmonies of #7CA373
Complementary color
Monochromatic Colors of #7CA373
Black with #7CA373
Text Example
Text Example
White with #7CA373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA373; }
p { color: rgb(124,163,115); }
H1.HeaderClassName
{
color: #7CA373;
}
.AnyTagClassName
{
color: #7CA373;
}
</style>
background-color css
<style>
a { background-color: #7CA373; }
a { background-color: rgb(124,163,115); }
div.DivClassName
{
background-color: #7CA373;
}
.BgClassName
{
background-color: #7CA373;
}
</style>
border-color css
<style>
span { border-color: #7CA373; }
span { border-color: rgb(124,163,115); }
td.TdClassName
{
border-color: #7CA373;
}
.TagClassName
{
border-color: #7CA373;
}
</style>