Color Hex Logo

#78a04c Color Hex

#78A04C
(120,160,76)
0 Favorites   0 Comments

Color spaces of #78a04c

RGB 12016076
HSL0.250.360.46
HSV89°53°63°
CMYK 0.250.000.53   0.37
XYZ21.621029.656511.4222
Yxy29.65650.34480.4730
Hunter Lab54.4578-24.432525.6847
CIE-Lab61.3567-28.212139.0487

#78a04c color RGB value is (120,160,76).

#78a04c hex color red value is 120, green value is 160 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #78a04c hue: 0.25 , saturation: 0.36 and the lightness value of 78a04c is 0.46.

The process color (four color CMYK) of #78a04c color hex is 0.25, 0.00, 0.53, 0.37. Web safe color of #78a04c is #669933. Color #78a04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10100000 01001100
Octal 170 240 114
Decimal 120 160 76
Hex 78 A0 4C

RGB Percentages of Color #78a04c

%33.71
%44.94
%21.35

CMYK Percentages of Color #78a04c

%25
%0
%53
%37

Triadic Colors of #78a04c

#78a04c #4c78a0 #a04c78

Analogous Colors of #78a04c

#78a04c #4ea04c #a09e4c

Monochromatic Colors of #78a04c

#78a04c

Complementary Color

#78a04c #744ca0

#78a04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a04c Color CSS Codes

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

#78a04c Text Font Color

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

This sample text font color is #78a04c
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.


#78a04c Background Color

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

This div background color is #78a04c


#78a04c Border Color

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

This div border color is #78a04c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,160,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78a04c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78a04c;
  -webkit-box-shadow: 1px 1px 3px 2px #78a04c;
  box-shadow:         1px 1px 3px 2px #78a04c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a04c


Comments

No comments written yet.

Please login to write comment.