COLOR #117D11

HEX: #117D11
RGB: (17,125,17)

Color info

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

RGB color model

#117D11 color RGB value is (17,125,17).

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

RGB channels and saturation

R 17 of 255 = 7%
G 125 of 255 = 49%
B 17 of 255 = 7%

17
125
17

R + G + B ~ 21%. #117D11 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 125 + 17 = 159 (100%)
R 17 of 159 ~ 10.69%
G 125 of 159 ~ 78.62%
B 17 of 159 ~ 10.69%

%10.69
%78.62
%10.69

CMYK color model

#117D11 color CMYK value is (86,0,86,51).

  • cyan value is 86.40%
  • magenta value is 0.00%
  • yellow value is 86.40%
  • key color value is 50.98%
CMYK:
(86,0,86,51)
C86M0Y86K51 
(86%,0%,86%,51%)
(0.86/0.00/0.86/0.51)	

CMYK percentages

%86.4
%0
%86.4
%50.98

Codes

Color #117D11 in popluar color models

117D11
RGB1712517
HSL120°76.06%27.84%
HSB/HSV120°86.40%49.02%
CMYK86.40%0.00%86.40%
50.98%

Color #117D11 in popluar number systems.

HEX117D11
Decimal1712517
Binary10001111110110001
Octal2117521

Shades and tints

Shades of #117D11

#117D11
(17,125,17)
#107210
(16,114,16)
#0F670F
(15,103,15)
#0E5C0E
(14,92,14)
#0D510D
(13,81,13)
#0C460C
(12,70,12)
#0B3B0B
(11,59,11)
#0A300A
(10,48,10)
#092509
(9,37,9)
#081A08
(8,26,8)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #117D11

#117D11
(17,125,17)
#268826
(38,136,38)
#3B933B
(59,147,59)
#509E50
(80,158,80)
#65A965
(101,169,101)
#7AB47A
(122,180,122)
#8FBF8F
(143,191,143)
#A4CAA4
(164,202,164)
#B9D5B9
(185,213,185)
#CEE0CE
(206,224,206)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117D11; }

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

This text font color is #117D11.


Background Color

.myBgColor { background-color: #117D11; }

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

This div background color is #117D11.


Border color

.myBorderColor { border: 1px solid #117D11; }

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

This div border color is #117D11.


Opacity

.myOpacity80 { color: #117D11; opacity: 0.8; }

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

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

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

This text has shadow with #117D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117D11 on black background.


Color preview on white background

This text has color #117D11 on white background.



Black color preview on #117D11 background

This text has black color on #117D11 background.


White color preview on #117D11 background

This text has white color on #117D11 background.