Color Hex Logo

#068438 Color Hex

#068438
(6,132,56)
0 Favorites   0 Comments

Color spaces of #068438

RGB 613256
HSL0.400.910.27
HSV144°95°52°
CMYK 0.950.000.58   0.48
XYZ9.040216.82686.5128
Yxy16.82680.27920.5197
Hunter Lab41.0205-32.447619.3009
CIE-Lab48.0411-47.803532.1990

#068438 color RGB value is (6,132,56).

#068438 hex color red value is 6, green value is 132 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #068438 hue: 0.40 , saturation: 0.91 and the lightness value of 068438 is 0.27.

The process color (four color CMYK) of #068438 color hex is 0.95, 0.00, 0.58, 0.48. Web safe color of #068438 is #009933. Color #068438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000100 00111000
Octal 6 204 70
Decimal 6 132 56
Hex 6 84 38

RGB Percentages of Color #068438

%3.09
%68.04
%28.87

CMYK Percentages of Color #068438

%95
%0
%58
%48

Triadic Colors of #068438

#068438 #380684 #843806

Analogous Colors of #068438

#068438 #068477 #138406

Monochromatic Colors of #068438

#068438

Complementary Color

#068438 #840652

#068438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068438 Color CSS Codes

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

#068438 Text Font Color

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

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


#068438 Background Color

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

This div background color is #068438


#068438 Border Color

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

This div border color is #068438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068438


Comments

No comments written yet.

Please login to write comment.