COLOR #79B14E

HEX: #79B14E
RGB: (121,177,78)

Color info

#79B14E contains mainly red and green colors. Web safe color of #79B14E is #669966 (or #696).

RGB color model

#79B14E color RGB value is (121,177,78).

  • red value is 121;
  • green value is 177;
  • blue value is 78.
RGB:
(121,177,78)
(47%,69%,31%)

RGB channels and saturation

R 121 of 255 = 47%
G 177 of 255 = 69%
B 78 of 255 = 31%

121
177
78

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

Portions of RGB colors in percentages

R + G + B =
121 + 177 + 78 = 376 (100%)
R 121 of 376 ~ 32.18%
G 177 of 376 ~ 47.07%
B 78 of 376 ~ 20.74%

%32.18
%47.07
%20.74

CMYK color model

#79B14E color CMYK value is (32,0,56,31).

  • cyan value is 31.64%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 30.59%
CMYK:
(32,0,56,31)
C32M0Y56K31 
(32%,0%,56%,31%)
(0.32/0.00/0.56/0.31)	

CMYK percentages

%31.64
%0
%55.93
%30.59

Codes

Color #79B14E in popluar color models

79B14E
RGB12117778
HSL94°38.82%50.00%
HSB/HSV94°55.93%69.41%
CMYK31.64%0.00%55.93%
30.59%

Color #79B14E in popluar number systems.

HEX79B14E
Decimal12117778
Binary1111001101100011001110
Octal171261116

Shades and tints

Shades of #79B14E

#79B14E
(121,177,78)
#6EA147
(110,161,71)
#639140
(99,145,64)
#588139
(88,129,57)
#4D7132
(77,113,50)
#42612B
(66,97,43)
#375124
(55,81,36)
#2C411D
(44,65,29)
#213116
(33,49,22)
#16210F
(22,33,15)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #79B14E

#79B14E
(121,177,78)
#85B85E
(133,184,94)
#91BF6E
(145,191,110)
#9DC67E
(157,198,126)
#A9CD8E
(169,205,142)
#B5D49E
(181,212,158)
#C1DBAE
(193,219,174)
#CDE2BE
(205,226,190)
#D9E9CE
(217,233,206)
#E5F0DE
(229,240,222)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B14E color. Also use rgb(121,177,78) instead hex code.

Text Font Color

.myTextColor { color: #79B14E; }

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

This text font color is #79B14E.


Background Color

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

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

This div background color is #79B14E.


Border color

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

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

This div border color is #79B14E.


Opacity

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

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

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

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

This text has shadow with #79B14E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B14E on black background.


Color preview on white background

This text has color #79B14E on white background.



Black color preview on #79B14E background

This text has black color on #79B14E background.


White color preview on #79B14E background

This text has white color on #79B14E background.