COLOR #006772

HEX: #006772
RGB: (0,103,114)

Color info

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

RGB color model

#006772 color RGB value is (0,103,114).

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

RGB channels and saturation

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

0
103
114

R + G + B ~ 28%. #006772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 103 + 114 = 217 (100%)
R 0 of 217 ~ 0%
G 103 of 217 ~ 47.47%
B 114 of 217 ~ 52.53%

%47.47
%52.53

CMYK color model

#006772 color CMYK value is (100,10,0,55).

  • cyan value is 100.00%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(100,10,0,55)
C100M10Y0K55 
(100%,10%,0%,55%)
(1.00/0.10/0.00/0.55)	

CMYK percentages

%100
%9.65
%0
%55.29

Codes

Color #006772 in popluar color models

006772
RGB0103114
HSL186°100.00%22.35%
HSB/HSV186°100.00%44.71%
CMYK100.00%9.65%0.00%
55.29%

Color #006772 in popluar number systems.

HEX006772
Decimal0103114
Binary011001111110010
Octal0147162

Shades and tints

Shades of #006772

#006772
(0,103,114)
#005E68
(0,94,104)
#00555E
(0,85,94)
#004C54
(0,76,84)
#00434A
(0,67,74)
#003A40
(0,58,64)
#003136
(0,49,54)
#00282C
(0,40,44)
#001F22
(0,31,34)
#001618
(0,22,24)
#000D0E
(0,13,14)
#000000
(0,0,0)

Tints of #006772

#006772
(0,103,114)
#17747E
(23,116,126)
#2E818A
(46,129,138)
#458E96
(69,142,150)
#5C9BA2
(92,155,162)
#73A8AE
(115,168,174)
#8AB5BA
(138,181,186)
#A1C2C6
(161,194,198)
#B8CFD2
(184,207,210)
#CFDCDE
(207,220,222)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006772; }

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

This text font color is #006772.


Background Color

.myBgColor { background-color: #006772; }

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

This div background color is #006772.


Border color

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

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

This div border color is #006772.


Opacity

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

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

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

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

This text has shadow with #006772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006772 on black background.


Color preview on white background

This text has color #006772 on white background.



Black color preview on #006772 background

This text has black color on #006772 background.


White color preview on #006772 background

This text has white color on #006772 background.