Color Hex Logo

#68994e Color Hex

#68994E
(104,153,78)
0 Favorites   0 Comments

Color spaces of #68994e

RGB 10415378
HSL0.280.320.45
HSV99°49°60°
CMYK 0.320.000.49   0.40
XYZ18.475326.275611.3057
Yxy26.27560.32960.4687
Hunter Lab51.2597-25.368622.8050
CIE-Lab58.2977-30.611634.0964

#68994e color RGB value is (104,153,78).

#68994e hex color red value is 104, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #68994e hue: 0.28 , saturation: 0.32 and the lightness value of 68994e is 0.45.

The process color (four color CMYK) of #68994e color hex is 0.32, 0.00, 0.49, 0.40. Web safe color of #68994e is #669966. Color #68994e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011001 01001110
Octal 150 231 116
Decimal 104 153 78
Hex 68 99 4E

RGB Percentages of Color #68994e

%31.04
%45.67
%23.28

CMYK Percentages of Color #68994e

%32
%0
%49
%40

Triadic Colors of #68994e

#68994e #4e6899 #994e68

Analogous Colors of #68994e

#68994e #4e995a #8e994e

Monochromatic Colors of #68994e

#68994e

Complementary Color

#68994e #7f4e99

#68994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68994e Color CSS Codes

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

#68994e Text Font Color

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

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


#68994e Background Color

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

This div background color is #68994e


#68994e Border Color

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

This div border color is #68994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68994e


Comments

No comments written yet.

Please login to write comment.