Color Hex Logo

#76911f Color Hex

#76911F
(118,145,31)
0 Favorites   0 Comments

Color spaces of #76911f

RGB 11814531
HSL0.210.650.35
HSV74°79°57°
CMYK 0.190.000.79   0.43
XYZ17.843924.20135.0272
Yxy24.20130.37910.5141
Hunter Lab49.1948-21.345628.3775
CIE-Lab56.2888-25.290152.8864

#76911f color RGB value is (118,145,31).

#76911f hex color red value is 118, green value is 145 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #76911f hue: 0.21 , saturation: 0.65 and the lightness value of 76911f is 0.35.

The process color (four color CMYK) of #76911f color hex is 0.19, 0.00, 0.79, 0.43. Web safe color of #76911f is #669933. Color #76911f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010001 00011111
Octal 166 221 37
Decimal 118 145 31
Hex 76 91 1F

RGB Percentages of Color #76911f

%40.14
%49.32
%10.54

CMYK Percentages of Color #76911f

%19
%0
%79
%43

Triadic Colors of #76911f

#76911f #1f7691 #911f76

Analogous Colors of #76911f

#76911f #3d911f #91731f

Monochromatic Colors of #76911f

#76911f

Complementary Color

#76911f #3a1f91

#76911f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76911f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76911f Color CSS Codes

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

#76911f Text Font Color

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

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


#76911f Background Color

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

This div background color is #76911f


#76911f Border Color

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

This div border color is #76911f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,145,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76911f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76911f;
  -webkit-box-shadow: 1px 1px 3px 2px #76911f;
  box-shadow:         1px 1px 3px 2px #76911f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76911f


Comments

No comments written yet.

Please login to write comment.