Color Hex Logo

#075009 Color Hex

#075009
(7,80,9)
0 Favorites   0 Comments

Color spaces of #075009

RGB 7809
HSL0.340.840.17
HSV122°91°31°
CMYK 0.910.000.89   0.69
XYZ3.00565.80221.2200
Yxy5.80220.29970.5786
Hunter Lab24.0878-19.880913.8585
CIE-Lab28.9078-35.455332.6735

#075009 color RGB value is (7,80,9).

#075009 hex color red value is 7, green value is 80 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #075009 hue: 0.34 , saturation: 0.84 and the lightness value of 075009 is 0.17.

The process color (four color CMYK) of #075009 color hex is 0.91, 0.00, 0.89, 0.69. Web safe color of #075009 is #006600. Color #075009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 00001001
Octal 7 120 11
Decimal 7 80 9
Hex 7 50 9

RGB Percentages of Color #075009

%7.29
%83.33
%9.38

CMYK Percentages of Color #075009

%91
%0
%89
%69

Triadic Colors of #075009

#075009 #090750 #500907

Analogous Colors of #075009

#075009 #07502e #2a5007

Monochromatic Colors of #075009

#075009

Complementary Color

#075009 #50074e

#075009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075009 Color CSS Codes

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

#075009 Text Font Color

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

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


#075009 Background Color

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

This div background color is #075009


#075009 Border Color

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

This div border color is #075009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075009


Comments

No comments written yet.

Please login to write comment.