Color Hex Logo

#78967a Color Hex

#78967A
(120,150,122)
0 Favorites   0 Comments

Color spaces of #78967a

RGB 120150122
HSL0.340.130.53
HSV124°20°59°
CMYK 0.200.000.19   0.41
XYZ22.164927.210922.4964
Yxy27.21090.30840.3786
Hunter Lab52.1641-15.441110.9453
CIE-Lab59.1690-16.244211.3663

#78967a color RGB value is (120,150,122).

#78967a hex color red value is 120, green value is 150 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #78967a hue: 0.34 , saturation: 0.13 and the lightness value of 78967a is 0.53.

The process color (four color CMYK) of #78967a color hex is 0.20, 0.00, 0.19, 0.41. Web safe color of #78967a is #669966. Color #78967a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 01111010
Octal 170 226 172
Decimal 120 150 122
Hex 78 96 7A

RGB Percentages of Color #78967a

%30.61
%38.27
%31.12

CMYK Percentages of Color #78967a

%20
%0
%19
%41

Triadic Colors of #78967a

#78967a #7a7896 #967a78

Analogous Colors of #78967a

#78967a #789689 #859678

Monochromatic Colors of #78967a

#78967a

Complementary Color

#78967a #967894

#78967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78967a Color CSS Codes

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

#78967a Text Font Color

<p style="color:#78967a">Text here</p>

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


#78967a Background Color

<div style="background-color:#78967a">
Div content here</div>

This div background color is #78967a


#78967a Border Color

<div style="border:3px solid #78967a">
Div here</div>

This div border color is #78967a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78967a


Comments

No comments written yet.

Please login to write comment.