COLOR #06794F

HEX: #06794F
RGB: (6,121,79)

Color info

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

RGB color model

#06794F color RGB value is (6,121,79).

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

RGB channels and saturation

R 6 of 255 = 2%
G 121 of 255 = 47%
B 79 of 255 = 31%

6
121
79

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

Portions of RGB colors in percentages

R + G + B =
6 + 121 + 79 = 206 (100%)
R 6 of 206 ~ 2.91%
G 121 of 206 ~ 58.74%
B 79 of 206 ~ 38.35%

%58.74
%38.35

CMYK color model

#06794F color CMYK value is (95,0,35,53).

  • cyan value is 95.04%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 52.55%
CMYK:
(95,0,35,53)
C95M0Y35K53 
(95%,0%,35%,53%)
(0.95/0.00/0.35/0.53)	

CMYK percentages

%95.04
%0
%34.71
%52.55

Codes

Color #06794F in popluar color models

06794F
RGB612179
HSL158°90.55%24.90%
HSB/HSV158°95.04%47.45%
CMYK95.04%0.00%34.71%
52.55%

Color #06794F in popluar number systems.

HEX06794F
Decimal612179
Binary11011110011001111
Octal6171117

Shades and tints

Shades of #06794F

#06794F
(6,121,79)
#066E48
(6,110,72)
#066341
(6,99,65)
#06583A
(6,88,58)
#064D33
(6,77,51)
#06422C
(6,66,44)
#063725
(6,55,37)
#062C1E
(6,44,30)
#062117
(6,33,23)
#061610
(6,22,16)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #06794F

#06794F
(6,121,79)
#1C855F
(28,133,95)
#32916F
(50,145,111)
#489D7F
(72,157,127)
#5EA98F
(94,169,143)
#74B59F
(116,181,159)
#8AC1AF
(138,193,175)
#A0CDBF
(160,205,191)
#B6D9CF
(182,217,207)
#CCE5DF
(204,229,223)
#E2F1EF
(226,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06794F color. Also use rgb(6,121,79) instead hex code.

Text Font Color

.myTextColor { color: #06794F; }

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

This text font color is #06794F.


Background Color

.myBgColor { background-color: #06794F; }

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

This div background color is #06794F.


Border color

.myBorderColor { border: 1px solid #06794F; }

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

This div border color is #06794F.


Opacity

.myOpacity80 { color: #06794F; opacity: 0.8; }

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

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

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

This text has shadow with #06794F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06794F on black background.


Color preview on white background

This text has color #06794F on white background.



Black color preview on #06794F background

This text has black color on #06794F background.


White color preview on #06794F background

This text has white color on #06794F background.