Color Hex Logo

#78b175 Color Hex

#78B175
(120,177,117)
0 Favorites   0 Comments

Color spaces of #78b175

RGB 120177117
HSL0.330.280.58
HSV117°34°69°
CMYK 0.320.000.34   0.31
XYZ26.678836.721722.5115
Yxy36.72170.31050.4274
Hunter Lab60.5984-27.461620.3935
CIE-Lab67.0677-30.675124.9583

#78b175 color RGB value is (120,177,117).

#78b175 hex color red value is 120, green value is 177 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #78b175 hue: 0.33 , saturation: 0.28 and the lightness value of 78b175 is 0.58.

The process color (four color CMYK) of #78b175 color hex is 0.32, 0.00, 0.34, 0.31. Web safe color of #78b175 is #669966. Color #78b175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110001 01110101
Octal 170 261 165
Decimal 120 177 117
Hex 78 B1 75

RGB Percentages of Color #78b175

%28.99
%42.75
%28.26

CMYK Percentages of Color #78b175

%32
%0
%34
%31

Triadic Colors of #78b175

#78b175 #7578b1 #b17578

Analogous Colors of #78b175

#78b175 #75b190 #96b175

Monochromatic Colors of #78b175

#78b175

Complementary Color

#78b175 #ae75b1

#78b175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b175 Color CSS Codes

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

#78b175 Text Font Color

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

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


#78b175 Background Color

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

This div background color is #78b175


#78b175 Border Color

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

This div border color is #78b175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78b175


Comments

No comments written yet.

Please login to write comment.