COLOR #79AB49

HEX: #79AB49
RGB: (121,171,73)

Color info

#79AB49 contains mainly red and green colors. Web safe color of #79AB49 is #669933 (or #693).

RGB color model

#79AB49 color RGB value is (121,171,73).

  • red value is 121;
  • green value is 171;
  • blue value is 73.
RGB:
(121,171,73)
(47%,67%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 73 of 255 = 29%

121
171
73

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

Portions of RGB colors in percentages

R + G + B =
121 + 171 + 73 = 365 (100%)
R 121 of 365 ~ 33.15%
G 171 of 365 ~ 46.85%
B 73 of 365 ~ 20%

%33.15
%46.85
%20

CMYK color model

#79AB49 color CMYK value is (29,0,57,33).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 32.94%
CMYK:
(29,0,57,33)
C29M0Y57K33 
(29%,0%,57%,33%)
(0.29/0.00/0.57/0.33)	

CMYK percentages

%29.24
%0
%57.31
%32.94

Codes

Color #79AB49 in popluar color models

79AB49
RGB12117173
HSL91°40.16%47.84%
HSB/HSV91°57.31%67.06%
CMYK29.24%0.00%57.31%
32.94%

Color #79AB49 in popluar number systems.

HEX79AB49
Decimal12117173
Binary1111001101010111001001
Octal171253111

Shades and tints

Shades of #79AB49

#79AB49
(121,171,73)
#6E9C43
(110,156,67)
#638D3D
(99,141,61)
#587E37
(88,126,55)
#4D6F31
(77,111,49)
#42602B
(66,96,43)
#375125
(55,81,37)
#2C421F
(44,66,31)
#213319
(33,51,25)
#162413
(22,36,19)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #79AB49

#79AB49
(121,171,73)
#85B259
(133,178,89)
#91B969
(145,185,105)
#9DC079
(157,192,121)
#A9C789
(169,199,137)
#B5CE99
(181,206,153)
#C1D5A9
(193,213,169)
#CDDCB9
(205,220,185)
#D9E3C9
(217,227,201)
#E5EAD9
(229,234,217)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AB49 color. Also use rgb(121,171,73) instead hex code.

Text Font Color

.myTextColor { color: #79AB49; }

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

This text font color is #79AB49.


Background Color

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

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

This div background color is #79AB49.


Border color

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

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

This div border color is #79AB49.


Opacity

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

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

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

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

This text has shadow with #79AB49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AB49 on black background.


Color preview on white background

This text has color #79AB49 on white background.



Black color preview on #79AB49 background

This text has black color on #79AB49 background.


White color preview on #79AB49 background

This text has white color on #79AB49 background.