Color Hex Logo

#78914f Color Hex

#78914F
(120,145,79)
0 Favorites   0 Comments

Color spaces of #78914f

RGB 12014579
HSL0.230.290.44
HSV83°46°57°
CMYK 0.170.000.46   0.43
XYZ19.282424.808411.1693
Yxy24.80840.34890.4489
Hunter Lab49.8080-18.060621.5700
CIE-Lab56.8883-20.378632.0458

#78914f color RGB value is (120,145,79).

#78914f hex color red value is 120, green value is 145 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #78914f hue: 0.23 , saturation: 0.29 and the lightness value of 78914f is 0.44.

The process color (four color CMYK) of #78914f color hex is 0.17, 0.00, 0.46, 0.43. Web safe color of #78914f is #669966. Color #78914f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010001 01001111
Octal 170 221 117
Decimal 120 145 79
Hex 78 91 4F

RGB Percentages of Color #78914f

%34.88
%42.15
%22.97

CMYK Percentages of Color #78914f

%17
%0
%46
%43

Triadic Colors of #78914f

#78914f #4f7891 #914f78

Analogous Colors of #78914f

#78914f #57914f #91894f

Monochromatic Colors of #78914f

#78914f

Complementary Color

#78914f #684f91

#78914f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78914f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78914f Color CSS Codes

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

#78914f Text Font Color

<p style="color:#78914f">Text here</p>

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


#78914f Background Color

<div style="background-color:#78914f">
Div content here</div>

This div background color is #78914f


#78914f Border Color

<div style="border:3px solid #78914f">
Div here</div>

This div border color is #78914f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78914f


Comments

No comments written yet.

Please login to write comment.