COLOR #79B078

HEX: #79B078
RGB: (121,176,120)

Color info

#79B078 contains red, green and blue colors in about the same proportion. Web safe color of #79B078 is #669966 (or #696).

RGB color model

#79B078 color RGB value is (121,176,120).

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

RGB channels and saturation

R 121 of 255 = 47%
G 176 of 255 = 69%
B 120 of 255 = 47%

121
176
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 176 + 120 = 417 (100%)
R 121 of 417 ~ 29.02%
G 176 of 417 ~ 42.21%
B 120 of 417 ~ 28.78%

%29.02
%42.21
%28.78

CMYK color model

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

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 30.98%
CMYK:
(31,0,32,31)
C31M0Y32K31 
(31%,0%,32%,31%)
(0.31/0.00/0.32/0.31)	

CMYK percentages

%31.25
%0
%31.82
%30.98

Codes

Color #79B078 in popluar color models

79B078
RGB121176120
HSL119°26.17%58.04%
HSB/HSV119°31.82%69.02%
CMYK31.25%0.00%31.82%
30.98%

Color #79B078 in popluar number systems.

HEX79B078
Decimal121176120
Binary1111001101100001111000
Octal171260170

Shades and tints

Shades of #79B078

#79B078
(121,176,120)
#6EA06E
(110,160,110)
#639064
(99,144,100)
#58805A
(88,128,90)
#4D7050
(77,112,80)
#426046
(66,96,70)
#37503C
(55,80,60)
#2C4032
(44,64,50)
#213028
(33,48,40)
#16201E
(22,32,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #79B078

#79B078
(121,176,120)
#85B784
(133,183,132)
#91BE90
(145,190,144)
#9DC59C
(157,197,156)
#A9CCA8
(169,204,168)
#B5D3B4
(181,211,180)
#C1DAC0
(193,218,192)
#CDE1CC
(205,225,204)
#D9E8D8
(217,232,216)
#E5EFE4
(229,239,228)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B078; }

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

This text font color is #79B078.


Background Color

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

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

This div background color is #79B078.


Border color

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

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

This div border color is #79B078.


Opacity

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

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

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

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

This text has shadow with #79B078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B078 on black background.


Color preview on white background

This text has color #79B078 on white background.



Black color preview on #79B078 background

This text has black color on #79B078 background.


White color preview on #79B078 background

This text has white color on #79B078 background.