Color Hex Logo

#09766f Color Hex

#09766F
(9,118,111)
0 Favorites   0 Comments

Color spaces of #09766f

RGB 9118111
HSL0.490.860.25
HSV176°92°46°
CMYK 0.920.000.06   0.54
XYZ9.460314.162617.2740
Yxy14.16260.23130.3463
Hunter Lab37.6332-20.9865-0.8714
CIE-Lab44.4652-28.9085-4.0195

#09766f color RGB value is (9,118,111).

#09766f hex color red value is 9, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #09766f hue: 0.49 , saturation: 0.86 and the lightness value of 09766f is 0.25.

The process color (four color CMYK) of #09766f color hex is 0.92, 0.00, 0.06, 0.54. Web safe color of #09766f is #006666. Color #09766f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110110 01101111
Octal 11 166 157
Decimal 9 118 111
Hex 9 76 6F

RGB Percentages of Color #09766f

%3.78
%49.58
%46.64

CMYK Percentages of Color #09766f

%92
%0
%6
%54

Triadic Colors of #09766f

#09766f #6f0976 #766f09

Analogous Colors of #09766f

#09766f #094776 #097639

Monochromatic Colors of #09766f

#09766f

Complementary Color

#09766f #760910

#09766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09766f Color CSS Codes

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

#09766f Text Font Color

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

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


#09766f Background Color

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

This div background color is #09766f


#09766f Border Color

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

This div border color is #09766f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,118,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09766f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09766f;
  -webkit-box-shadow: 1px 1px 3px 2px #09766f;
  box-shadow:         1px 1px 3px 2px #09766f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09766f


Comments

No comments written yet.

Please login to write comment.