COLOR #115500

HEX: #115500
RGB: (17,85,0)

Color info

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

RGB color model

#115500 color RGB value is (17,85,0).

  • red value is 17;
  • green value is 85;
  • blue value is 0.
RGB:
(17,85,0)
(7%,33%,0%)

RGB channels and saturation

R 17 of 255 = 7%
G 85 of 255 = 33%
B 0 of 255 = 0%

17
85
0

R + G + B ~ 13%. #115500 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 85 + 0 = 102 (100%)
R 17 of 102 ~ 16.67%
G 85 of 102 ~ 83.33%
B 0 of 102 ~ 0%

%16.67
%83.33

CMYK color model

#115500 color CMYK value is (80,0,100,67).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 66.67%
CMYK:
(80,0,100,67)
C80M0Y100K67 
(80%,0%,100%,67%)
(0.80/0.00/1.00/0.67)	

CMYK percentages

%80
%0
%100
%66.67

Codes

Color #115500 in popluar color models

115500
RGB17850
HSL108°100.00%16.67%
HSB/HSV108°100.00%33.33%
CMYK80.00%0.00%100.00%
66.67%

Color #115500 in popluar number systems.

HEX115500
Decimal17850
Binary1000110101010
Octal211250

Shades and tints

Shades of #115500

#115500
(17,85,0)
#104E00
(16,78,0)
#0F4700
(15,71,0)
#0E4000
(14,64,0)
#0D3900
(13,57,0)
#0C3200
(12,50,0)
#0B2B00
(11,43,0)
#0A2400
(10,36,0)
#091D00
(9,29,0)
#081600
(8,22,0)
#070F00
(7,15,0)
#000000
(0,0,0)

Tints of #115500

#115500
(17,85,0)
#266417
(38,100,23)
#3B732E
(59,115,46)
#508245
(80,130,69)
#65915C
(101,145,92)
#7AA073
(122,160,115)
#8FAF8A
(143,175,138)
#A4BEA1
(164,190,161)
#B9CDB8
(185,205,184)
#CEDCCF
(206,220,207)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115500 color. Also use rgb(17,85,0) instead hex code.

Text Font Color

.myTextColor { color: #115500; }

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

This text font color is #115500.


Background Color

.myBgColor { background-color: #115500; }

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

This div background color is #115500.


Border color

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

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

This div border color is #115500.


Opacity

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

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

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

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

This text has shadow with #115500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115500 on black background.


Color preview on white background

This text has color #115500 on white background.



Black color preview on #115500 background

This text has black color on #115500 background.


White color preview on #115500 background

This text has white color on #115500 background.