Color Hex Logo

#068934 Color Hex

#068934
(6,137,52)
0 Favorites   0 Comments

Color spaces of #068934

RGB 613752
HSL0.390.920.28
HSV141°96°54°
CMYK 0.960.000.62   0.46
XYZ9.640618.17806.2494
Yxy18.17800.28300.5336
Hunter Lab42.6357-34.250721.1544
CIE-Lab49.7113-50.058036.1477

#068934 color RGB value is (6,137,52).

#068934 hex color red value is 6, green value is 137 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #068934 hue: 0.39 , saturation: 0.92 and the lightness value of 068934 is 0.28.

The process color (four color CMYK) of #068934 color hex is 0.96, 0.00, 0.62, 0.46. Web safe color of #068934 is #009933. Color #068934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001001 00110100
Octal 6 211 64
Decimal 6 137 52
Hex 6 89 34

RGB Percentages of Color #068934

%3.08
%70.26
%26.67

CMYK Percentages of Color #068934

%96
%0
%62
%46

Triadic Colors of #068934

#068934 #340689 #893406

Analogous Colors of #068934

#068934 #068976 #1a8906

Monochromatic Colors of #068934

#068934

Complementary Color

#068934 #89065b

#068934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068934 Color CSS Codes

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

#068934 Text Font Color

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

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


#068934 Background Color

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

This div background color is #068934


#068934 Border Color

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

This div border color is #068934


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,137,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068934; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068934;
  -webkit-box-shadow: 1px 1px 3px 2px #068934;
  box-shadow:         1px 1px 3px 2px #068934; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068934


Comments

No comments written yet.

Please login to write comment.