COLOR #079668

HEX: #079668
RGB: (7,150,104)

Color info

#079668 contains mainly green and blue colors. Web safe color of #079668 is #009966 (or #096).

RGB color model

#079668 color RGB value is (7,150,104).

  • red value is 7;
  • green value is 150;
  • blue value is 104.
RGB:
(7,150,104)
(3%,59%,41%)

RGB channels and saturation

R 7 of 255 = 3%
G 150 of 255 = 59%
B 104 of 255 = 41%

7
150
104

R + G + B ~ 34%. #079668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 150 + 104 = 261 (100%)
R 7 of 261 ~ 2.68%
G 150 of 261 ~ 57.47%
B 104 of 261 ~ 39.85%

%57.47
%39.85

CMYK color model

#079668 color CMYK value is (95,0,31,41).

  • cyan value is 95.33%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(95,0,31,41)
C95M0Y31K41 
(95%,0%,31%,41%)
(0.95/0.00/0.31/0.41)	

CMYK percentages

%95.33
%0
%30.67
%41.18

Codes

Color #079668 in popluar color models

079668
RGB7150104
HSL161°91.08%30.78%
HSB/HSV161°95.33%58.82%
CMYK95.33%0.00%30.67%
41.18%

Color #079668 in popluar number systems.

HEX079668
Decimal7150104
Binary111100101101101000
Octal7226150

Shades and tints

Shades of #079668

#079668
(7,150,104)
#07895F
(7,137,95)
#077C56
(7,124,86)
#076F4D
(7,111,77)
#076244
(7,98,68)
#07553B
(7,85,59)
#074832
(7,72,50)
#073B29
(7,59,41)
#072E20
(7,46,32)
#072117
(7,33,23)
#07140E
(7,20,14)
#000000
(0,0,0)

Tints of #079668

#079668
(7,150,104)
#1D9F75
(29,159,117)
#33A882
(51,168,130)
#49B18F
(73,177,143)
#5FBA9C
(95,186,156)
#75C3A9
(117,195,169)
#8BCCB6
(139,204,182)
#A1D5C3
(161,213,195)
#B7DED0
(183,222,208)
#CDE7DD
(205,231,221)
#E3F0EA
(227,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #079668 color. Also use rgb(7,150,104) instead hex code.

Text Font Color

.myTextColor { color: #079668; }

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

This text font color is #079668.


Background Color

.myBgColor { background-color: #079668; }

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

This div background color is #079668.


Border color

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

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

This div border color is #079668.


Opacity

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

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

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

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

This text has shadow with #079668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #079668 on black background.


Color preview on white background

This text has color #079668 on white background.



Black color preview on #079668 background

This text has black color on #079668 background.


White color preview on #079668 background

This text has white color on #079668 background.