COLOR #117A66

HEX: #117A66
RGB: (17,122,102)

Color info

#117A66 contains mainly green and blue colors. Web safe color of #117A66 is #006666 (or #066).

RGB color model

#117A66 color RGB value is (17,122,102).

  • red value is 17;
  • green value is 122;
  • blue value is 102.
RGB:
(17,122,102)
(7%,48%,40%)

RGB channels and saturation

R 17 of 255 = 7%
G 122 of 255 = 48%
B 102 of 255 = 40%

17
122
102

R + G + B ~ 32%. #117A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 122 + 102 = 241 (100%)
R 17 of 241 ~ 7.05%
G 122 of 241 ~ 50.62%
B 102 of 241 ~ 42.32%

%50.62
%42.32

CMYK color model

#117A66 color CMYK value is (86,0,16,52).

  • cyan value is 86.07%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 52.16%
CMYK:
(86,0,16,52)
C86M0Y16K52 
(86%,0%,16%,52%)
(0.86/0.00/0.16/0.52)	

CMYK percentages

%86.07
%0
%16.39
%52.16

Codes

Color #117A66 in popluar color models

117A66
RGB17122102
HSL169°75.54%27.25%
HSB/HSV169°86.07%47.84%
CMYK86.07%0.00%16.39%
52.16%

Color #117A66 in popluar number systems.

HEX117A66
Decimal17122102
Binary1000111110101100110
Octal21172146

Shades and tints

Shades of #117A66

#117A66
(17,122,102)
#106F5D
(16,111,93)
#0F6454
(15,100,84)
#0E594B
(14,89,75)
#0D4E42
(13,78,66)
#0C4339
(12,67,57)
#0B3830
(11,56,48)
#0A2D27
(10,45,39)
#09221E
(9,34,30)
#081715
(8,23,21)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #117A66

#117A66
(17,122,102)
#268673
(38,134,115)
#3B9280
(59,146,128)
#509E8D
(80,158,141)
#65AA9A
(101,170,154)
#7AB6A7
(122,182,167)
#8FC2B4
(143,194,180)
#A4CEC1
(164,206,193)
#B9DACE
(185,218,206)
#CEE6DB
(206,230,219)
#E3F2E8
(227,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117A66 color. Also use rgb(17,122,102) instead hex code.

Text Font Color

.myTextColor { color: #117A66; }

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

This text font color is #117A66.


Background Color

.myBgColor { background-color: #117A66; }

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

This div background color is #117A66.


Border color

.myBorderColor { border: 1px solid #117A66; }

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

This div border color is #117A66.


Opacity

.myOpacity80 { color: #117A66; opacity: 0.8; }

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

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

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

This text has shadow with #117A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117A66 on black background.


Color preview on white background

This text has color #117A66 on white background.



Black color preview on #117A66 background

This text has black color on #117A66 background.


White color preview on #117A66 background

This text has white color on #117A66 background.