Color Hex Logo

#069529 Color Hex

#069529
(6,149,41)
0 Favorites   0 Comments

Color spaces of #069529

RGB 614941
HSL0.370.920.30
HSV135°96°58°
CMYK 0.960.000.72   0.42
XYZ11.222821.69375.6936
Yxy21.69370.29070.5619
Hunter Lab46.5765-38.498625.3558
CIE-Lab53.7005-55.136945.3841

#069529 color RGB value is (6,149,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010101 00101001
Octal 6 225 51
Decimal 6 149 41
Hex 6 95 29

RGB Percentages of Color #069529

%3.06
%76.02
%20.92

CMYK Percentages of Color #069529

%96
%0
%72
%42

Triadic Colors of #069529

#069529 #290695 #952906

Analogous Colors of #069529

#069529 #069571 #2b9506

Monochromatic Colors of #069529

#069529

Complementary Color

#069529 #950672

#069529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069529 Color CSS Codes

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

#069529 Text Font Color

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

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


#069529 Background Color

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

This div background color is #069529


#069529 Border Color

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

This div border color is #069529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069529


Comments

No comments written yet.

Please login to write comment.