Color Hex Logo

#079504 Color Hex

#079504
(7,149,4)
0 Favorites   0 Comments

Color spaces of #079504

RGB 71494
HSL0.330.950.30
HSV119°97°58°
CMYK 0.950.000.97   0.42
XYZ10.857021.54883.7020
Yxy21.54880.30070.5968
Hunter Lab46.4207-39.488127.7662
CIE-Lab53.5450-57.161155.1130

#079504 color RGB value is (7,149,4).

#079504 hex color red value is 7, green value is 149 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #079504 hue: 0.33 , saturation: 0.95 and the lightness value of 079504 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010101 00000100
Octal 7 225 4
Decimal 7 149 4
Hex 7 95 4

RGB Percentages of Color #079504

%4.38
%93.13
%2.50

CMYK Percentages of Color #079504

%95
%0
%97
%42

Triadic Colors of #079504

#079504 #040795 #950407

Analogous Colors of #079504

#079504 #04954a #4f9504

Monochromatic Colors of #079504

#079504

Complementary Color

#079504 #920495

#079504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#079504 Color CSS Codes

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

#079504 Text Font Color

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

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


#079504 Background Color

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

This div background color is #079504


#079504 Border Color

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

This div border color is #079504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079504


Comments

No comments written yet.

Please login to write comment.