Color Hex Logo

#76944a Color Hex

#76944A
(118,148,74)
0 Favorites   0 Comments

Color spaces of #76944a

RGB 11814874
HSL0.230.330.44
HSV84°50°58°
CMYK 0.200.000.50   0.42
XYZ19.297125.525810.3885
Yxy25.52580.34950.4623
Hunter Lab50.5231-20.237923.1750
CIE-Lab57.5842-23.303735.4802

#76944a color RGB value is (118,148,74).

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

The process color (four color CMYK) of #76944a color hex is 0.20, 0.00, 0.50, 0.42. Web safe color of #76944a is #669933. Color #76944a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010100 01001010
Octal 166 224 112
Decimal 118 148 74
Hex 76 94 4A

RGB Percentages of Color #76944a

%34.71
%43.53
%21.76

CMYK Percentages of Color #76944a

%20
%0
%50
%42

Triadic Colors of #76944a

#76944a #4a7694 #944a76

Analogous Colors of #76944a

#76944a #51944a #948d4a

Monochromatic Colors of #76944a

#76944a

Complementary Color

#76944a #684a94

#76944a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76944a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76944a Color CSS Codes

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

#76944a Text Font Color

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

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


#76944a Background Color

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

This div background color is #76944a


#76944a Border Color

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

This div border color is #76944a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,148,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 #76944a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76944a


Comments

No comments written yet.

Please login to write comment.