Color Hex Logo

#117409 Color Hex

#117409
(17,116,9)
0 Favorites   0 Comments

Color spaces of #117409

RGB 171169
HSL0.320.860.25
HSV116°92°45°
CMYK 0.850.000.92   0.55
XYZ6.525912.62972.3523
Yxy12.62970.30340.5872
Hunter Lab35.5383-29.414020.9524
CIE-Lab42.1999-46.121144.6422

#117409 color RGB value is (17,116,9).

#117409 hex color red value is 17, green value is 116 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #117409 hue: 0.32 , saturation: 0.86 and the lightness value of 117409 is 0.25.

The process color (four color CMYK) of #117409 color hex is 0.85, 0.00, 0.92, 0.55. Web safe color of #117409 is #006600. Color #117409 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110100 00001001
Octal 21 164 11
Decimal 17 116 9
Hex 11 74 9

RGB Percentages of Color #117409

%11.97
%81.69
%6.34

CMYK Percentages of Color #117409

%85
%0
%92
%55

Triadic Colors of #117409

#117409 #091174 #740911

Analogous Colors of #117409

#117409 #097437 #467409

Monochromatic Colors of #117409

#117409

Complementary Color

#117409 #6c0974

#117409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117409 Color CSS Codes

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

#117409 Text Font Color

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

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


#117409 Background Color

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

This div background color is #117409


#117409 Border Color

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

This div border color is #117409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117409


Comments

No comments written yet.

Please login to write comment.