Color Hex Logo

#069062 Color Hex

#069062
(6,144,98)
0 Favorites   0 Comments

Color spaces of #069062

RGB 614498
HSL0.440.920.29
HSV160°96°56°
CMYK 0.960.000.32   0.44
XYZ12.253020.867114.9372
Yxy20.86710.25500.4342
Hunter Lab45.6805-32.061412.5890
CIE-Lab52.8037-43.984515.4778

#069062 color RGB value is (6,144,98).

#069062 hex color red value is 6, green value is 144 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #069062 hue: 0.44 , saturation: 0.92 and the lightness value of 069062 is 0.29.

The process color (four color CMYK) of #069062 color hex is 0.96, 0.00, 0.32, 0.44. Web safe color of #069062 is #009966. Color #069062 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010000 01100010
Octal 6 220 142
Decimal 6 144 98
Hex 6 90 62

RGB Percentages of Color #069062

%2.42
%58.06
%39.52

CMYK Percentages of Color #069062

%96
%0
%32
%44

Triadic Colors of #069062

#069062 #620690 #906206

Analogous Colors of #069062

#069062 #067990 #06901d

Monochromatic Colors of #069062

#069062

Complementary Color

#069062 #900634

#069062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069062 Color CSS Codes

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

#069062 Text Font Color

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

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


#069062 Background Color

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

This div background color is #069062


#069062 Border Color

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

This div border color is #069062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069062


Comments

No comments written yet.

Please login to write comment.