Color Hex Logo

#78963a Color Hex

#78963A
(120,150,58)
0 Favorites   0 Comments

Color spaces of #78963a

RGB 12015058
HSL0.220.440.41
HSV80°61°59°
CMYK 0.200.000.61   0.41
XYZ19.415826.11138.0196
Yxy26.11130.36260.4876
Hunter Lab51.0992-21.600326.4644
CIE-Lab58.1425-25.109143.9966

#78963a color RGB value is (120,150,58).

#78963a hex color red value is 120, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #78963a hue: 0.22 , saturation: 0.44 and the lightness value of 78963a is 0.41.

The process color (four color CMYK) of #78963a color hex is 0.20, 0.00, 0.61, 0.41. Web safe color of #78963a is #669933. Color #78963a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 00111010
Octal 170 226 72
Decimal 120 150 58
Hex 78 96 3A

RGB Percentages of Color #78963a

%36.59
%45.73
%17.68

CMYK Percentages of Color #78963a

%20
%0
%61
%41

Triadic Colors of #78963a

#78963a #3a7896 #963a78

Analogous Colors of #78963a

#78963a #4a963a #96863a

Monochromatic Colors of #78963a

#78963a

Complementary Color

#78963a #583a96

#78963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78963a Color CSS Codes

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

#78963a Text Font Color

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

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


#78963a Background Color

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

This div background color is #78963a


#78963a Border Color

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

This div border color is #78963a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78963a


Comments

No comments written yet.

Please login to write comment.