COLOR #06774E

HEX: #06774E
RGB: (6,119,78)

Color info

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

RGB color model

#06774E color RGB value is (6,119,78).

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

RGB channels and saturation

R 6 of 255 = 2%
G 119 of 255 = 47%
B 78 of 255 = 31%

6
119
78

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

Portions of RGB colors in percentages

R + G + B =
6 + 119 + 78 = 203 (100%)
R 6 of 203 ~ 2.96%
G 119 of 203 ~ 58.62%
B 78 of 203 ~ 38.42%

%58.62
%38.42

CMYK color model

#06774E color CMYK value is (95,0,34,53).

  • cyan value is 94.96%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 53.33%
CMYK:
(95,0,34,53)
C95M0Y34K53 
(95%,0%,34%,53%)
(0.95/0.00/0.34/0.53)	

CMYK percentages

%94.96
%0
%34.45
%53.33

Codes

Color #06774E in popluar color models

06774E
RGB611978
HSL158°90.40%24.51%
HSB/HSV158°94.96%46.67%
CMYK94.96%0.00%34.45%
53.33%

Color #06774E in popluar number systems.

HEX06774E
Decimal611978
Binary11011101111001110
Octal6167116

Shades and tints

Shades of #06774E

#06774E
(6,119,78)
#066D47
(6,109,71)
#066340
(6,99,64)
#065939
(6,89,57)
#064F32
(6,79,50)
#06452B
(6,69,43)
#063B24
(6,59,36)
#06311D
(6,49,29)
#062716
(6,39,22)
#061D0F
(6,29,15)
#061308
(6,19,8)
#000000
(0,0,0)

Tints of #06774E

#06774E
(6,119,78)
#1C835E
(28,131,94)
#328F6E
(50,143,110)
#489B7E
(72,155,126)
#5EA78E
(94,167,142)
#74B39E
(116,179,158)
#8ABFAE
(138,191,174)
#A0CBBE
(160,203,190)
#B6D7CE
(182,215,206)
#CCE3DE
(204,227,222)
#E2EFEE
(226,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06774E color. Also use rgb(6,119,78) instead hex code.

Text Font Color

.myTextColor { color: #06774E; }

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

This text font color is #06774E.


Background Color

.myBgColor { background-color: #06774E; }

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

This div background color is #06774E.


Border color

.myBorderColor { border: 1px solid #06774E; }

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

This div border color is #06774E.


Opacity

.myOpacity80 { color: #06774E; opacity: 0.8; }

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

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

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

This text has shadow with #06774E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06774E on black background.


Color preview on white background

This text has color #06774E on white background.



Black color preview on #06774E background

This text has black color on #06774E background.


White color preview on #06774E background

This text has white color on #06774E background.