Color Hex Logo

#097007 Color Hex

#097007
(9,112,7)
0 Favorites   0 Comments

Color spaces of #097007

RGB 91127
HSL0.330.880.23
HSV119°94°44°
CMYK 0.920.000.94   0.56
XYZ5.945211.66182.1386
Yxy11.66180.30110.5906
Hunter Lab34.1494-28.685620.1915
CIE-Lab40.6735-45.804143.7511

#097007 color RGB value is (9,112,7).

#097007 hex color red value is 9, green value is 112 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #097007 hue: 0.33 , saturation: 0.88 and the lightness value of 097007 is 0.23.

The process color (four color CMYK) of #097007 color hex is 0.92, 0.00, 0.94, 0.56. Web safe color of #097007 is #006600. Color #097007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110000 00000111
Octal 11 160 7
Decimal 9 112 7
Hex 9 70 7

RGB Percentages of Color #097007

%7.03
%87.50
%5.47

CMYK Percentages of Color #097007

%92
%0
%94
%56

Triadic Colors of #097007

#097007 #070970 #700709

Analogous Colors of #097007

#097007 #07703a #3e7007

Monochromatic Colors of #097007

#097007

Complementary Color

#097007 #6e0770

#097007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097007 Color CSS Codes

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

#097007 Text Font Color

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

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


#097007 Background Color

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

This div background color is #097007


#097007 Border Color

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

This div border color is #097007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097007


Comments

No comments written yet.

Please login to write comment.