Color Hex Logo

#78965f Color Hex

#78965F
(120,150,95)
0 Favorites   0 Comments

Color spaces of #78965f

RGB 12015095
HSL0.260.220.48
HSV93°37°59°
CMYK 0.200.000.37   0.41
XYZ20.717626.632014.8750
Yxy26.63200.33290.4280
Hunter Lab51.6062-18.651019.0346
CIE-Lab58.6321-20.780025.6702

#78965f color RGB value is (120,150,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 01011111
Octal 170 226 137
Decimal 120 150 95
Hex 78 96 5F

RGB Percentages of Color #78965f

%32.88
%41.10
%26.03

CMYK Percentages of Color #78965f

%20
%0
%37
%41

Triadic Colors of #78965f

#78965f #5f7896 #965f78

Analogous Colors of #78965f

#78965f #5f9662 #94965f

Monochromatic Colors of #78965f

#78965f

Complementary Color

#78965f #7d5f96

#78965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78965f Color CSS Codes

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

#78965f Text Font Color

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

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


#78965f Background Color

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

This div background color is #78965f


#78965f Border Color

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

This div border color is #78965f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78965f


Comments

No comments written yet.

Please login to write comment.