Color Hex Logo

#078107 Color Hex

#078107
(7,129,7)
0 Favorites   0 Comments

Color spaces of #078107

RGB 71297
HSL0.330.900.27
HSV120°95°51°
CMYK 0.950.000.95   0.49
XYZ7.976215.76102.8228
Yxy15.76100.30030.5934
Hunter Lab39.7001-33.612623.5744
CIE-Lab46.6594-51.178348.8404

#078107 color RGB value is (7,129,7).

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

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

Base Numbers

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

RGB Percentages of Color #078107

%4.90
%90.21
%4.90

CMYK Percentages of Color #078107

%95
%0
%95
%49

Triadic Colors of #078107

#078107 #070781 #810707

Analogous Colors of #078107

#078107 #078144 #448107

Monochromatic Colors of #078107

#078107

Complementary Color

#078107 #810781

#078107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078107 Color CSS Codes

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

#078107 Text Font Color

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

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


#078107 Background Color

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

This div background color is #078107


#078107 Border Color

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

This div border color is #078107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078107


Comments

No comments written yet.

Please login to write comment.