COLOR #06776D

HEX: #06776D
RGB: (6,119,109)

Color info

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

RGB color model

#06776D color RGB value is (6,119,109).

  • red value is 6;
  • green value is 119;
  • blue value is 109.
RGB:
(6,119,109)
(2%,47%,43%)

RGB channels and saturation

R 6 of 255 = 2%
G 119 of 255 = 47%
B 109 of 255 = 43%

6
119
109

R + G + B ~ 31%. #06776D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 119 + 109 = 234 (100%)
R 6 of 234 ~ 2.56%
G 119 of 234 ~ 50.85%
B 109 of 234 ~ 46.58%

%50.85
%46.58

CMYK color model

#06776D color CMYK value is (95,0,8,53).

  • cyan value is 94.96%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(95,0,8,53)
C95M0Y8K53 
(95%,0%,8%,53%)
(0.95/0.00/0.08/0.53)	

CMYK percentages

%94.96
%0
%8.4
%53.33

Codes

Color #06776D in popluar color models

06776D
RGB6119109
HSL175°90.40%24.51%
HSB/HSV175°94.96%46.67%
CMYK94.96%0.00%8.40%
53.33%

Color #06776D in popluar number systems.

HEX06776D
Decimal6119109
Binary11011101111101101
Octal6167155

Shades and tints

Shades of #06776D

#06776D
(6,119,109)
#066D64
(6,109,100)
#06635B
(6,99,91)
#065952
(6,89,82)
#064F49
(6,79,73)
#064540
(6,69,64)
#063B37
(6,59,55)
#06312E
(6,49,46)
#062725
(6,39,37)
#061D1C
(6,29,28)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #06776D

#06776D
(6,119,109)
#1C837A
(28,131,122)
#328F87
(50,143,135)
#489B94
(72,155,148)
#5EA7A1
(94,167,161)
#74B3AE
(116,179,174)
#8ABFBB
(138,191,187)
#A0CBC8
(160,203,200)
#B6D7D5
(182,215,213)
#CCE3E2
(204,227,226)
#E2EFEF
(226,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06776D color. Also use rgb(6,119,109) instead hex code.

Text Font Color

.myTextColor { color: #06776D; }

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

This text font color is #06776D.


Background Color

.myBgColor { background-color: #06776D; }

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

This div background color is #06776D.


Border color

.myBorderColor { border: 1px solid #06776D; }

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

This div border color is #06776D.


Opacity

.myOpacity80 { color: #06776D; opacity: 0.8; }

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

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

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

This text has shadow with #06776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06776D on black background.


Color preview on white background

This text has color #06776D on white background.



Black color preview on #06776D background

This text has black color on #06776D background.


White color preview on #06776D background

This text has white color on #06776D background.