COLOR #01796F

HEX: #01796F
RGB: (1,121,111)

Color info

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

RGB color model

#01796F color RGB value is (1,121,111).

  • red value is 1;
  • green value is 121;
  • blue value is 111.
RGB:
(1,121,111)
(0%,47%,44%)

RGB channels and saturation

R 1 of 255 = 0%
G 121 of 255 = 47%
B 111 of 255 = 44%

1
121
111

R + G + B ~ 30%. #01796F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 121 + 111 = 233 (100%)
R 1 of 233 ~ 0.43%
G 121 of 233 ~ 51.93%
B 111 of 233 ~ 47.64%

%51.93
%47.64

CMYK color model

#01796F color CMYK value is (99,0,8,53).

  • cyan value is 99.17%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK:
(99,0,8,53)
C99M0Y8K53 
(99%,0%,8%,53%)
(0.99/0.00/0.08/0.53)	

CMYK percentages

%99.17
%0
%8.26
%52.55

Codes

Color #01796F in popluar color models

01796F
RGB1121111
HSL175°98.36%23.92%
HSB/HSV175°99.17%47.45%
CMYK99.17%0.00%8.26%
52.55%

Color #01796F in popluar number systems.

HEX01796F
Decimal1121111
Binary111110011101111
Octal1171157

Shades and tints

Shades of #01796F

#01796F
(1,121,111)
#016E65
(1,110,101)
#01635B
(1,99,91)
#015851
(1,88,81)
#014D47
(1,77,71)
#01423D
(1,66,61)
#013733
(1,55,51)
#012C29
(1,44,41)
#01211F
(1,33,31)
#011615
(1,22,21)
#010B0B
(1,11,11)
#000000
(0,0,0)

Tints of #01796F

#01796F
(1,121,111)
#18857C
(24,133,124)
#2F9189
(47,145,137)
#469D96
(70,157,150)
#5DA9A3
(93,169,163)
#74B5B0
(116,181,176)
#8BC1BD
(139,193,189)
#A2CDCA
(162,205,202)
#B9D9D7
(185,217,215)
#D0E5E4
(208,229,228)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01796F color. Also use rgb(1,121,111) instead hex code.

Text Font Color

.myTextColor { color: #01796F; }

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

This text font color is #01796F.


Background Color

.myBgColor { background-color: #01796F; }

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

This div background color is #01796F.


Border color

.myBorderColor { border: 1px solid #01796F; }

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

This div border color is #01796F.


Opacity

.myOpacity80 { color: #01796F; opacity: 0.8; }

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

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

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

This text has shadow with #01796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01796F on black background.


Color preview on white background

This text has color #01796F on white background.



Black color preview on #01796F background

This text has black color on #01796F background.


White color preview on #01796F background

This text has white color on #01796F background.