Color Hex Logo

#077918 Color Hex

#077918
(7,121,24)
0 Favorites   0 Comments

Color spaces of #077918

RGB 712124
HSL0.360.890.25
HSV129°94°47°
CMYK 0.940.000.80   0.53
XYZ7.089913.78593.1514
Yxy13.78590.29510.5738
Hunter Lab37.1294-30.891620.9582
CIE-Lab43.9243-47.817841.9117

#077918 color RGB value is (7,121,24).

#077918 hex color red value is 7, green value is 121 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #077918 hue: 0.36 , saturation: 0.89 and the lightness value of 077918 is 0.25.

The process color (four color CMYK) of #077918 color hex is 0.94, 0.00, 0.80, 0.53. Web safe color of #077918 is #006600. Color #077918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111001 00011000
Octal 7 171 30
Decimal 7 121 24
Hex 7 79 18

RGB Percentages of Color #077918

%4.61
%79.61
%15.79

CMYK Percentages of Color #077918

%94
%0
%80
%53

Triadic Colors of #077918

#077918 #180779 #791807

Analogous Colors of #077918

#077918 #077951 #2f7907

Monochromatic Colors of #077918

#077918

Complementary Color

#077918 #790768

#077918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077918 Color CSS Codes

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

#077918 Text Font Color

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

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


#077918 Background Color

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

This div background color is #077918


#077918 Border Color

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

This div border color is #077918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077918


Comments

No comments written yet.

Please login to write comment.