COLOR #79B293

HEX: #79B293
RGB: (121,178,147)

Color info

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

RGB color model

#79B293 color RGB value is (121,178,147).

  • red value is 121;
  • green value is 178;
  • blue value is 147.
RGB:
(121,178,147)
(47%,70%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 178 of 255 = 70%
B 147 of 255 = 58%

121
178
147

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

Portions of RGB colors in percentages

R + G + B =
121 + 178 + 147 = 446 (100%)
R 121 of 446 ~ 27.13%
G 178 of 446 ~ 39.91%
B 147 of 446 ~ 32.96%

%27.13
%39.91
%32.96

CMYK color model

#79B293 color CMYK value is (32,0,17,30).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%
CMYK:
(32,0,17,30)
C32M0Y17K30 
(32%,0%,17%,30%)
(0.32/0.00/0.17/0.30)	

CMYK percentages

%32.02
%0
%17.42
%30.2

Codes

Color #79B293 in popluar color models

79B293
RGB121178147
HSL147°27.01%58.63%
HSB/HSV147°32.02%69.80%
CMYK32.02%0.00%17.42%
30.20%

Color #79B293 in popluar number systems.

HEX79B293
Decimal121178147
Binary11110011011001010010011
Octal171262223

Shades and tints

Shades of #79B293

#79B293
(121,178,147)
#6EA286
(110,162,134)
#639279
(99,146,121)
#58826C
(88,130,108)
#4D725F
(77,114,95)
#426252
(66,98,82)
#375245
(55,82,69)
#2C4238
(44,66,56)
#21322B
(33,50,43)
#16221E
(22,34,30)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #79B293

#79B293
(121,178,147)
#85B99C
(133,185,156)
#91C0A5
(145,192,165)
#9DC7AE
(157,199,174)
#A9CEB7
(169,206,183)
#B5D5C0
(181,213,192)
#C1DCC9
(193,220,201)
#CDE3D2
(205,227,210)
#D9EADB
(217,234,219)
#E5F1E4
(229,241,228)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B293 color. Also use rgb(121,178,147) instead hex code.

Text Font Color

.myTextColor { color: #79B293; }

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

This text font color is #79B293.


Background Color

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

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

This div background color is #79B293.


Border color

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

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

This div border color is #79B293.


Opacity

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

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

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

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

This text has shadow with #79B293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B293 on black background.


Color preview on white background

This text has color #79B293 on white background.



Black color preview on #79B293 background

This text has black color on #79B293 background.


White color preview on #79B293 background

This text has white color on #79B293 background.