Color Hex Logo

#117612 Color Hex

#117612
(17,118,18)
0 Favorites   0 Comments

Color spaces of #117612

RGB 1711818
HSL0.330.750.26
HSV121°86°46°
CMYK 0.860.000.85   0.54
XYZ6.818813.11972.7452
Yxy13.11970.30060.5784
Hunter Lab36.2211-29.783520.8612
CIE-Lab42.9431-46.305942.9805

#117612 color RGB value is (17,118,18).

#117612 hex color red value is 17, green value is 118 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #117612 hue: 0.33 , saturation: 0.75 and the lightness value of 117612 is 0.26.

The process color (four color CMYK) of #117612 color hex is 0.86, 0.00, 0.85, 0.54. Web safe color of #117612 is #006600. Color #117612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110110 00010010
Octal 21 166 22
Decimal 17 118 18
Hex 11 76 12

RGB Percentages of Color #117612

%11.11
%77.12
%11.76

CMYK Percentages of Color #117612

%86
%0
%85
%54

Triadic Colors of #117612

#117612 #121176 #761211

Analogous Colors of #117612

#117612 #117645 #437611

Monochromatic Colors of #117612

#117612

Complementary Color

#117612 #761175

#117612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117612 Color CSS Codes

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

#117612 Text Font Color

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

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


#117612 Background Color

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

This div background color is #117612


#117612 Border Color

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

This div border color is #117612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117612


Comments

No comments written yet.

Please login to write comment.