Color Hex Logo

#078106 Color Hex

#078106
(7,129,6)
0 Favorites   0 Comments

Color spaces of #078106

RGB 71296
HSL0.330.910.26
HSV120°95°51°
CMYK 0.950.000.95   0.49
XYZ7.970815.75882.7940
Yxy15.75880.30050.5941
Hunter Lab39.6974-33.629523.6152
CIE-Lab46.6564-51.215249.0374

#078106 color RGB value is (7,129,6).

#078106 hex color red value is 7, green value is 129 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #078106 hue: 0.33 , saturation: 0.91 and the lightness value of 078106 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000001 00000110
Octal 7 201 6
Decimal 7 129 6
Hex 7 81 6

RGB Percentages of Color #078106

%4.93
%90.85
%4.23

CMYK Percentages of Color #078106

%95
%0
%95
%49

Triadic Colors of #078106

#078106 #060781 #810607

Analogous Colors of #078106

#078106 #068143 #448106

Monochromatic Colors of #078106

#078106

Complementary Color

#078106 #800681

#078106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078106 Color CSS Codes

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

#078106 Text Font Color

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

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


#078106 Background Color

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

This div background color is #078106


#078106 Border Color

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

This div border color is #078106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078106


Comments

No comments written yet.

Please login to write comment.