COLOR #115B17

HEX: #115B17
RGB: (17,91,23)

Color info

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

RGB color model

#115B17 color RGB value is (17,91,23).

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

RGB channels and saturation

R 17 of 255 = 7%
G 91 of 255 = 36%
B 23 of 255 = 9%

17
91
23

R + G + B ~ 17%. #115B17 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 91 + 23 = 131 (100%)
R 17 of 131 ~ 12.98%
G 91 of 131 ~ 69.47%
B 23 of 131 ~ 17.56%

%12.98
%69.47
%17.56

CMYK color model

#115B17 color CMYK value is (81,0,75,64).

  • cyan value is 81.32%
  • magenta value is 0.00%
  • yellow value is 74.73%
  • key color value is 64.31%
CMYK:
(81,0,75,64)
C81M0Y75K64 
(81%,0%,75%,64%)
(0.81/0.00/0.75/0.64)	

CMYK percentages

%81.32
%0
%74.73
%64.31

Codes

Color #115B17 in popluar color models

115B17
RGB179123
HSL125°68.52%21.18%
HSB/HSV125°81.32%35.69%
CMYK81.32%0.00%74.73%
64.31%

Color #115B17 in popluar number systems.

HEX115B17
Decimal179123
Binary10001101101110111
Octal2113327

Shades and tints

Shades of #115B17

#115B17
(17,91,23)
#105315
(16,83,21)
#0F4B13
(15,75,19)
#0E4311
(14,67,17)
#0D3B0F
(13,59,15)
#0C330D
(12,51,13)
#0B2B0B
(11,43,11)
#0A2309
(10,35,9)
#091B07
(9,27,7)
#081305
(8,19,5)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #115B17

#115B17
(17,91,23)
#26692C
(38,105,44)
#3B7741
(59,119,65)
#508556
(80,133,86)
#65936B
(101,147,107)
#7AA180
(122,161,128)
#8FAF95
(143,175,149)
#A4BDAA
(164,189,170)
#B9CBBF
(185,203,191)
#CED9D4
(206,217,212)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115B17; }

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

This text font color is #115B17.


Background Color

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

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

This div background color is #115B17.


Border color

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

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

This div border color is #115B17.


Opacity

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

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

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

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

This text has shadow with #115B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115B17 on black background.


Color preview on white background

This text has color #115B17 on white background.



Black color preview on #115B17 background

This text has black color on #115B17 background.


White color preview on #115B17 background

This text has white color on #115B17 background.