Color Hex Logo

#069622 Color Hex

#069622
(6,150,34)
0 Favorites   0 Comments

Color spaces of #069622

RGB 615034
HSL0.370.920.31
HSV132°96°59°
CMYK 0.960.000.77   0.41
XYZ11.270221.96695.1594
Yxy21.96690.29350.5721
Hunter Lab46.8689-39.098026.2815
CIE-Lab53.9919-56.048048.3027

#069622 color RGB value is (6,150,34).

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

The process color (four color CMYK) of #069622 color hex is 0.96, 0.00, 0.77, 0.41. Web safe color of #069622 is #009933. Color #069622 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010110 00100010
Octal 6 226 42
Decimal 6 150 34
Hex 6 96 22

RGB Percentages of Color #069622

%3.16
%78.95
%17.89

CMYK Percentages of Color #069622

%96
%0
%77
%41

Triadic Colors of #069622

#069622 #220696 #962206

Analogous Colors of #069622

#069622 #06966a #329606

Monochromatic Colors of #069622

#069622

Complementary Color

#069622 #96067a

#069622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069622 Color CSS Codes

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

#069622 Text Font Color

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

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


#069622 Background Color

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

This div background color is #069622


#069622 Border Color

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

This div border color is #069622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069622


Comments

No comments written yet.

Please login to write comment.