COLOR #006F71

HEX: #006F71
RGB: (0,111,113)

Color info

#006F71 contains only green and blue colors. Web safe color of #006F71 is #006666 (or #066).

RGB color model

#006F71 color RGB value is (0,111,113).

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

RGB channels and saturation

R 0 of 255 = 0%
G 111 of 255 = 44%
B 113 of 255 = 44%

0
111
113

R + G + B ~ 29%. #006F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 111 + 113 = 224 (100%)
R 0 of 224 ~ 0%
G 111 of 224 ~ 49.55%
B 113 of 224 ~ 50.45%

%49.55
%50.45

CMYK color model

#006F71 color CMYK value is (100,2,0,56).

  • cyan value is 100.00%
  • magenta value is 1.77%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(100,2,0,56)
C100M2Y0K56 
(100%,2%,0%,56%)
(1.00/0.02/0.00/0.56)	

CMYK percentages

%100
%1.77
%0
%55.69

Codes

Color #006F71 in popluar color models

006F71
RGB0111113
HSL181°100.00%22.16%
HSB/HSV181°100.00%44.31%
CMYK100.00%1.77%0.00%
55.69%

Color #006F71 in popluar number systems.

HEX006F71
Decimal0111113
Binary011011111110001
Octal0157161

Shades and tints

Shades of #006F71

#006F71
(0,111,113)
#006567
(0,101,103)
#005B5D
(0,91,93)
#005153
(0,81,83)
#004749
(0,71,73)
#003D3F
(0,61,63)
#003335
(0,51,53)
#00292B
(0,41,43)
#001F21
(0,31,33)
#001517
(0,21,23)
#000B0D
(0,11,13)
#000000
(0,0,0)

Tints of #006F71

#006F71
(0,111,113)
#177C7D
(23,124,125)
#2E8989
(46,137,137)
#459695
(69,150,149)
#5CA3A1
(92,163,161)
#73B0AD
(115,176,173)
#8ABDB9
(138,189,185)
#A1CAC5
(161,202,197)
#B8D7D1
(184,215,209)
#CFE4DD
(207,228,221)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006F71 color. Also use rgb(0,111,113) instead hex code.

Text Font Color

.myTextColor { color: #006F71; }

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

This text font color is #006F71.


Background Color

.myBgColor { background-color: #006F71; }

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

This div background color is #006F71.


Border color

.myBorderColor { border: 1px solid #006F71; }

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

This div border color is #006F71.


Opacity

.myOpacity80 { color: #006F71; opacity: 0.8; }

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

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

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

This text has shadow with #006F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006F71 on black background.


Color preview on white background

This text has color #006F71 on white background.



Black color preview on #006F71 background

This text has black color on #006F71 background.


White color preview on #006F71 background

This text has white color on #006F71 background.