Color Hex Logo

#096151 Color Hex

#096151
(9,97,81)
0 Favorites   0 Comments

Color spaces of #096151

RGB 99781
HSL0.470.830.21
HSV169°91°38°
CMYK 0.910.000.16   0.62
XYZ5.87269.20159.2511
Yxy9.20150.24140.3783
Hunter Lab30.3340-18.52723.1518
CIE-Lab36.3694-28.06322.3680

#096151 color RGB value is (9,97,81).

#096151 hex color red value is 9, green value is 97 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #096151 hue: 0.47 , saturation: 0.83 and the lightness value of 096151 is 0.21.

The process color (four color CMYK) of #096151 color hex is 0.91, 0.00, 0.16, 0.62. Web safe color of #096151 is #006666. Color #096151 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100001 01010001
Octal 11 141 121
Decimal 9 97 81
Hex 9 61 51

RGB Percentages of Color #096151

%4.81
%51.87
%43.32

CMYK Percentages of Color #096151

%91
%0
%16
%62

Triadic Colors of #096151

#096151 #510961 #615109

Analogous Colors of #096151

#096151 #094561 #096125

Monochromatic Colors of #096151

#096151

Complementary Color

#096151 #610919

#096151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096151 Color CSS Codes

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

#096151 Text Font Color

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

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


#096151 Background Color

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

This div background color is #096151


#096151 Border Color

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

This div border color is #096151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096151


Comments

No comments written yet.

Please login to write comment.