Color Hex Logo

#069341 Color Hex

#069341
(6,147,65)
0 Favorites   0 Comments

Color spaces of #069341

RGB 614765
HSL0.400.920.30
HSV145°96°58°
CMYK 0.960.000.56   0.42
XYZ11.463021.28788.5058
Yxy21.28780.27780.5160
Hunter Lab46.1387-36.395021.3668
CIE-Lab53.2630-51.513733.9225

#069341 color RGB value is (6,147,65).

#069341 hex color red value is 6, green value is 147 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #069341 hue: 0.40 , saturation: 0.92 and the lightness value of 069341 is 0.30.

The process color (four color CMYK) of #069341 color hex is 0.96, 0.00, 0.56, 0.42. Web safe color of #069341 is #009933. Color #069341 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010011 01000001
Octal 6 223 101
Decimal 6 147 65
Hex 6 93 41

RGB Percentages of Color #069341

%2.75
%67.43
%29.82

CMYK Percentages of Color #069341

%96
%0
%56
%42

Triadic Colors of #069341

#069341 #410693 #934106

Analogous Colors of #069341

#069341 #069388 #119306

Monochromatic Colors of #069341

#069341

Complementary Color

#069341 #930658

#069341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069341 Color CSS Codes

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

#069341 Text Font Color

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

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


#069341 Background Color

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

This div background color is #069341


#069341 Border Color

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

This div border color is #069341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069341


Comments

No comments written yet.

Please login to write comment.