Color Hex Logo

#068242 Color Hex

#068242
(6,130,66)
0 Favorites   0 Comments

Color spaces of #068242

RGB 613066
HSL0.410.910.27
HSV149°95°51°
CMYK 0.950.000.49   0.49
XYZ9.041116.39737.8427
Yxy16.39730.27170.4927
Hunter Lab40.4936-31.009616.8624
CIE-Lab47.4915-45.427126.2537

#068242 color RGB value is (6,130,66).

#068242 hex color red value is 6, green value is 130 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #068242 hue: 0.41 , saturation: 0.91 and the lightness value of 068242 is 0.27.

The process color (four color CMYK) of #068242 color hex is 0.95, 0.00, 0.49, 0.49. Web safe color of #068242 is #009933. Color #068242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000010 01000010
Octal 6 202 102
Decimal 6 130 66
Hex 6 82 42

RGB Percentages of Color #068242

%2.97
%64.36
%32.67

CMYK Percentages of Color #068242

%95
%0
%49
%49

Triadic Colors of #068242

#068242 #420682 #824206

Analogous Colors of #068242

#068242 #068280 #088206

Monochromatic Colors of #068242

#068242

Complementary Color

#068242 #820646

#068242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068242 Color CSS Codes

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

#068242 Text Font Color

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

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


#068242 Background Color

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

This div background color is #068242


#068242 Border Color

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

This div border color is #068242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068242


Comments

No comments written yet.

Please login to write comment.