Color Hex Logo

#077512 Color Hex

#077512
(7,117,18)
0 Favorites   0 Comments

Color spaces of #077512

RGB 711718
HSL0.350.890.24
HSV126°94°46°
CMYK 0.940.000.85   0.54
XYZ6.558112.81142.6995
Yxy12.81140.29720.5805
Hunter Lab35.7930-29.932520.5835
CIE-Lab42.4777-46.982242.5054

#077512 color RGB value is (7,117,18).

#077512 hex color red value is 7, green value is 117 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #077512 hue: 0.35 , saturation: 0.89 and the lightness value of 077512 is 0.24.

The process color (four color CMYK) of #077512 color hex is 0.94, 0.00, 0.85, 0.54. Web safe color of #077512 is #006600. Color #077512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110101 00010010
Octal 7 165 22
Decimal 7 117 18
Hex 7 75 12

RGB Percentages of Color #077512

%4.93
%82.39
%12.68

CMYK Percentages of Color #077512

%94
%0
%85
%54

Triadic Colors of #077512

#077512 #120775 #751207

Analogous Colors of #077512

#077512 #077549 #337507

Monochromatic Colors of #077512

#077512

Complementary Color

#077512 #75076a

#077512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077512 Color CSS Codes

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

#077512 Text Font Color

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

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


#077512 Background Color

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

This div background color is #077512


#077512 Border Color

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

This div border color is #077512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077512


Comments

No comments written yet.

Please login to write comment.