Color Hex Logo

#78b265 Color Hex

#78B265
(120,178,101)
0 Favorites   0 Comments

Color spaces of #78b265

RGB 120178101
HSL0.290.330.55
HSV105°43°70°
CMYK 0.330.000.43   0.30
XYZ26.015136.773418.0388
Yxy36.77340.32190.4550
Hunter Lab60.6411-29.545124.8119
CIE-Lab67.1067-33.580733.4427

#78b265 color RGB value is (120,178,101).

#78b265 hex color red value is 120, green value is 178 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #78b265 hue: 0.29 , saturation: 0.33 and the lightness value of 78b265 is 0.55.

The process color (four color CMYK) of #78b265 color hex is 0.33, 0.00, 0.43, 0.30. Web safe color of #78b265 is #669966. Color #78b265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110010 01100101
Octal 170 262 145
Decimal 120 178 101
Hex 78 B2 65

RGB Percentages of Color #78b265

%30.08
%44.61
%25.31

CMYK Percentages of Color #78b265

%33
%0
%43
%30

Triadic Colors of #78b265

#78b265 #6578b2 #b26578

Analogous Colors of #78b265

#78b265 #65b279 #9fb265

Monochromatic Colors of #78b265

#78b265

Complementary Color

#78b265 #9f65b2

#78b265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b265 Color CSS Codes

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

#78b265 Text Font Color

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

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


#78b265 Background Color

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

This div background color is #78b265


#78b265 Border Color

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

This div border color is #78b265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78b265


Comments

No comments written yet.

Please login to write comment.