Color Hex Logo

#78a48a Color Hex

#78A48A
(120,164,138)
0 Favorites   0 Comments

Color spaces of #78a48a

RGB 120164138
HSL0.400.190.56
HSV145°27°64°
CMYK 0.270.000.16   0.36
XYZ25.608632.379028.9448
Yxy32.37900.29460.3725
Hunter Lab56.9025-19.24689.6726
CIE-Lab63.6549-20.40218.7382

#78a48a color RGB value is (120,164,138).

#78a48a hex color red value is 120, green value is 164 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #78a48a hue: 0.40 , saturation: 0.19 and the lightness value of 78a48a is 0.56.

The process color (four color CMYK) of #78a48a color hex is 0.27, 0.00, 0.16, 0.36. Web safe color of #78a48a is #669999. Color #78a48a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10100100 10001010
Octal 170 244 212
Decimal 120 164 138
Hex 78 A4 8A

RGB Percentages of Color #78a48a

%28.44
%38.86
%32.70

CMYK Percentages of Color #78a48a

%27
%0
%16
%36

Triadic Colors of #78a48a

#78a48a #8a78a4 #a48a78

Analogous Colors of #78a48a

#78a48a #78a4a0 #7ca478

Monochromatic Colors of #78a48a

#78a48a

Complementary Color

#78a48a #a47892

#78a48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a48a Color CSS Codes

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

#78a48a Text Font Color

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

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


#78a48a Background Color

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

This div background color is #78a48a


#78a48a Border Color

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

This div border color is #78a48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a48a


Comments

No comments written yet.

Please login to write comment.