COLOR #79B150

HEX: #79B150
RGB: (121,177,80)

Color info

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

RGB color model

#79B150 color RGB value is (121,177,80).

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

RGB channels and saturation

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

121
177
80

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

Portions of RGB colors in percentages

R + G + B =
121 + 177 + 80 = 378 (100%)
R 121 of 378 ~ 32.01%
G 177 of 378 ~ 46.83%
B 80 of 378 ~ 21.16%

%32.01
%46.83
%21.16

CMYK color model

#79B150 color CMYK value is (32,0,55,31).

  • cyan value is 31.64%
  • magenta value is 0.00%
  • yellow value is 54.80%
  • key color value is 30.59%
CMYK:
(32,0,55,31)
C32M0Y55K31 
(32%,0%,55%,31%)
(0.32/0.00/0.55/0.31)	

CMYK percentages

%31.64
%0
%54.8
%30.59

Codes

Color #79B150 in popluar color models

79B150
RGB12117780
HSL95°38.34%50.39%
HSB/HSV95°54.80%69.41%
CMYK31.64%0.00%54.80%
30.59%

Color #79B150 in popluar number systems.

HEX79B150
Decimal12117780
Binary1111001101100011010000
Octal171261120

Shades and tints

Shades of #79B150

#79B150
(121,177,80)
#6EA149
(110,161,73)
#639142
(99,145,66)
#58813B
(88,129,59)
#4D7134
(77,113,52)
#42612D
(66,97,45)
#375126
(55,81,38)
#2C411F
(44,65,31)
#213118
(33,49,24)
#162111
(22,33,17)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #79B150

#79B150
(121,177,80)
#85B85F
(133,184,95)
#91BF6E
(145,191,110)
#9DC67D
(157,198,125)
#A9CD8C
(169,205,140)
#B5D49B
(181,212,155)
#C1DBAA
(193,219,170)
#CDE2B9
(205,226,185)
#D9E9C8
(217,233,200)
#E5F0D7
(229,240,215)
#F1F7E6
(241,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B150; }

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

This text font color is #79B150.


Background Color

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

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

This div background color is #79B150.


Border color

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

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

This div border color is #79B150.


Opacity

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

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

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

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

This text has shadow with #79B150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B150 on black background.


Color preview on white background

This text has color #79B150 on white background.



Black color preview on #79B150 background

This text has black color on #79B150 background.


White color preview on #79B150 background

This text has white color on #79B150 background.