COLOR #79AB74

HEX: #79AB74 RGB: (121,171,116)

Color info

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

RGB color model

#79AB74 color RGB value is (121,171,116).

RGB: (121,171,116) (47%, 67%, 45%)

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 116 of 255 = 45%

121
171
116

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

Portions of RGB colors in percentages

R + G + B = 121 + 171 + 116 = 408 (100%)
R 121 of 408 ~ 29.66%
G 171 of 408 ~ 41.91%
B 116 of 408 ~ 28.43'%

%29.66
%41.91
%28.43

CMYK color model

#79AB74 color CMYK value is (29,0,32,33).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 32.94%
CMYK: (29,0,32,33) C29M0Y32K33 (29%,0%,32%,33%) (0.29/0.00/0.32/0.33) 

CMYK percentages

%29.24
%0
%32.16
%32.94

Codes

Color #79AB74 in popluar color models

79 AB 74
RGB 121 171 116
HSL 115° 24.66% 56.27%
HSB/HSV 115° 32.16% 67.06%
CMYK 29.24% 0.00% 32.16%
32.94%

Color #79AB74 in popluar number systems.

HEX 79 AB 74
Decimal 121 171 116
Binary 1111001 10101011 1110100
Octal 171 253 164

Shades and tints

Shades of #79AB74

#79AB74
(121,171,116)
#6E9C6A
(110,156,106)
#638D60
(99,141,96)
#587E56
(88,126,86)
#4D6F4C
(77,111,76)
#426042
(66,96,66)
#375138
(55,81,56)
#2C422E
(44,66,46)
#213324
(33,51,36)
#16241A
(22,36,26)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #79AB74

#79AB74
(121,171,116)
#85B280
(133,178,128)
#91B98C
(145,185,140)
#9DC098
(157,192,152)
#A9C7A4
(169,199,164)
#B5CEB0
(181,206,176)
#C1D5BC
(193,213,188)
#CDDCC8
(205,220,200)
#D9E3D4
(217,227,212)
#E5EAE0
(229,234,224)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AB74; }

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

This text font color is #79AB74.

Background Color

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

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

This div background color is #79AB74.

Border color

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

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

This div border color is #79AB74.

Opacity

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

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

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

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

This text has shadow with #79AB74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AB74.

Preview

Color preview on black background

This text has color #79AB74 on black background.


Color preview on white background

This text has color #79AB74 on white background.


Black color preview on #79AB74 background

This text has black color on #79AB74 background.


White color preview on #79AB74 background

This text has white color on #79AB74 background.


Related colors

Complementary color

Complementary color for #hex is #86548B.


I love getcolorcode.com

Triadic colors

1 #7479AB and #AB7479 with #79AB74 are triadic colors.

2 #74AB79 and #AB7974 with #79AB74 are triadic colors.