Color Hex Logo

#76a346 Color Hex

#76A346
(118,163,70)
0 Favorites   0 Comments

Color spaces of #76a346

RGB 11816370
HSL0.250.400.46
HSV89°57°64°
CMYK 0.280.000.57   0.36
XYZ21.673930.488110.5368
Yxy30.48810.34570.4863
Hunter Lab55.2160-26.561627.3370
CIE-Lab62.0731-31.051342.7869

#76a346 color RGB value is (118,163,70).

#76a346 hex color red value is 118, green value is 163 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #76a346 hue: 0.25 , saturation: 0.40 and the lightness value of 76a346 is 0.46.

The process color (four color CMYK) of #76a346 color hex is 0.28, 0.00, 0.57, 0.36. Web safe color of #76a346 is #669933. Color #76a346 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10100011 01000110
Octal 166 243 106
Decimal 118 163 70
Hex 76 A3 46

RGB Percentages of Color #76a346

%33.62
%46.44
%19.94

CMYK Percentages of Color #76a346

%28
%0
%57
%36

Triadic Colors of #76a346

#76a346 #4676a3 #a34676

Analogous Colors of #76a346

#76a346 #48a346 #a3a246

Monochromatic Colors of #76a346

#76a346

Complementary Color

#76a346 #7346a3

#76a346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a346 Color CSS Codes

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

#76a346 Text Font Color

<p style="color:#76a346">Text here</p>

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


#76a346 Background Color

<div style="background-color:#76a346">
Div content here</div>

This div background color is #76a346


#76a346 Border Color

<div style="border:3px solid #76a346">
Div here</div>

This div border color is #76a346


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,163,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76a346; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76a346;
  -webkit-box-shadow: 1px 1px 3px 2px #76a346;
  box-shadow:         1px 1px 3px 2px #76a346; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,163,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a346

#76a346 Color Palettes


Comments

No comments written yet.

Please login to write comment.