Color Hex Logo

#78b586 Color Hex

#78B586
(120,181,134)
0 Favorites   0 Comments

Color spaces of #78b586

RGB 120181134
HSL0.370.290.59
HSV134°34°71°
CMYK 0.340.000.26   0.29
XYZ28.572738.762028.5301
Yxy38.76200.29810.4043
Hunter Lab62.2591-27.034216.4119
CIE-Lab68.5785-29.616917.8443

#78b586 color RGB value is (120,181,134).

#78b586 hex color red value is 120, green value is 181 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #78b586 hue: 0.37 , saturation: 0.29 and the lightness value of 78b586 is 0.59.

The process color (four color CMYK) of #78b586 color hex is 0.34, 0.00, 0.26, 0.29. Web safe color of #78b586 is #66cc99. Color #78b586 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110101 10000110
Octal 170 265 206
Decimal 120 181 134
Hex 78 B5 86

RGB Percentages of Color #78b586

%27.59
%41.61
%30.80

CMYK Percentages of Color #78b586

%34
%0
%26
%29

Triadic Colors of #78b586

#78b586 #8678b5 #b58678

Analogous Colors of #78b586

#78b586 #78b5a5 #89b578

Monochromatic Colors of #78b586

#78b586

Complementary Color

#78b586 #b578a7

#78b586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b586 Color CSS Codes

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

#78b586 Text Font Color

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

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


#78b586 Background Color

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

This div background color is #78b586


#78b586 Border Color

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

This div border color is #78b586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78b586


Comments

No comments written yet.

Please login to write comment.