Color Hex Logo

#068734 Color Hex

#068734
(6,135,52)
0 Favorites   0 Comments

Color spaces of #068734

RGB 613552
HSL0.390.910.28
HSV141°96°53°
CMYK 0.960.000.61   0.47
XYZ9.358917.61466.1555
Yxy17.61460.28250.5317
Hunter Lab41.9698-33.643120.6830
CIE-Lab49.0253-49.394835.3532

#068734 color RGB value is (6,135,52).

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

The process color (four color CMYK) of #068734 color hex is 0.96, 0.00, 0.61, 0.47. Web safe color of #068734 is #009933. Color #068734 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000111 00110100
Octal 6 207 64
Decimal 6 135 52
Hex 6 87 34

RGB Percentages of Color #068734

%3.11
%69.95
%26.94

CMYK Percentages of Color #068734

%96
%0
%61
%47

Triadic Colors of #068734

#068734 #340687 #873406

Analogous Colors of #068734

#068734 #068775 #198706

Monochromatic Colors of #068734

#068734

Complementary Color

#068734 #870659

#068734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068734 Color CSS Codes

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

#068734 Text Font Color

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

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


#068734 Background Color

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

This div background color is #068734


#068734 Border Color

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

This div border color is #068734


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,135,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 #068734">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068734


Comments

No comments written yet.

Please login to write comment.