Color Hex Logo

#06740e Color Hex

#06740E
(6,116,14)
0 Favorites   0 Comments

Color spaces of #06740e

RGB 611614
HSL0.350.900.24
HSV124°95°45°
CMYK 0.950.000.88   0.55
XYZ6.399812.56122.5027
Yxy12.56120.29820.5852
Hunter Lab35.4418-29.791020.6225
CIE-Lab42.0945-46.994043.2978

#06740e color RGB value is (6,116,14).

#06740e hex color red value is 6, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #06740e hue: 0.35 , saturation: 0.90 and the lightness value of 06740e is 0.24.

The process color (four color CMYK) of #06740e color hex is 0.95, 0.00, 0.88, 0.55. Web safe color of #06740e is #006600. Color #06740e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110100 00001110
Octal 6 164 16
Decimal 6 116 14
Hex 6 74 E

RGB Percentages of Color #06740e

%4.41
%85.29
%10.29

CMYK Percentages of Color #06740e

%95
%0
%88
%55

Triadic Colors of #06740e

#06740e #0e0674 #740e06

Analogous Colors of #06740e

#06740e #067445 #357406

Monochromatic Colors of #06740e

#06740e

Complementary Color

#06740e #74066c

#06740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06740e Color CSS Codes

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

#06740e Text Font Color

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

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


#06740e Background Color

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

This div background color is #06740e


#06740e Border Color

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

This div border color is #06740e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,116,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06740e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06740e;
  -webkit-box-shadow: 1px 1px 3px 2px #06740e;
  box-shadow:         1px 1px 3px 2px #06740e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06740e


Comments

No comments written yet.

Please login to write comment.