Color Hex Logo

#096741 Color Hex

#096741
(9,103,65)
0 Favorites   0 Comments

Color spaces of #096741

RGB 910365
HSL0.430.840.22
HSV156°91°40°
CMYK 0.910.000.37   0.60
XYZ5.917010.14026.6464
Yxy10.14020.26060.4466
Hunter Lab31.8437-22.55879.9156
CIE-Lab38.0929-34.995214.5157

#096741 color RGB value is (9,103,65).

#096741 hex color red value is 9, green value is 103 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #096741 hue: 0.43 , saturation: 0.84 and the lightness value of 096741 is 0.22.

The process color (four color CMYK) of #096741 color hex is 0.91, 0.00, 0.37, 0.60. Web safe color of #096741 is #006633. Color #096741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100111 01000001
Octal 11 147 101
Decimal 9 103 65
Hex 9 67 41

RGB Percentages of Color #096741

%5.08
%58.19
%36.72

CMYK Percentages of Color #096741

%91
%0
%37
%60

Triadic Colors of #096741

#096741 #410967 #674109

Analogous Colors of #096741

#096741 #095e67 #096712

Monochromatic Colors of #096741

#096741

Complementary Color

#096741 #67092f

#096741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096741 Color CSS Codes

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

#096741 Text Font Color

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

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


#096741 Background Color

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

This div background color is #096741


#096741 Border Color

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

This div border color is #096741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096741


Comments

No comments written yet.

Please login to write comment.