COLOR #117B17

HEX: #117B17
RGB: (17,123,23)

Color info

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

RGB color model

#117B17 color RGB value is (17,123,23).

  • red value is 17;
  • green value is 123;
  • blue value is 23.
RGB:
(17,123,23)
(7%,48%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 123 of 255 = 48%
B 23 of 255 = 9%

17
123
23

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

Portions of RGB colors in percentages

R + G + B =
17 + 123 + 23 = 163 (100%)
R 17 of 163 ~ 10.43%
G 123 of 163 ~ 75.46%
B 23 of 163 ~ 14.11%

%10.43
%75.46
%14.11

CMYK color model

#117B17 color CMYK value is (86,0,81,52).

  • cyan value is 86.18%
  • magenta value is 0.00%
  • yellow value is 81.30%
  • key color value is 51.76%
CMYK:
(86,0,81,52)
C86M0Y81K52 
(86%,0%,81%,52%)
(0.86/0.00/0.81/0.52)	

CMYK percentages

%86.18
%0
%81.3
%51.76

Codes

Color #117B17 in popluar color models

117B17
RGB1712323
HSL123°75.71%27.45%
HSB/HSV123°86.18%48.24%
CMYK86.18%0.00%81.30%
51.76%

Color #117B17 in popluar number systems.

HEX117B17
Decimal1712323
Binary10001111101110111
Octal2117327

Shades and tints

Shades of #117B17

#117B17
(17,123,23)
#107015
(16,112,21)
#0F6513
(15,101,19)
#0E5A11
(14,90,17)
#0D4F0F
(13,79,15)
#0C440D
(12,68,13)
#0B390B
(11,57,11)
#0A2E09
(10,46,9)
#092307
(9,35,7)
#081805
(8,24,5)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #117B17

#117B17
(17,123,23)
#26872C
(38,135,44)
#3B9341
(59,147,65)
#509F56
(80,159,86)
#65AB6B
(101,171,107)
#7AB780
(122,183,128)
#8FC395
(143,195,149)
#A4CFAA
(164,207,170)
#B9DBBF
(185,219,191)
#CEE7D4
(206,231,212)
#E3F3E9
(227,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117B17; }

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

This text font color is #117B17.


Background Color

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

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

This div background color is #117B17.


Border color

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

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

This div border color is #117B17.


Opacity

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

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

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

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

This text has shadow with #117B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117B17 on black background.


Color preview on white background

This text has color #117B17 on white background.



Black color preview on #117B17 background

This text has black color on #117B17 background.


White color preview on #117B17 background

This text has white color on #117B17 background.