Color Hex Logo

#78b089 Color Hex

#78B089
(120,176,137)
0 Favorites   0 Comments

Color spaces of #78b089

RGB 120176137
HSL0.380.260.58
HSV138°32°69°
CMYK 0.320.000.22   0.31
XYZ27.786436.849929.3152
Yxy36.84990.29580.3922
Hunter Lab60.7041-24.526513.8606
CIE-Lab67.1643-26.622214.2427

#78b089 color RGB value is (120,176,137).

#78b089 hex color red value is 120, green value is 176 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #78b089 hue: 0.38 , saturation: 0.26 and the lightness value of 78b089 is 0.58.

The process color (four color CMYK) of #78b089 color hex is 0.32, 0.00, 0.22, 0.31. Web safe color of #78b089 is #669999. Color #78b089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110000 10001001
Octal 170 260 211
Decimal 120 176 137
Hex 78 B0 89

RGB Percentages of Color #78b089

%27.71
%40.65
%31.64

CMYK Percentages of Color #78b089

%32
%0
%22
%31

Triadic Colors of #78b089

#78b089 #8978b0 #b08978

Analogous Colors of #78b089

#78b089 #78b0a5 #83b078

Monochromatic Colors of #78b089

#78b089

Complementary Color

#78b089 #b0789f

#78b089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b089 Color CSS Codes

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

#78b089 Text Font Color

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

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


#78b089 Background Color

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

This div background color is #78b089


#78b089 Border Color

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

This div border color is #78b089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78b089


Comments

No comments written yet.

Please login to write comment.