Color Hex Logo

#68761f Color Hex

#68761F
(104,118,31)
0 Favorites   0 Comments

Color spaces of #68761f

RGB 10411831
HSL0.190.580.29
HSV70°74°46°
CMYK 0.120.000.74   0.54
XYZ12.434715.99893.7290
Yxy15.99890.38660.4974
Hunter Lab39.9986-14.505822.4715
CIE-Lab46.9730-17.609843.6250

#68761f color RGB value is (104,118,31).

#68761f hex color red value is 104, green value is 118 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #68761f hue: 0.19 , saturation: 0.58 and the lightness value of 68761f is 0.29.

The process color (four color CMYK) of #68761f color hex is 0.12, 0.00, 0.74, 0.54. Web safe color of #68761f is #666633. Color #68761f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110110 00011111
Octal 150 166 37
Decimal 104 118 31
Hex 68 76 1F

RGB Percentages of Color #68761f

%41.11
%46.64
%12.25

CMYK Percentages of Color #68761f

%12
%0
%74
%54

Triadic Colors of #68761f

#68761f #1f6876 #761f68

Analogous Colors of #68761f

#68761f #3d761f #76591f

Monochromatic Colors of #68761f

#68761f

Complementary Color

#68761f #2d1f76

#68761f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68761f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68761f Color CSS Codes

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

#68761f Text Font Color

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

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


#68761f Background Color

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

This div background color is #68761f


#68761f Border Color

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

This div border color is #68761f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68761f


Comments

No comments written yet.

Please login to write comment.