Color Hex Logo

#779402 Color Hex

#779402
(119,148,2)
0 Favorites   0 Comments

Color spaces of #779402

RGB 1191482
HSL0.200.970.29
HSV72°99°58°
CMYK 0.200.000.99   0.42
XYZ18.208625.10613.9437
Yxy25.10610.38530.5313
Hunter Lab50.1060-22.818330.4076
CIE-Lab57.1787-27.188559.9975

#779402 color RGB value is (119,148,2).

#779402 hex color red value is 119, green value is 148 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #779402 hue: 0.20 , saturation: 0.97 and the lightness value of 779402 is 0.29.

The process color (four color CMYK) of #779402 color hex is 0.20, 0.00, 0.99, 0.42. Web safe color of #779402 is #669900. Color #779402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010100 00000010
Octal 167 224 2
Decimal 119 148 2
Hex 77 94 2

RGB Percentages of Color #779402

%44.24
%55.02
%0.74

CMYK Percentages of Color #779402

%20
%0
%99
%42

Triadic Colors of #779402

#779402 #027794 #940277

Analogous Colors of #779402

#779402 #2e9402 #946802

Monochromatic Colors of #779402

#779402

Complementary Color

#779402 #1f0294

#779402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779402 Color CSS Codes

.mybgcolor {background-color:#779402; } 
.myforecolor {color:#779402; }
.mybordercolor {border:3px solid #779402; }

#779402 Text Font Color

<p style="color:#779402">Text here</p>

This sample text font color is #779402
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#779402 Background Color

<div style="background-color:#779402">
Div content here</div>

This div background color is #779402


#779402 Border Color

<div style="border:3px solid #779402">
Div here</div>

This div border color is #779402


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,148,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779402; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779402;
  -webkit-box-shadow: 1px 1px 3px 2px #779402;
  box-shadow:         1px 1px 3px 2px #779402; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,148,2, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #779402">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #779402;
  -webkit-box-shadow: 1px 1px 3px 2px #779402;
  box-shadow:         1px 1px 3px 2px #779402;">
Div content here</div>

This div box has shadow with color #779402


Comments

No comments written yet.

Please login to write comment.