COLOR #119517

HEX: #119517
RGB: (17,149,23)

Color info

#119517 contains mainly green color. Web safe color of #119517 is #009900 (or #090).

RGB color model

#119517 color RGB value is (17,149,23).

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

RGB channels and saturation

R 17 of 255 = 7%
G 149 of 255 = 58%
B 23 of 255 = 9%

17
149
23

R + G + B ~ 25%. #119517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 149 + 23 = 189 (100%)
R 17 of 189 ~ 8.99%
G 149 of 189 ~ 78.84%
B 23 of 189 ~ 12.17%

%78.84
%12.17

CMYK color model

#119517 color CMYK value is (89,0,85,42).

  • cyan value is 88.59%
  • magenta value is 0.00%
  • yellow value is 84.56%
  • key color value is 41.57%
CMYK:
(89,0,85,42)
C89M0Y85K42 
(89%,0%,85%,42%)
(0.89/0.00/0.85/0.42)	

CMYK percentages

%88.59
%0
%84.56
%41.57

Codes

Color #119517 in popluar color models

119517
RGB1714923
HSL123°79.52%32.55%
HSB/HSV123°88.59%58.43%
CMYK88.59%0.00%84.56%
41.57%

Color #119517 in popluar number systems.

HEX119517
Decimal1714923
Binary100011001010110111
Octal2122527

Shades and tints

Shades of #119517

#119517
(17,149,23)
#108815
(16,136,21)
#0F7B13
(15,123,19)
#0E6E11
(14,110,17)
#0D610F
(13,97,15)
#0C540D
(12,84,13)
#0B470B
(11,71,11)
#0A3A09
(10,58,9)
#092D07
(9,45,7)
#082005
(8,32,5)
#071303
(7,19,3)
#000000
(0,0,0)

Tints of #119517

#119517
(17,149,23)
#269E2C
(38,158,44)
#3BA741
(59,167,65)
#50B056
(80,176,86)
#65B96B
(101,185,107)
#7AC280
(122,194,128)
#8FCB95
(143,203,149)
#A4D4AA
(164,212,170)
#B9DDBF
(185,221,191)
#CEE6D4
(206,230,212)
#E3EFE9
(227,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #119517; }

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

This text font color is #119517.


Background Color

.myBgColor { background-color: #119517; }

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

This div background color is #119517.


Border color

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

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

This div border color is #119517.


Opacity

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

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

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

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

This text has shadow with #119517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #119517 on black background.


Color preview on white background

This text has color #119517 on white background.



Black color preview on #119517 background

This text has black color on #119517 background.


White color preview on #119517 background

This text has white color on #119517 background.