Color Hex Logo

#79964a Color Hex

#79964A
(121,150,74)
0 Favorites   0 Comments

Color spaces of #79964a

RGB 12115074
HSL0.230.340.44
HSV83°51°59°
CMYK 0.190.000.51   0.41
XYZ20.027526.372110.5133
Yxy26.37210.35190.4634
Hunter Lab51.3538-20.255723.8096
CIE-Lab58.3886-23.109036.5026

#79964a color RGB value is (121,150,74).

#79964a hex color red value is 121, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #79964a hue: 0.23 , saturation: 0.34 and the lightness value of 79964a is 0.44.

The process color (four color CMYK) of #79964a color hex is 0.19, 0.00, 0.51, 0.41. Web safe color of #79964a is #669933. Color #79964a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010110 01001010
Octal 171 226 112
Decimal 121 150 74
Hex 79 96 4A

RGB Percentages of Color #79964a

%35.07
%43.48
%21.45

CMYK Percentages of Color #79964a

%19
%0
%51
%41

Triadic Colors of #79964a

#79964a #4a7996 #964a79

Analogous Colors of #79964a

#79964a #53964a #968d4a

Monochromatic Colors of #79964a

#79964a

Complementary Color

#79964a #674a96

#79964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79964a Color CSS Codes

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

#79964a Text Font Color

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

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


#79964a Background Color

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

This div background color is #79964a


#79964a Border Color

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

This div border color is #79964a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79964a


Comments

No comments written yet.

Please login to write comment.