Shades of Christi #7CA500
Tints of Christi #7CA500
RGB
CMYK
RGB Variations
Color information
#7CA500 (or 0x7CA500) is known color: Christi. HEX triplet: 7C, A5 and 00. RGB value is (124,165,0). Sum of RGB (Red+Green+Blue) = 124+165+0=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA500 is #835AFF. Grayscale: #868686. Windows color (decimal): -8608512 or 42364. OLE color: 42364.
HSL color Cylindrical-coordinate representation of color #7CA500: hue angle of 74.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CA500 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.35 |
| HSL | 74.91º | 1% | 0.32% | - |
| HSV(B) | 74.91º | 1% | 0.65% | - |
| XYZ | 21.77 | 31.2 | 4.87 | - |
| YUV | 133.93 | 52.42 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 0 | 0.25 | 0 | 1 | 0.35 | 74.91 | 1 | 0.32 |
| Hex | 7C | A5 | 0 | 19 | 0 | 64 | 23 | 4B | 64 | 20 |
| Octal | 174 | 245 | 0 | 31 | 0 | 144 | 43 | 113 | 144 | 40 |
| Binary | 1111100 | 10100101 | 0 | 11001 | 0 | 1100100 | 100011 | 1001011 | 1100100 | 100000 |
Color Harmonies of #7CA500
Complementary color
Monochromatic Colors of #7CA500
Black with #7CA500
Text Example
Text Example
White with #7CA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA500; }
p { color: rgb(124,165,0); }
H1.HeaderClassName
{
color: #7CA500;
}
.AnyTagClassName
{
color: #7CA500;
}
</style>
background-color css
<style>
a { background-color: #7CA500; }
a { background-color: rgb(124,165,0); }
div.DivClassName
{
background-color: #7CA500;
}
.BgClassName
{
background-color: #7CA500;
}
</style>
border-color css
<style>
span { border-color: #7CA500; }
span { border-color: rgb(124,165,0); }
td.TdClassName
{
border-color: #7CA500;
}
.TagClassName
{
border-color: #7CA500;
}
</style>