Color Hex Logo

#78a95b Color Hex

#78A95B
(120,169,91)
0 Favorites   0 Comments

Color spaces of #78a95b

RGB 12016991
HSL0.270.310.51
HSV98°46°66°
CMYK 0.290.000.46   0.34
XYZ23.822033.124315.0356
Yxy33.12430.33090.4602
Hunter Lab57.5537-26.836224.7984
CIE-Lab64.2614-30.708235.0064

#78a95b color RGB value is (120,169,91).

#78a95b hex color red value is 120, green value is 169 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #78a95b hue: 0.27 , saturation: 0.31 and the lightness value of 78a95b is 0.51.

The process color (four color CMYK) of #78a95b color hex is 0.29, 0.00, 0.46, 0.34. Web safe color of #78a95b is #669966. Color #78a95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101001 01011011
Octal 170 251 133
Decimal 120 169 91
Hex 78 A9 5B

RGB Percentages of Color #78a95b

%31.58
%44.47
%23.95

CMYK Percentages of Color #78a95b

%29
%0
%46
%34

Triadic Colors of #78a95b

#78a95b #5b78a9 #a95b78

Analogous Colors of #78a95b

#78a95b #5ba965 #9fa95b

Monochromatic Colors of #78a95b

#78a95b

Complementary Color

#78a95b #8c5ba9

#78a95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a95b Color CSS Codes

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

#78a95b Text Font Color

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

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


#78a95b Background Color

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

This div background color is #78a95b


#78a95b Border Color

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

This div border color is #78a95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a95b


Comments

No comments written yet.

Please login to write comment.