COLOR #006767

HEX: #006767
RGB: (0,103,103)

Color info

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

RGB color model

#006767 color RGB value is (0,103,103).

  • red value is 0;
  • green value is 103;
  • blue value is 103.
RGB:
(0,103,103)
(0%,40%,40%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 103 of 255 = 40%

0
103
103

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

Portions of RGB colors in percentages

R + G + B =
0 + 103 + 103 = 206 (100%)
R 0 of 206 ~ 0%
G 103 of 206 ~ 50%
B 103 of 206 ~ 50%

%50
%50

CMYK color model

#006767 color CMYK value is (100,0,0,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(100,0,0,60)
C100M0Y0K60 
(100%,0%,0%,60%)
(1.00/0.00/0.00/0.60)	

CMYK percentages

%100
%0
%0
%59.61

Codes

Color #006767 in popluar color models

006767
RGB0103103
HSL180°100.00%20.20%
HSB/HSV180°100.00%40.39%
CMYK100.00%0.00%0.00%
59.61%

Color #006767 in popluar number systems.

HEX006767
Decimal0103103
Binary011001111100111
Octal0147147

Shades and tints

Shades of #006767

#006767
(0,103,103)
#005E5E
(0,94,94)
#005555
(0,85,85)
#004C4C
(0,76,76)
#004343
(0,67,67)
#003A3A
(0,58,58)
#003131
(0,49,49)
#002828
(0,40,40)
#001F1F
(0,31,31)
#001616
(0,22,22)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #006767

#006767
(0,103,103)
#177474
(23,116,116)
#2E8181
(46,129,129)
#458E8E
(69,142,142)
#5C9B9B
(92,155,155)
#73A8A8
(115,168,168)
#8AB5B5
(138,181,181)
#A1C2C2
(161,194,194)
#B8CFCF
(184,207,207)
#CFDCDC
(207,220,220)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006767 color. Also use rgb(0,103,103) instead hex code.

Text Font Color

.myTextColor { color: #006767; }

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

This text font color is #006767.


Background Color

.myBgColor { background-color: #006767; }

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

This div background color is #006767.


Border color

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

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

This div border color is #006767.


Opacity

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

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

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

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

This text has shadow with #006767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006767 on black background.


Color preview on white background

This text has color #006767 on white background.



Black color preview on #006767 background

This text has black color on #006767 background.


White color preview on #006767 background

This text has white color on #006767 background.