COLOR #79A78B

HEX: #79A78B
RGB: (121,167,139)

Color info

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

RGB color model

#79A78B color RGB value is (121,167,139).

  • red value is 121;
  • green value is 167;
  • blue value is 139.
RGB:
(121,167,139)
(47%,65%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 167 of 255 = 65%
B 139 of 255 = 55%

121
167
139

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

Portions of RGB colors in percentages

R + G + B =
121 + 167 + 139 = 427 (100%)
R 121 of 427 ~ 28.34%
G 167 of 427 ~ 39.11%
B 139 of 427 ~ 32.55%

%28.34
%39.11
%32.55

CMYK color model

#79A78B color CMYK value is (28,0,17,35).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 34.51%
CMYK:
(28,0,17,35)
C28M0Y17K35 
(28%,0%,17%,35%)
(0.28/0.00/0.17/0.35)	

CMYK percentages

%27.54
%0
%16.77
%34.51

Codes

Color #79A78B in popluar color models

79A78B
RGB121167139
HSL143°20.72%56.47%
HSB/HSV143°27.54%65.49%
CMYK27.54%0.00%16.77%
34.51%

Color #79A78B in popluar number systems.

HEX79A78B
Decimal121167139
Binary11110011010011110001011
Octal171247213

Shades and tints

Shades of #79A78B

#79A78B
(121,167,139)
#6E987F
(110,152,127)
#638973
(99,137,115)
#587A67
(88,122,103)
#4D6B5B
(77,107,91)
#425C4F
(66,92,79)
#374D43
(55,77,67)
#2C3E37
(44,62,55)
#212F2B
(33,47,43)
#16201F
(22,32,31)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #79A78B

#79A78B
(121,167,139)
#85AF95
(133,175,149)
#91B79F
(145,183,159)
#9DBFA9
(157,191,169)
#A9C7B3
(169,199,179)
#B5CFBD
(181,207,189)
#C1D7C7
(193,215,199)
#CDDFD1
(205,223,209)
#D9E7DB
(217,231,219)
#E5EFE5
(229,239,229)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A78B color. Also use rgb(121,167,139) instead hex code.

Text Font Color

.myTextColor { color: #79A78B; }

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

This text font color is #79A78B.


Background Color

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

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

This div background color is #79A78B.


Border color

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

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

This div border color is #79A78B.


Opacity

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

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

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

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

This text has shadow with #79A78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A78B on black background.


Color preview on white background

This text has color #79A78B on white background.



Black color preview on #79A78B background

This text has black color on #79A78B background.


White color preview on #79A78B background

This text has white color on #79A78B background.