Color Hex Logo

#78966f Color Hex

#78966F
(120,150,111)
0 Favorites   0 Comments

Color spaces of #78966f

RGB 120150111
HSL0.290.160.51
HSV106°26°59°
CMYK 0.200.000.26   0.41
XYZ21.521326.953519.1072
Yxy26.95350.31840.3988
Hunter Lab51.9168-16.859914.5209
CIE-Lab58.9313-18.227517.2199

#78966f color RGB value is (120,150,111).

#78966f hex color red value is 120, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #78966f hue: 0.29 , saturation: 0.16 and the lightness value of 78966f is 0.51.

The process color (four color CMYK) of #78966f color hex is 0.20, 0.00, 0.26, 0.41. Web safe color of #78966f is #669966. Color #78966f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 01101111
Octal 170 226 157
Decimal 120 150 111
Hex 78 96 6F

RGB Percentages of Color #78966f

%31.50
%39.37
%29.13

CMYK Percentages of Color #78966f

%20
%0
%26
%41

Triadic Colors of #78966f

#78966f #6f7896 #966f78

Analogous Colors of #78966f

#78966f #6f967a #8c966f

Monochromatic Colors of #78966f

#78966f

Complementary Color

#78966f #8d6f96

#78966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78966f Color CSS Codes

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

#78966f Text Font Color

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

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


#78966f Background Color

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

This div background color is #78966f


#78966f Border Color

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

This div border color is #78966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78966f


Comments

No comments written yet.

Please login to write comment.