Color Hex Logo

#78b291 Color Hex

#78B291
(120,178,145)
0 Favorites   0 Comments

Color spaces of #78b291

RGB 120178145
HSL0.410.270.58
HSV146°33°70°
CMYK 0.330.000.19   0.30
XYZ28.777037.878232.5826
Yxy37.87820.29000.3817
Hunter Lab61.5453-24.242211.6930
CIE-Lab67.9307-26.028410.9341

#78b291 color RGB value is (120,178,145).

#78b291 hex color red value is 120, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #78b291 hue: 0.41 , saturation: 0.27 and the lightness value of 78b291 is 0.58.

The process color (four color CMYK) of #78b291 color hex is 0.33, 0.00, 0.19, 0.30. Web safe color of #78b291 is #669999. Color #78b291 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110010 10010001
Octal 170 262 221
Decimal 120 178 145
Hex 78 B2 91

RGB Percentages of Color #78b291

%27.09
%40.18
%32.73

CMYK Percentages of Color #78b291

%33
%0
%19
%30

Triadic Colors of #78b291

#78b291 #9178b2 #b29178

Analogous Colors of #78b291

#78b291 #78b2ae #7cb278

Monochromatic Colors of #78b291

#78b291

Complementary Color

#78b291 #b27899

#78b291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b291 Color CSS Codes

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

#78b291 Text Font Color

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

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


#78b291 Background Color

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

This div background color is #78b291


#78b291 Border Color

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

This div border color is #78b291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78b291


Comments

No comments written yet.

Please login to write comment.