COLOR #79AF78

HEX: #79AF78
RGB: (121,175,120)

Color info

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

RGB color model

#79AF78 color RGB value is (121,175,120).

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

RGB channels and saturation

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

121
175
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 175 + 120 = 416 (100%)
R 121 of 416 ~ 29.09%
G 175 of 416 ~ 42.07%
B 120 of 416 ~ 28.85%

%29.09
%42.07
%28.85

CMYK color model

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

  • cyan value is 30.86%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 31.37%
CMYK:
(31,0,31,31)
C31M0Y31K31 
(31%,0%,31%,31%)
(0.31/0.00/0.31/0.31)	

CMYK percentages

%30.86
%0
%31.43
%31.37

Codes

Color #79AF78 in popluar color models

79AF78
RGB121175120
HSL119°25.58%57.84%
HSB/HSV119°31.43%68.63%
CMYK30.86%0.00%31.43%
31.37%

Color #79AF78 in popluar number systems.

HEX79AF78
Decimal121175120
Binary1111001101011111111000
Octal171257170

Shades and tints

Shades of #79AF78

#79AF78
(121,175,120)
#6EA06E
(110,160,110)
#639164
(99,145,100)
#58825A
(88,130,90)
#4D7350
(77,115,80)
#426446
(66,100,70)
#37553C
(55,85,60)
#2C4632
(44,70,50)
#213728
(33,55,40)
#16281E
(22,40,30)
#0B1914
(11,25,20)
#000000
(0,0,0)

Tints of #79AF78

#79AF78
(121,175,120)
#85B684
(133,182,132)
#91BD90
(145,189,144)
#9DC49C
(157,196,156)
#A9CBA8
(169,203,168)
#B5D2B4
(181,210,180)
#C1D9C0
(193,217,192)
#CDE0CC
(205,224,204)
#D9E7D8
(217,231,216)
#E5EEE4
(229,238,228)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AF78; }

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

This text font color is #79AF78.


Background Color

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

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

This div background color is #79AF78.


Border color

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

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

This div border color is #79AF78.


Opacity

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

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

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

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

This text has shadow with #79AF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AF78 on black background.


Color preview on white background

This text has color #79AF78 on white background.



Black color preview on #79AF78 background

This text has black color on #79AF78 background.


White color preview on #79AF78 background

This text has white color on #79AF78 background.