COLOR #79B090

HEX: #79B090
RGB: (121,176,144)

Color info

#79B090 contains red, green and blue colors in about the same proportion. Web safe color of #79B090 is #669999 (or #699).

RGB color model

#79B090 color RGB value is (121,176,144).

  • red value is 121;
  • green value is 176;
  • blue value is 144.
RGB:
(121,176,144)
(47%,69%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 176 of 255 = 69%
B 144 of 255 = 56%

121
176
144

R + G + B ~ 57%. #79B090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 176 + 144 = 441 (100%)
R 121 of 441 ~ 27.44%
G 176 of 441 ~ 39.91%
B 144 of 441 ~ 32.65%

%27.44
%39.91
%32.65

CMYK color model

#79B090 color CMYK value is (31,0,18,31).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(31,0,18,31)
C31M0Y18K31 
(31%,0%,18%,31%)
(0.31/0.00/0.18/0.31)	

CMYK percentages

%31.25
%0
%18.18
%30.98

Codes

Color #79B090 in popluar color models

79B090
RGB121176144
HSL145°25.82%58.24%
HSB/HSV145°31.25%69.02%
CMYK31.25%0.00%18.18%
30.98%

Color #79B090 in popluar number systems.

HEX79B090
Decimal121176144
Binary11110011011000010010000
Octal171260220

Shades and tints

Shades of #79B090

#79B090
(121,176,144)
#6EA083
(110,160,131)
#639076
(99,144,118)
#588069
(88,128,105)
#4D705C
(77,112,92)
#42604F
(66,96,79)
#375042
(55,80,66)
#2C4035
(44,64,53)
#213028
(33,48,40)
#16201B
(22,32,27)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #79B090

#79B090
(121,176,144)
#85B79A
(133,183,154)
#91BEA4
(145,190,164)
#9DC5AE
(157,197,174)
#A9CCB8
(169,204,184)
#B5D3C2
(181,211,194)
#C1DACC
(193,218,204)
#CDE1D6
(205,225,214)
#D9E8E0
(217,232,224)
#E5EFEA
(229,239,234)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B090 color. Also use rgb(121,176,144) instead hex code.

Text Font Color

.myTextColor { color: #79B090; }

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

This text font color is #79B090.


Background Color

.myBgColor { background-color: #79B090; }

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

This div background color is #79B090.


Border color

.myBorderColor { border: 1px solid #79B090; }

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

This div border color is #79B090.


Opacity

.myOpacity80 { color: #79B090; opacity: 0.8; }

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

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

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

This text has shadow with #79B090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B090 on black background.


Color preview on white background

This text has color #79B090 on white background.



Black color preview on #79B090 background

This text has black color on #79B090 background.


White color preview on #79B090 background

This text has white color on #79B090 background.