Shades of Christi #7CA000
Tints of Christi #7CA000
RGB
CMYK
RGB Variations
Color information
#7CA000 (or 0x7CA000) is known color: Christi. HEX triplet: 7C, A0 and 00. RGB value is (124,160,0). Sum of RGB (Red+Green+Blue) = 124+160+0=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA000 is #835FFF. Grayscale: #838383. Windows color (decimal): -8609792 or 41084. OLE color: 41084.
HSL color Cylindrical-coordinate representation of color #7CA000: hue angle of 73.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CA000 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.37 |
| HSL | 73.5º | 1% | 0.31% | - |
| HSV(B) | 73.5º | 1% | 0.63% | - |
| XYZ | 20.88 | 29.43 | 4.58 | - |
| YUV | 131 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 0 | 0.22 | 0 | 1 | 0.37 | 73.5 | 1 | 0.31 |
| Hex | 7C | A0 | 0 | 16 | 0 | 64 | 25 | 4A | 64 | 1F |
| Octal | 174 | 240 | 0 | 26 | 0 | 144 | 45 | 112 | 144 | 37 |
| Binary | 1111100 | 10100000 | 0 | 10110 | 0 | 1100100 | 100101 | 1001010 | 1100100 | 11111 |
Color Harmonies of #7CA000
Complementary color
Monochromatic Colors of #7CA000
Black with #7CA000
Text Example
Text Example
White with #7CA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA000; }
p { color: rgb(124,160,0); }
H1.HeaderClassName
{
color: #7CA000;
}
.AnyTagClassName
{
color: #7CA000;
}
</style>
background-color css
<style>
a { background-color: #7CA000; }
a { background-color: rgb(124,160,0); }
div.DivClassName
{
background-color: #7CA000;
}
.BgClassName
{
background-color: #7CA000;
}
</style>
border-color css
<style>
span { border-color: #7CA000; }
span { border-color: rgb(124,160,0); }
td.TdClassName
{
border-color: #7CA000;
}
.TagClassName
{
border-color: #7CA000;
}
</style>