#7CA604

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

Shades of Christi #7CA604

Tints of Christi #7CA604

Color information

#7CA604 (or 0x7CA604) is unknown color: approx Christi. HEX triplet: 7C, A6 and 04. RGB value is (124,166,4). Sum of RGB (Red+Green+Blue) = 124+166+4=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA604 is #8359FB. Grayscale: #878787. Windows color (decimal): -8608252 or 304764. OLE color: 304764.

HSL color Cylindrical-coordinate representation of color #7CA604: hue angle of 75.56º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CA604 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1241664-
CMYK0.2500.980.35
HSL75.56º95.29%33.33%-
HSV(B)75.56º97.59%65.1%-
XYZ21.9731.575.05-
YUV134.9754.09120.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.18%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=42.18%
G=56.46%
B=1.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12416640.2500.980.3575.5695.2933.33
Hex7CA6419062234c5f21
Octal17424643101424311413741
Binary111110010100110100110010110001010001110011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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