COLOR #016C5B

HEX: #016C5B
RGB: (1,108,91)

Color info

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

RGB color model

#016C5B color RGB value is (1,108,91).

  • red value is 1;
  • green value is 108;
  • blue value is 91.
RGB:
(1,108,91)
(0%,42%,36%)

RGB channels and saturation

R 1 of 255 = 0%
G 108 of 255 = 42%
B 91 of 255 = 36%

1
108
91

R + G + B ~ 26%. #016C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 108 + 91 = 200 (100%)
R 1 of 200 ~ 0.5%
G 108 of 200 ~ 54%
B 91 of 200 ~ 45.5%

%54
%45.5

CMYK color model

#016C5B color CMYK value is (99,0,16,58).

  • cyan value is 99.07%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 57.65%
CMYK:
(99,0,16,58)
C99M0Y16K58 
(99%,0%,16%,58%)
(0.99/0.00/0.16/0.58)	

CMYK percentages

%99.07
%0
%15.74
%57.65

Codes

Color #016C5B in popluar color models

016C5B
RGB110891
HSL170°98.17%21.37%
HSB/HSV170°99.07%42.35%
CMYK99.07%0.00%15.74%
57.65%

Color #016C5B in popluar number systems.

HEX016C5B
Decimal110891
Binary111011001011011
Octal1154133

Shades and tints

Shades of #016C5B

#016C5B
(1,108,91)
#016353
(1,99,83)
#015A4B
(1,90,75)
#015143
(1,81,67)
#01483B
(1,72,59)
#013F33
(1,63,51)
#01362B
(1,54,43)
#012D23
(1,45,35)
#01241B
(1,36,27)
#011B13
(1,27,19)
#01120B
(1,18,11)
#000000
(0,0,0)

Tints of #016C5B

#016C5B
(1,108,91)
#187969
(24,121,105)
#2F8677
(47,134,119)
#469385
(70,147,133)
#5DA093
(93,160,147)
#74ADA1
(116,173,161)
#8BBAAF
(139,186,175)
#A2C7BD
(162,199,189)
#B9D4CB
(185,212,203)
#D0E1D9
(208,225,217)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016C5B color. Also use rgb(1,108,91) instead hex code.

Text Font Color

.myTextColor { color: #016C5B; }

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

This text font color is #016C5B.


Background Color

.myBgColor { background-color: #016C5B; }

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

This div background color is #016C5B.


Border color

.myBorderColor { border: 1px solid #016C5B; }

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

This div border color is #016C5B.


Opacity

.myOpacity80 { color: #016C5B; opacity: 0.8; }

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

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

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

This text has shadow with #016C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016C5B on black background.


Color preview on white background

This text has color #016C5B on white background.



Black color preview on #016C5B background

This text has black color on #016C5B background.


White color preview on #016C5B background

This text has white color on #016C5B background.