COLOR #115C06

HEX: #115C06
RGB: (17,92,6)

Color info

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

RGB color model

#115C06 color RGB value is (17,92,6).

  • red value is 17;
  • green value is 92;
  • blue value is 6.
RGB:
(17,92,6)
(7%,36%,2%)

RGB channels and saturation

R 17 of 255 = 7%
G 92 of 255 = 36%
B 6 of 255 = 2%

17
92
6

R + G + B ~ 15%. #115C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 92 + 6 = 115 (100%)
R 17 of 115 ~ 14.78%
G 92 of 115 ~ 80%
B 6 of 115 ~ 5.22%

%14.78
%80

CMYK color model

#115C06 color CMYK value is (82,0,93,64).

  • cyan value is 81.52%
  • magenta value is 0.00%
  • yellow value is 93.48%
  • key color value is 63.92%
CMYK:
(82,0,93,64)
C82M0Y93K64 
(82%,0%,93%,64%)
(0.82/0.00/0.93/0.64)	

CMYK percentages

%81.52
%0
%93.48
%63.92

Codes

Color #115C06 in popluar color models

115C06
RGB17926
HSL112°87.76%19.22%
HSB/HSV112°93.48%36.08%
CMYK81.52%0.00%93.48%
63.92%

Color #115C06 in popluar number systems.

HEX115C06
Decimal17926
Binary100011011100110
Octal211346

Shades and tints

Shades of #115C06

#115C06
(17,92,6)
#105406
(16,84,6)
#0F4C06
(15,76,6)
#0E4406
(14,68,6)
#0D3C06
(13,60,6)
#0C3406
(12,52,6)
#0B2C06
(11,44,6)
#0A2406
(10,36,6)
#091C06
(9,28,6)
#081406
(8,20,6)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #115C06

#115C06
(17,92,6)
#266A1C
(38,106,28)
#3B7832
(59,120,50)
#508648
(80,134,72)
#65945E
(101,148,94)
#7AA274
(122,162,116)
#8FB08A
(143,176,138)
#A4BEA0
(164,190,160)
#B9CCB6
(185,204,182)
#CEDACC
(206,218,204)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115C06 color. Also use rgb(17,92,6) instead hex code.

Text Font Color

.myTextColor { color: #115C06; }

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

This text font color is #115C06.


Background Color

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

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

This div background color is #115C06.


Border color

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

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

This div border color is #115C06.


Opacity

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

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

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

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

This text has shadow with #115C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115C06 on black background.


Color preview on white background

This text has color #115C06 on white background.



Black color preview on #115C06 background

This text has black color on #115C06 background.


White color preview on #115C06 background

This text has white color on #115C06 background.