Color Hex Logo

#68a34e Color Hex

#68A34E
(104,163,78)
0 Favorites   0 Comments

Color spaces of #68a34e

RGB 10416378
HSL0.280.350.47
HSV102°52°64°
CMYK 0.360.000.52   0.36
XYZ20.181329.687511.8743
Yxy29.68750.32690.4808
Hunter Lab54.4862-29.235825.2192
CIE-Lab61.3836-35.259137.8667

#68a34e color RGB value is (104,163,78).

#68a34e hex color red value is 104, green value is 163 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #68a34e hue: 0.28 , saturation: 0.35 and the lightness value of 68a34e is 0.47.

The process color (four color CMYK) of #68a34e color hex is 0.36, 0.00, 0.52, 0.36. Web safe color of #68a34e is #669966. Color #68a34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10100011 01001110
Octal 150 243 116
Decimal 104 163 78
Hex 68 A3 4E

RGB Percentages of Color #68a34e

%30.14
%47.25
%22.61

CMYK Percentages of Color #68a34e

%36
%0
%52
%36

Triadic Colors of #68a34e

#68a34e #4e68a3 #a34e68

Analogous Colors of #68a34e

#68a34e #4ea35e #93a34e

Monochromatic Colors of #68a34e

#68a34e

Complementary Color

#68a34e #894ea3

#68a34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68a34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68a34e Color CSS Codes

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

#68a34e Text Font Color

<p style="color:#68a34e">Text here</p>

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


#68a34e Background Color

<div style="background-color:#68a34e">
Div content here</div>

This div background color is #68a34e


#68a34e Border Color

<div style="border:3px solid #68a34e">
Div here</div>

This div border color is #68a34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68a34e


Comments

No comments written yet.

Please login to write comment.