Color Hex Logo

#067127 Color Hex

#067127
(6,113,39)
0 Favorites   0 Comments

Color spaces of #067127

RGB 611339
HSL0.380.900.23
HSV139°95°44°
CMYK 0.950.000.65   0.56
XYZ6.346411.99553.9003
Yxy11.99550.28530.5393
Hunter Lab34.6345-27.902217.5673
CIE-Lab41.2090-43.744432.7072

#067127 color RGB value is (6,113,39).

#067127 hex color red value is 6, green value is 113 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #067127 hue: 0.38 , saturation: 0.90 and the lightness value of 067127 is 0.23.

The process color (four color CMYK) of #067127 color hex is 0.95, 0.00, 0.65, 0.56. Web safe color of #067127 is #006633. Color #067127 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110001 00100111
Octal 6 161 47
Decimal 6 113 39
Hex 6 71 27

RGB Percentages of Color #067127

%3.80
%71.52
%24.68

CMYK Percentages of Color #067127

%95
%0
%65
%56

Triadic Colors of #067127

#067127 #270671 #712706

Analogous Colors of #067127

#067127 #06715d #1b7106

Monochromatic Colors of #067127

#067127

Complementary Color

#067127 #710650

#067127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067127 Color CSS Codes

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

#067127 Text Font Color

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

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


#067127 Background Color

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

This div background color is #067127


#067127 Border Color

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

This div border color is #067127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067127


Comments

No comments written yet.

Please login to write comment.