COLOR #17966B

HEX: #17966B
RGB: (23,150,107)

Color info

#17966B contains mainly green and blue colors. Web safe color of #17966B is #009966 (or #096).

RGB color model

#17966B color RGB value is (23,150,107).

  • red value is 23;
  • green value is 150;
  • blue value is 107.
RGB:
(23,150,107)
(9%,59%,42%)

RGB channels and saturation

R 23 of 255 = 9%
G 150 of 255 = 59%
B 107 of 255 = 42%

23
150
107

R + G + B ~ 37%. #17966B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 150 + 107 = 280 (100%)
R 23 of 280 ~ 8.21%
G 150 of 280 ~ 53.57%
B 107 of 280 ~ 38.21%

%53.57
%38.21

CMYK color model

#17966B color CMYK value is (85,0,29,41).

  • cyan value is 84.67%
  • magenta value is 0.00%
  • yellow value is 28.67%
  • key color value is 41.18%
CMYK:
(85,0,29,41)
C85M0Y29K41 
(85%,0%,29%,41%)
(0.85/0.00/0.29/0.41)	

CMYK percentages

%84.67
%0
%28.67
%41.18

Codes

Color #17966B in popluar color models

17966B
RGB23150107
HSL160°73.41%33.92%
HSB/HSV160°84.67%58.82%
CMYK84.67%0.00%28.67%
41.18%

Color #17966B in popluar number systems.

HEX17966B
Decimal23150107
Binary10111100101101101011
Octal27226153

Shades and tints

Shades of #17966B

#17966B
(23,150,107)
#158962
(21,137,98)
#137C59
(19,124,89)
#116F50
(17,111,80)
#0F6247
(15,98,71)
#0D553E
(13,85,62)
#0B4835
(11,72,53)
#093B2C
(9,59,44)
#072E23
(7,46,35)
#05211A
(5,33,26)
#031411
(3,20,17)
#000000
(0,0,0)

Tints of #17966B

#17966B
(23,150,107)
#2C9F78
(44,159,120)
#41A885
(65,168,133)
#56B192
(86,177,146)
#6BBA9F
(107,186,159)
#80C3AC
(128,195,172)
#95CCB9
(149,204,185)
#AAD5C6
(170,213,198)
#BFDED3
(191,222,211)
#D4E7E0
(212,231,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17966B color. Also use rgb(23,150,107) instead hex code.

Text Font Color

.myTextColor { color: #17966B; }

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

This text font color is #17966B.


Background Color

.myBgColor { background-color: #17966B; }

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

This div background color is #17966B.


Border color

.myBorderColor { border: 1px solid #17966B; }

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

This div border color is #17966B.


Opacity

.myOpacity80 { color: #17966B; opacity: 0.8; }

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

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

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

This text has shadow with #17966B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17966B on black background.


Color preview on white background

This text has color #17966B on white background.



Black color preview on #17966B background

This text has black color on #17966B background.


White color preview on #17966B background

This text has white color on #17966B background.