COLOR #01966B

HEX: #01966B
RGB: (1,150,107)

Color info

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

RGB color model

#01966B color RGB value is (1,150,107).

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

RGB channels and saturation

R 1 of 255 = 0%
G 150 of 255 = 59%
B 107 of 255 = 42%

1
150
107

R + G + B ~ 34%. #01966B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 150 + 107 = 258 (100%)
R 1 of 258 ~ 0.39%
G 150 of 258 ~ 58.14%
B 107 of 258 ~ 41.47%

%58.14
%41.47

CMYK color model

#01966B color CMYK value is (99,0,29,41).

  • cyan value is 99.33%
  • magenta value is 0.00%
  • yellow value is 28.67%
  • key color value is 41.18%
CMYK:
(99,0,29,41)
C99M0Y29K41 
(99%,0%,29%,41%)
(0.99/0.00/0.29/0.41)	

CMYK percentages

%99.33
%0
%28.67
%41.18

Codes

Color #01966B in popluar color models

01966B
RGB1150107
HSL163°98.68%29.61%
HSB/HSV163°99.33%58.82%
CMYK99.33%0.00%28.67%
41.18%

Color #01966B in popluar number systems.

HEX01966B
Decimal1150107
Binary1100101101101011
Octal1226153

Shades and tints

Shades of #01966B

#01966B
(1,150,107)
#018962
(1,137,98)
#017C59
(1,124,89)
#016F50
(1,111,80)
#016247
(1,98,71)
#01553E
(1,85,62)
#014835
(1,72,53)
#013B2C
(1,59,44)
#012E23
(1,46,35)
#01211A
(1,33,26)
#011411
(1,20,17)
#000000
(0,0,0)

Tints of #01966B

#01966B
(1,150,107)
#189F78
(24,159,120)
#2FA885
(47,168,133)
#46B192
(70,177,146)
#5DBA9F
(93,186,159)
#74C3AC
(116,195,172)
#8BCCB9
(139,204,185)
#A2D5C6
(162,213,198)
#B9DED3
(185,222,211)
#D0E7E0
(208,231,224)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01966B; }

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

This text font color is #01966B.


Background Color

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

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

This div background color is #01966B.


Border color

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

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

This div border color is #01966B.


Opacity

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

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

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

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

This text has shadow with #01966B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01966B on black background.


Color preview on white background

This text has color #01966B on white background.



Black color preview on #01966B background

This text has black color on #01966B background.


White color preview on #01966B background

This text has white color on #01966B background.