Color Hex Logo

#68781f Color Hex

#68781F
(104,120,31)
0 Favorites   0 Comments

Color spaces of #68781f

RGB 10412031
HSL0.200.590.30
HSV71°74°47°
CMYK 0.130.000.74   0.53
XYZ12.672716.47493.8084
Yxy16.47490.38450.4999
Hunter Lab40.5893-15.300422.8495
CIE-Lab47.5915-18.666344.2335

#68781f color RGB value is (104,120,31).

#68781f hex color red value is 104, green value is 120 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #68781f hue: 0.20 , saturation: 0.59 and the lightness value of 68781f is 0.30.

The process color (four color CMYK) of #68781f color hex is 0.13, 0.00, 0.74, 0.53. Web safe color of #68781f is #666633. Color #68781f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111000 00011111
Octal 150 170 37
Decimal 104 120 31
Hex 68 78 1F

RGB Percentages of Color #68781f

%40.78
%47.06
%12.16

CMYK Percentages of Color #68781f

%13
%0
%74
%53

Triadic Colors of #68781f

#68781f #1f6878 #781f68

Analogous Colors of #68781f

#68781f #3c781f #785c1f

Monochromatic Colors of #68781f

#68781f

Complementary Color

#68781f #2f1f78

#68781f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68781f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68781f Color CSS Codes

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

#68781f Text Font Color

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

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


#68781f Background Color

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

This div background color is #68781f


#68781f Border Color

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

This div border color is #68781f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68781f


Comments

No comments written yet.

Please login to write comment.