COLOR #79AD66

HEX: #79AD66
RGB: (121,173,102)

Color info

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

RGB color model

#79AD66 color RGB value is (121,173,102).

  • red value is 121;
  • green value is 173;
  • blue value is 102.
RGB:
(121,173,102)
(47%,68%,40%)

RGB channels and saturation

R 121 of 255 = 47%
G 173 of 255 = 68%
B 102 of 255 = 40%

121
173
102

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

Portions of RGB colors in percentages

R + G + B =
121 + 173 + 102 = 396 (100%)
R 121 of 396 ~ 30.56%
G 173 of 396 ~ 43.69%
B 102 of 396 ~ 25.76%

%30.56
%43.69
%25.76

CMYK color model

#79AD66 color CMYK value is (30,0,41,32).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 32.16%
CMYK:
(30,0,41,32)
C30M0Y41K32 
(30%,0%,41%,32%)
(0.30/0.00/0.41/0.32)	

CMYK percentages

%30.06
%0
%41.04
%32.16

Codes

Color #79AD66 in popluar color models

79AD66
RGB121173102
HSL104°30.21%53.92%
HSB/HSV104°41.04%67.84%
CMYK30.06%0.00%41.04%
32.16%

Color #79AD66 in popluar number systems.

HEX79AD66
Decimal121173102
Binary1111001101011011100110
Octal171255146

Shades and tints

Shades of #79AD66

#79AD66
(121,173,102)
#6E9E5D
(110,158,93)
#638F54
(99,143,84)
#58804B
(88,128,75)
#4D7142
(77,113,66)
#426239
(66,98,57)
#375330
(55,83,48)
#2C4427
(44,68,39)
#21351E
(33,53,30)
#162615
(22,38,21)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #79AD66

#79AD66
(121,173,102)
#85B473
(133,180,115)
#91BB80
(145,187,128)
#9DC28D
(157,194,141)
#A9C99A
(169,201,154)
#B5D0A7
(181,208,167)
#C1D7B4
(193,215,180)
#CDDEC1
(205,222,193)
#D9E5CE
(217,229,206)
#E5ECDB
(229,236,219)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AD66 color. Also use rgb(121,173,102) instead hex code.

Text Font Color

.myTextColor { color: #79AD66; }

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

This text font color is #79AD66.


Background Color

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

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

This div background color is #79AD66.


Border color

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

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

This div border color is #79AD66.


Opacity

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

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

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

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

This text has shadow with #79AD66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AD66 on black background.


Color preview on white background

This text has color #79AD66 on white background.



Black color preview on #79AD66 background

This text has black color on #79AD66 background.


White color preview on #79AD66 background

This text has white color on #79AD66 background.