Shades of Amulet #7CA07B
Tints of Amulet #7CA07B
RGB
CMYK
RGB Variations
Color information
#7CA07B (or 0x7CA07B) is known color: Amulet. HEX triplet: 7C, A0 and 7B. RGB value is (124,160,123). Sum of RGB (Red+Green+Blue) = 124+160+123=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA07B is #835F84. Grayscale: #919191. Windows color (decimal): -8609669 or 8102012. OLE color: 8102012.
HSL color Cylindrical-coordinate representation of color #7CA07B: hue angle of 118.38º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA07B is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 123 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.37 |
| HSL | 118.38º | 0.16% | 0.55% | - |
| HSV(B) | 118.38º | 0.23% | 0.63% | - |
| XYZ | 24.46 | 30.86 | 23.41 | - |
| YUV | 145.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 123 | 0.22 | 0 | 0.23 | 0.37 | 118.38 | 0.16 | 0.55 |
| Hex | 7C | A0 | 7B | 16 | 0 | 17 | 25 | 76 | 10 | 37 |
| Octal | 174 | 240 | 173 | 26 | 0 | 27 | 45 | 166 | 20 | 67 |
| Binary | 1111100 | 10100000 | 1111011 | 10110 | 0 | 10111 | 100101 | 1110110 | 10000 | 110111 |
Color Harmonies of #7CA07B
Complementary color
Monochromatic Colors of #7CA07B
Black with #7CA07B
Text Example
Text Example
White with #7CA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA07B; }
p { color: rgb(124,160,123); }
H1.HeaderClassName
{
color: #7CA07B;
}
.AnyTagClassName
{
color: #7CA07B;
}
</style>
background-color css
<style>
a { background-color: #7CA07B; }
a { background-color: rgb(124,160,123); }
div.DivClassName
{
background-color: #7CA07B;
}
.BgClassName
{
background-color: #7CA07B;
}
</style>
border-color css
<style>
span { border-color: #7CA07B; }
span { border-color: rgb(124,160,123); }
td.TdClassName
{
border-color: #7CA07B;
}
.TagClassName
{
border-color: #7CA07B;
}
</style>