Shades of Christi #7CA404
Tints of Christi #7CA404
RGB
CMYK
RGB Variations
Color information
#7CA404 (or 0x7CA404) is known color: Christi. HEX triplet: 7C, A4 and 04. RGB value is (124,164,4). Sum of RGB (Red+Green+Blue) = 124+164+4=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA404 is #835BFB. Grayscale: #868686. Windows color (decimal): -8608764 or 304252. OLE color: 304252.
HSL color Cylindrical-coordinate representation of color #7CA404: hue angle of 75º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CA404 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.36 |
| HSL | 75º | 0.95% | 0.33% | - |
| HSV(B) | 75º | 0.98% | 0.64% | - |
| XYZ | 21.61 | 30.84 | 4.93 | - |
| YUV | 133.8 | 54.75 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 4 | 0.24 | 0 | 0.98 | 0.36 | 75 | 0.95 | 0.33 |
| Hex | 7C | A4 | 4 | 18 | 0 | 62 | 24 | 4B | 5F | 21 |
| Octal | 174 | 244 | 4 | 30 | 0 | 142 | 44 | 113 | 137 | 41 |
| Binary | 1111100 | 10100100 | 100 | 11000 | 0 | 1100010 | 100100 | 1001011 | 1011111 | 100001 |
Color Harmonies of #7CA404
Complementary color
Monochromatic Colors of #7CA404
Black with #7CA404
Text Example
Text Example
White with #7CA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA404; }
p { color: rgb(124,164,4); }
H1.HeaderClassName
{
color: #7CA404;
}
.AnyTagClassName
{
color: #7CA404;
}
</style>
background-color css
<style>
a { background-color: #7CA404; }
a { background-color: rgb(124,164,4); }
div.DivClassName
{
background-color: #7CA404;
}
.BgClassName
{
background-color: #7CA404;
}
</style>
border-color css
<style>
span { border-color: #7CA404; }
span { border-color: rgb(124,164,4); }
td.TdClassName
{
border-color: #7CA404;
}
.TagClassName
{
border-color: #7CA404;
}
</style>