Color Hex Logo

#68991e Color Hex

#68991E
(104,153,30)
0 Favorites   0 Comments

Color spaces of #68991e

RGB 10415330
HSL0.230.670.36
HSV84°80°60°
CMYK 0.320.000.80   0.40
XYZ17.334525.81935.2983
Yxy25.81930.35780.5329
Hunter Lab50.8127-28.027829.3866
CIE-Lab57.8651-34.835554.3370

#68991e color RGB value is (104,153,30).

#68991e hex color red value is 104, green value is 153 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #68991e hue: 0.23 , saturation: 0.67 and the lightness value of 68991e is 0.36.

The process color (four color CMYK) of #68991e color hex is 0.32, 0.00, 0.80, 0.40. Web safe color of #68991e is #669933. Color #68991e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011001 00011110
Octal 150 231 36
Decimal 104 153 30
Hex 68 99 1E

RGB Percentages of Color #68991e

%36.24
%53.31
%10.45

CMYK Percentages of Color #68991e

%32
%0
%80
%40

Triadic Colors of #68991e

#68991e #1e6899 #991e68

Analogous Colors of #68991e

#68991e #2b991e #998d1e

Monochromatic Colors of #68991e

#68991e

Complementary Color

#68991e #4f1e99

#68991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68991e Color CSS Codes

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

#68991e Text Font Color

<p style="color:#68991e">Text here</p>

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


#68991e Background Color

<div style="background-color:#68991e">
Div content here</div>

This div background color is #68991e


#68991e Border Color

<div style="border:3px solid #68991e">
Div here</div>

This div border color is #68991e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,153,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68991e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68991e;
  -webkit-box-shadow: 1px 1px 3px 2px #68991e;
  box-shadow:         1px 1px 3px 2px #68991e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68991e


Comments

No comments written yet.

Please login to write comment.