COLOR #116611

HEX: #116611
RGB: (17,102,17)

Color info

#116611 contains mainly green color. Web safe color of #116611 is #006600 (or #060).

RGB color model

#116611 color RGB value is (17,102,17).

  • red value is 17;
  • green value is 102;
  • blue value is 17.
RGB:
(17,102,17)
(7%,40%,7%)

RGB channels and saturation

R 17 of 255 = 7%
G 102 of 255 = 40%
B 17 of 255 = 7%

17
102
17

R + G + B ~ 18%. #116611 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 102 + 17 = 136 (100%)
R 17 of 136 ~ 12.5%
G 102 of 136 ~ 75%
B 17 of 136 ~ 12.5%

%12.5
%75
%12.5

CMYK color model

#116611 color CMYK value is (83,0,83,60).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 60.00%
CMYK:
(83,0,83,60)
C83M0Y83K60 
(83%,0%,83%,60%)
(0.83/0.00/0.83/0.60)	

CMYK percentages

%83.33
%0
%83.33
%60

Codes

Color #116611 in popluar color models

116611
RGB1710217
HSL120°71.43%23.33%
HSB/HSV120°83.33%40.00%
CMYK83.33%0.00%83.33%
60.00%

Color #116611 in popluar number systems.

HEX116611
Decimal1710217
Binary10001110011010001
Octal2114621

Shades and tints

Shades of #116611

#116611
(17,102,17)
#105D10
(16,93,16)
#0F540F
(15,84,15)
#0E4B0E
(14,75,14)
#0D420D
(13,66,13)
#0C390C
(12,57,12)
#0B300B
(11,48,11)
#0A270A
(10,39,10)
#091E09
(9,30,9)
#081508
(8,21,8)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #116611

#116611
(17,102,17)
#267326
(38,115,38)
#3B803B
(59,128,59)
#508D50
(80,141,80)
#659A65
(101,154,101)
#7AA77A
(122,167,122)
#8FB48F
(143,180,143)
#A4C1A4
(164,193,164)
#B9CEB9
(185,206,185)
#CEDBCE
(206,219,206)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116611 color. Also use rgb(17,102,17) instead hex code.

Text Font Color

.myTextColor { color: #116611; }

<p style="color:#116611">This sample text font color is #116611.</p>

This text font color is #116611.


Background Color

.myBgColor { background-color: #116611; }

<div style="background-color:#116611">Inner text</div>

This div background color is #116611.


Border color

.myBorderColor { border: 1px solid #116611; }

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

This div border color is #116611.


Opacity

.myOpacity80 { color: #116611; opacity: 0.8; }

<p style="color:#116611;opacity:0.8;">80%</p>

Text with #116611 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #116611;}

<p style="text-shadow: 3px 3px 1px #116611">Text here.</p>

This text has shadow with #116611 color.

.textShadow {text-shadow: 3px 3px 1px #116611, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #116611, 5px 5px 20px red">Text here.</p>

This text has shadow with #116611 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#116611, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#116611, Direction=45, Strength=4)">Text</p>

This text has shadow with #116611 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #116611;
  -webkit-box-shadow:	1px 1px 3px 2px #116611;
  box-shadow:		1px 1px 3px 2px #116611;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #116611;
-webkit-box-shadow: 1px 1px 3px 2px #116611;
box-shadow:1px 1px 3px 2px #116611;">
Div content here</div>
This div box has shadow with color #116611.

Preview

Color preview on black background

This text has color #116611 on black background.


Color preview on white background

This text has color #116611 on white background.



Black color preview on #116611 background

This text has black color on #116611 background.


White color preview on #116611 background

This text has white color on #116611 background.