Color Hex Logo

#78965d Color Hex

#78965D
(120,150,93)
0 Favorites   0 Comments

Color spaces of #78965d

RGB 12015093
HSL0.250.230.48
HSV92°38°59°
CMYK 0.200.000.38   0.41
XYZ20.627926.596114.4023
Yxy26.59610.33470.4316
Hunter Lab51.5714-18.852319.5421
CIE-Lab58.5986-21.070326.7152

#78965d color RGB value is (120,150,93).

#78965d hex color red value is 120, green value is 150 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #78965d hue: 0.25 , saturation: 0.23 and the lightness value of 78965d is 0.48.

The process color (four color CMYK) of #78965d color hex is 0.20, 0.00, 0.38, 0.41. Web safe color of #78965d is #669966. Color #78965d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 01011101
Octal 170 226 135
Decimal 120 150 93
Hex 78 96 5D

RGB Percentages of Color #78965d

%33.06
%41.32
%25.62

CMYK Percentages of Color #78965d

%20
%0
%38
%41

Triadic Colors of #78965d

#78965d #5d7896 #965d78

Analogous Colors of #78965d

#78965d #5d965f #95965d

Monochromatic Colors of #78965d

#78965d

Complementary Color

#78965d #7b5d96

#78965d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78965d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78965d Color CSS Codes

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

#78965d Text Font Color

<p style="color:#78965d">Text here</p>

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


#78965d Background Color

<div style="background-color:#78965d">
Div content here</div>

This div background color is #78965d


#78965d Border Color

<div style="border:3px solid #78965d">
Div here</div>

This div border color is #78965d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78965d


Comments

No comments written yet.

Please login to write comment.