Color Hex Logo

#079355 Color Hex

#079355
(7,147,85)
0 Favorites   0 Comments

Color spaces of #079355

RGB 714785
HSL0.430.910.30
HSV153°95°58°
CMYK 0.950.000.42   0.42
XYZ12.161021.568512.1165
Yxy21.56850.26530.4705
Hunter Lab46.4419-34.532417.0408
CIE-Lab53.5662-47.904523.7430

#079355 color RGB value is (7,147,85).

#079355 hex color red value is 7, green value is 147 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #079355 hue: 0.43 , saturation: 0.91 and the lightness value of 079355 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010011 01010101
Octal 7 223 125
Decimal 7 147 85
Hex 7 93 55

RGB Percentages of Color #079355

%2.93
%61.51
%35.56

CMYK Percentages of Color #079355

%95
%0
%42
%42

Triadic Colors of #079355

#079355 #550793 #935507

Analogous Colors of #079355

#079355 #078b93 #07930f

Monochromatic Colors of #079355

#079355

Complementary Color

#079355 #930745

#079355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#079355 Color CSS Codes

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

#079355 Text Font Color

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

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


#079355 Background Color

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

This div background color is #079355


#079355 Border Color

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

This div border color is #079355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079355


Comments

No comments written yet.

Please login to write comment.