Color Hex Logo

#068e4a Color Hex

#068E4A
(6,142,74)
0 Favorites   0 Comments

Color spaces of #068e4a

RGB 614274
HSL0.420.920.29
HSV150°96°56°
CMYK 0.960.000.48   0.44
XYZ10.984119.87919.7367
Yxy19.87910.27050.4896
Hunter Lab44.5860-34.050618.2624
CIE-Lab51.7002-48.266727.2882

#068e4a color RGB value is (6,142,74).

#068e4a hex color red value is 6, green value is 142 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #068e4a hue: 0.42 , saturation: 0.92 and the lightness value of 068e4a is 0.29.

The process color (four color CMYK) of #068e4a color hex is 0.96, 0.00, 0.48, 0.44. Web safe color of #068e4a is #009933. Color #068e4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001110 01001010
Octal 6 216 112
Decimal 6 142 74
Hex 6 8E 4A

RGB Percentages of Color #068e4a

%2.70
%63.96
%33.33

CMYK Percentages of Color #068e4a

%96
%0
%48
%44

Triadic Colors of #068e4a

#068e4a #4a068e #8e4a06

Analogous Colors of #068e4a

#068e4a #068e8e #068e06

Monochromatic Colors of #068e4a

#068e4a

Complementary Color

#068e4a #8e064a

#068e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#068e4a Color CSS Codes

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

#068e4a Text Font Color

<p style="color:#068e4a">Text here</p>

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


#068e4a Background Color

<div style="background-color:#068e4a">
Div content here</div>

This div background color is #068e4a


#068e4a Border Color

<div style="border:3px solid #068e4a">
Div here</div>

This div border color is #068e4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,142,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068e4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068e4a;
  -webkit-box-shadow: 1px 1px 3px 2px #068e4a;
  box-shadow:         1px 1px 3px 2px #068e4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,142,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068e4a


Comments

No comments written yet.

Please login to write comment.