Color Hex Logo

#79965e Color Hex

#79965E
(121,150,94)
0 Favorites   0 Comments

Color spaces of #79965e

RGB 12115094
HSL0.250.230.48
HSV91°37°59°
CMYK 0.190.000.37   0.41
XYZ20.811926.685814.6436
Yxy26.68580.33490.4294
Hunter Lab51.6583-18.488619.3538
CIE-Lab58.6824-20.540626.2937

#79965e color RGB value is (121,150,94).

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

The process color (four color CMYK) of #79965e color hex is 0.19, 0.00, 0.37, 0.41. Web safe color of #79965e is #669966. Color #79965e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010110 01011110
Octal 171 226 136
Decimal 121 150 94
Hex 79 96 5E

RGB Percentages of Color #79965e

%33.15
%41.10
%25.75

CMYK Percentages of Color #79965e

%19
%0
%37
%41

Triadic Colors of #79965e

#79965e #5e7996 #965e79

Analogous Colors of #79965e

#79965e #5e965f #95965e

Monochromatic Colors of #79965e

#79965e

Complementary Color

#79965e #7b5e96

#79965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79965e Color CSS Codes

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

#79965e Text Font Color

<p style="color:#79965e">Text here</p>

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


#79965e Background Color

<div style="background-color:#79965e">
Div content here</div>

This div background color is #79965e


#79965e Border Color

<div style="border:3px solid #79965e">
Div here</div>

This div border color is #79965e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,150,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79965e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79965e;
  -webkit-box-shadow: 1px 1px 3px 2px #79965e;
  box-shadow:         1px 1px 3px 2px #79965e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79965e


Comments

No comments written yet.

Please login to write comment.