Color Hex Logo

#097a05 Color Hex

#097A05
(9,122,5)
0 Favorites   0 Comments

Color spaces of #097a05

RGB 91225
HSL0.330.920.25
HSV118°96°48°
CMYK 0.930.000.96   0.52
XYZ7.099613.98812.4694
Yxy13.98810.30140.5938
Hunter Lab37.4007-31.567322.2658
CIE-Lab44.2159-48.978547.2086

#097a05 color RGB value is (9,122,5).

#097a05 hex color red value is 9, green value is 122 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #097a05 hue: 0.33 , saturation: 0.92 and the lightness value of 097a05 is 0.25.

The process color (four color CMYK) of #097a05 color hex is 0.93, 0.00, 0.96, 0.52. Web safe color of #097a05 is #006600. Color #097a05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111010 00000101
Octal 11 172 5
Decimal 9 122 5
Hex 9 7A 5

RGB Percentages of Color #097a05

%6.62
%89.71
%3.68

CMYK Percentages of Color #097a05

%93
%0
%96
%52

Triadic Colors of #097a05

#097a05 #05097a #7a0509

Analogous Colors of #097a05

#097a05 #057a3c #437a05

Monochromatic Colors of #097a05

#097a05

Complementary Color

#097a05 #76057a

#097a05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097a05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097a05 Color CSS Codes

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

#097a05 Text Font Color

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

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


#097a05 Background Color

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

This div background color is #097a05


#097a05 Border Color

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

This div border color is #097a05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,122,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #097a05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #097a05;
  -webkit-box-shadow: 1px 1px 3px 2px #097a05;
  box-shadow:         1px 1px 3px 2px #097a05; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097a05


Comments

No comments written yet.

Please login to write comment.