COLOR #79A65B

HEX: #79A65B
RGB: (121,166,91)

Color info

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

RGB color model

#79A65B color RGB value is (121,166,91).

  • red value is 121;
  • green value is 166;
  • blue value is 91.
RGB:
(121,166,91)
(47%,65%,36%)

RGB channels and saturation

R 121 of 255 = 47%
G 166 of 255 = 65%
B 91 of 255 = 36%

121
166
91

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

Portions of RGB colors in percentages

R + G + B =
121 + 166 + 91 = 378 (100%)
R 121 of 378 ~ 32.01%
G 166 of 378 ~ 43.92%
B 91 of 378 ~ 24.07%

%32.01
%43.92
%24.07

CMYK color model

#79A65B color CMYK value is (27,0,45,35).

  • cyan value is 27.11%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 34.90%
CMYK:
(27,0,45,35)
C27M0Y45K35 
(27%,0%,45%,35%)
(0.27/0.00/0.45/0.35)	

CMYK percentages

%27.11
%0
%45.18
%34.9

Codes

Color #79A65B in popluar color models

79A65B
RGB12116691
HSL96°29.64%50.39%
HSB/HSV96°45.18%65.10%
CMYK27.11%0.00%45.18%
34.90%

Color #79A65B in popluar number systems.

HEX79A65B
Decimal12116691
Binary1111001101001101011011
Octal171246133

Shades and tints

Shades of #79A65B

#79A65B
(121,166,91)
#6E9753
(110,151,83)
#63884B
(99,136,75)
#587943
(88,121,67)
#4D6A3B
(77,106,59)
#425B33
(66,91,51)
#374C2B
(55,76,43)
#2C3D23
(44,61,35)
#212E1B
(33,46,27)
#161F13
(22,31,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #79A65B

#79A65B
(121,166,91)
#85AE69
(133,174,105)
#91B677
(145,182,119)
#9DBE85
(157,190,133)
#A9C693
(169,198,147)
#B5CEA1
(181,206,161)
#C1D6AF
(193,214,175)
#CDDEBD
(205,222,189)
#D9E6CB
(217,230,203)
#E5EED9
(229,238,217)
#F1F6E7
(241,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A65B color. Also use rgb(121,166,91) instead hex code.

Text Font Color

.myTextColor { color: #79A65B; }

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

This text font color is #79A65B.


Background Color

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

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

This div background color is #79A65B.


Border color

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

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

This div border color is #79A65B.


Opacity

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

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

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

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

This text has shadow with #79A65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A65B on black background.


Color preview on white background

This text has color #79A65B on white background.



Black color preview on #79A65B background

This text has black color on #79A65B background.


White color preview on #79A65B background

This text has white color on #79A65B background.