Color Hex Logo

#096644 Color Hex

#096644
(9,102,68)
0 Favorites   0 Comments

Color spaces of #096644

RGB 910268
HSL0.440.840.22
HSV158°91°40°
CMYK 0.910.000.33   0.60
XYZ5.90749.97827.0835
Yxy9.97820.25720.4344
Hunter Lab31.5883-21.89788.8163
CIE-Lab37.8033-33.854112.3266

#096644 color RGB value is (9,102,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100110 01000100
Octal 11 146 104
Decimal 9 102 68
Hex 9 66 44

RGB Percentages of Color #096644

%5.03
%56.98
%37.99

CMYK Percentages of Color #096644

%91
%0
%33
%60

Triadic Colors of #096644

#096644 #440966 #664409

Analogous Colors of #096644

#096644 #095a66 #096616

Monochromatic Colors of #096644

#096644

Complementary Color

#096644 #66092b

#096644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096644 Color CSS Codes

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

#096644 Text Font Color

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

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


#096644 Background Color

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

This div background color is #096644


#096644 Border Color

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

This div border color is #096644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096644


Comments

No comments written yet.

Please login to write comment.