Color Hex Logo

#76993f Color Hex

#76993F
(118,153,63)
0 Favorites   0 Comments

Color spaces of #76993f

RGB 11815363
HSL0.230.420.42
HSV83°59°60°
CMYK 0.230.000.59   0.40
XYZ19.759626.99298.8713
Yxy26.99290.35520.4853
Hunter Lab51.9547-23.032926.2445
CIE-Lab58.9678-26.938142.5508

#76993f color RGB value is (118,153,63).

#76993f hex color red value is 118, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #76993f hue: 0.23 , saturation: 0.42 and the lightness value of 76993f is 0.42.

The process color (four color CMYK) of #76993f color hex is 0.23, 0.00, 0.59, 0.40. Web safe color of #76993f is #669933. Color #76993f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011001 00111111
Octal 166 231 77
Decimal 118 153 63
Hex 76 99 3F

RGB Percentages of Color #76993f

%35.33
%45.81
%18.86

CMYK Percentages of Color #76993f

%23
%0
%59
%40

Triadic Colors of #76993f

#76993f #3f7699 #993f76

Analogous Colors of #76993f

#76993f #49993f #998f3f

Monochromatic Colors of #76993f

#76993f

Complementary Color

#76993f #623f99

#76993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76993f Color CSS Codes

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

#76993f Text Font Color

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

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


#76993f Background Color

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

This div background color is #76993f


#76993f Border Color

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

This div border color is #76993f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76993f


Comments

No comments written yet.

Please login to write comment.