Color Hex Logo

#069336 Color Hex

#069336
(6,147,54)
0 Favorites   0 Comments

Color spaces of #069336

RGB 614754
HSL0.390.920.30
HSV140°96°58°
CMYK 0.960.000.63   0.42
XYZ11.174721.17256.9878
Yxy21.17250.28410.5383
Hunter Lab46.0136-37.173923.2055
CIE-Lab53.1378-53.062339.1293

#069336 color RGB value is (6,147,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010011 00110110
Octal 6 223 66
Decimal 6 147 54
Hex 6 93 36

RGB Percentages of Color #069336

%2.90
%71.01
%26.09

CMYK Percentages of Color #069336

%96
%0
%63
%42

Triadic Colors of #069336

#069336 #360693 #933606

Analogous Colors of #069336

#069336 #06937d #1d9306

Monochromatic Colors of #069336

#069336

Complementary Color

#069336 #930663

#069336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069336 Color CSS Codes

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

#069336 Text Font Color

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

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


#069336 Background Color

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

This div background color is #069336


#069336 Border Color

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

This div border color is #069336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069336


Comments

No comments written yet.

Please login to write comment.