COLOR #117116

HEX: #117116
RGB: (17,113,22)

Color info

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

RGB color model

#117116 color RGB value is (17,113,22).

  • red value is 17;
  • green value is 113;
  • blue value is 22.
RGB:
(17,113,22)
(7%,44%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 113 of 255 = 44%
B 22 of 255 = 9%

17
113
22

R + G + B ~ 20%. #117116 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 113 + 22 = 152 (100%)
R 17 of 152 ~ 11.18%
G 113 of 152 ~ 74.34%
B 22 of 152 ~ 14.47%

%11.18
%74.34
%14.47

CMYK color model

#117116 color CMYK value is (85,0,81,56).

  • cyan value is 84.96%
  • magenta value is 0.00%
  • yellow value is 80.53%
  • key color value is 55.69%
CMYK:
(85,0,81,56)
C85M0Y81K56 
(85%,0%,81%,56%)
(0.85/0.00/0.81/0.56)	

CMYK percentages

%84.96
%0
%80.53
%55.69

Codes

Color #117116 in popluar color models

117116
RGB1711322
HSL123°73.85%25.49%
HSB/HSV123°84.96%44.31%
CMYK84.96%0.00%80.53%
55.69%

Color #117116 in popluar number systems.

HEX117116
Decimal1711322
Binary10001111000110110
Octal2116126

Shades and tints

Shades of #117116

#117116
(17,113,22)
#106714
(16,103,20)
#0F5D12
(15,93,18)
#0E5310
(14,83,16)
#0D490E
(13,73,14)
#0C3F0C
(12,63,12)
#0B350A
(11,53,10)
#0A2B08
(10,43,8)
#092106
(9,33,6)
#081704
(8,23,4)
#070D02
(7,13,2)
#000000
(0,0,0)

Tints of #117116

#117116
(17,113,22)
#267D2B
(38,125,43)
#3B8940
(59,137,64)
#509555
(80,149,85)
#65A16A
(101,161,106)
#7AAD7F
(122,173,127)
#8FB994
(143,185,148)
#A4C5A9
(164,197,169)
#B9D1BE
(185,209,190)
#CEDDD3
(206,221,211)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117116; }

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

This text font color is #117116.


Background Color

.myBgColor { background-color: #117116; }

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

This div background color is #117116.


Border color

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

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

This div border color is #117116.


Opacity

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

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

Text with #117116 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 #117116;}

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

This text has shadow with #117116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117116 on black background.


Color preview on white background

This text has color #117116 on white background.



Black color preview on #117116 background

This text has black color on #117116 background.


White color preview on #117116 background

This text has white color on #117116 background.