#7CA004

Color #7CA004 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #7CA004

Tints of Christi #7CA004

Color information

#7CA004 (or 0x7CA004) is unknown color: approx Christi. HEX triplet: 7C, A0 and 04. RGB value is (124,160,4). Sum of RGB (Red+Green+Blue) = 124+160+4=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA004 is #835FFB. Grayscale: #848484. Windows color (decimal): -8609788 or 303228. OLE color: 303228.

HSL color Cylindrical-coordinate representation of color #7CA004: hue angle of 73.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CA004 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1241604-
CMYK0.2200.980.37
HSL73.85º95.12%32.16%-
HSV(B)73.85º97.5%62.75%-
XYZ20.929.444.69-
YUV131.4556.07122.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 160 (62.89% from 255) = 55.56%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=43.06%
G=55.56%
B=1.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12416040.2200.980.3773.8595.1232.16
Hex7CA0416062254a5f20
Octal17424042601424511213740
Binary111110010100000100101100110001010010110010101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA004; }

 p { color: rgb(124,160,4); }

 H1.HeaderClassName
 {
   color: #7CA004;
 }
 .AnyTagClassName
 {
   color: #7CA004;
 }
</style>
background-color css

<style>
 a { background-color: #7CA004; }

 a { background-color: rgb(124,160,4); }

 div.DivClassName
 {
   background-color: #7CA004;
 }
 .BgClassName
 {
   background-color: #7CA004;
 }
</style>
border-color css

<style>
 span { border-color: #7CA004; }

 span { border-color: rgb(124,160,4); }

 td.TdClassName
 {
   border-color: #7CA004;
 }
 .TagClassName
 {
   border-color: #7CA004;
 }
</style>