COLOR #017659

HEX: #017659
RGB: (1,118,89)

Color info

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

RGB color model

#017659 color RGB value is (1,118,89).

  • red value is 1;
  • green value is 118;
  • blue value is 89.
RGB:
(1,118,89)
(0%,46%,35%)

RGB channels and saturation

R 1 of 255 = 0%
G 118 of 255 = 46%
B 89 of 255 = 35%

1
118
89

R + G + B ~ 27%. #017659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 118 + 89 = 208 (100%)
R 1 of 208 ~ 0.48%
G 118 of 208 ~ 56.73%
B 89 of 208 ~ 42.79%

%56.73
%42.79

CMYK color model

#017659 color CMYK value is (99,0,25,54).

  • cyan value is 99.15%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 53.73%
CMYK:
(99,0,25,54)
C99M0Y25K54 
(99%,0%,25%,54%)
(0.99/0.00/0.25/0.54)	

CMYK percentages

%99.15
%0
%24.58
%53.73

Codes

Color #017659 in popluar color models

017659
RGB111889
HSL165°98.32%23.33%
HSB/HSV165°99.15%46.27%
CMYK99.15%0.00%24.58%
53.73%

Color #017659 in popluar number systems.

HEX017659
Decimal111889
Binary111101101011001
Octal1166131

Shades and tints

Shades of #017659

#017659
(1,118,89)
#016C51
(1,108,81)
#016249
(1,98,73)
#015841
(1,88,65)
#014E39
(1,78,57)
#014431
(1,68,49)
#013A29
(1,58,41)
#013021
(1,48,33)
#012619
(1,38,25)
#011C11
(1,28,17)
#011209
(1,18,9)
#000000
(0,0,0)

Tints of #017659

#017659
(1,118,89)
#188268
(24,130,104)
#2F8E77
(47,142,119)
#469A86
(70,154,134)
#5DA695
(93,166,149)
#74B2A4
(116,178,164)
#8BBEB3
(139,190,179)
#A2CAC2
(162,202,194)
#B9D6D1
(185,214,209)
#D0E2E0
(208,226,224)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017659 color. Also use rgb(1,118,89) instead hex code.

Text Font Color

.myTextColor { color: #017659; }

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

This text font color is #017659.


Background Color

.myBgColor { background-color: #017659; }

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

This div background color is #017659.


Border color

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

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

This div border color is #017659.


Opacity

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

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

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

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

This text has shadow with #017659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017659 on black background.


Color preview on white background

This text has color #017659 on white background.



Black color preview on #017659 background

This text has black color on #017659 background.


White color preview on #017659 background

This text has white color on #017659 background.