COLOR #79AF4F

HEX: #79AF4F RGB: (121,175,79)

Color info

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

RGB color model

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

RGB: (121,175,79) (47%, 69%, 31%)

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 79 of 255 = 31%

121
175
79

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

Portions of RGB colors in percentages

R + G + B = 121 + 175 + 79 = 375 (100%)
R 121 of 375 ~ 32.27%
G 175 of 375 ~ 46.67%
B 79 of 375 ~ 21.07'%

%32.27
%46.67
%21.07

CMYK color model

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

  • cyan value is 30.86%
  • magenta value is 0.00%
  • yellow value is 54.86%
  • key color value is 31.37%

CMYK: (31,0,55,31)
C31M0Y55K31 (31%, 0%, 55%, 31%)
(0.31 / 0.00 / 0.55 / 0.31)

CMYK percentages

%30.86
%0
%54.86
%31.37

Codes

Color #79AF4F in popluar color models

79 AF 4F
RGB 121 175 79
HSL 94° 37.80% 49.80%
HSB/HSV 94° 54.86% 68.63%
CMYK 30.86% 0.00% 54.86%
31.37%

Color #79AF4F in popluar number systems.

HEX 79 AF 4F
Decimal 121 175 79
Binary 1111001 10101111 1001111
Octal 171 257 117

Shades and tints

Shades of #79AF4F

#79AF4F
(121,175,79)
#6EA048
(110,160,72)
#639141
(99,145,65)
#58823A
(88,130,58)
#4D7333
(77,115,51)
#42642C
(66,100,44)
#375525
(55,85,37)
#2C461E
(44,70,30)
#213717
(33,55,23)
#162810
(22,40,16)
#0B1909
(11,25,9)
#000000
(0,0,0)

Tints of #79AF4F

#79AF4F
(121,175,79)
#85B65F
(133,182,95)
#91BD6F
(145,189,111)
#9DC47F
(157,196,127)
#A9CB8F
(169,203,143)
#B5D29F
(181,210,159)
#C1D9AF
(193,217,175)
#CDE0BF
(205,224,191)
#D9E7CF
(217,231,207)
#E5EEDF
(229,238,223)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AF4F; }

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

This text font color is #79AF4F.

Background Color

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

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

This div background color is #79AF4F.

Border color

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

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

This div border color is #79AF4F.

Opacity

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

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

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

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

This text has shadow with #79AF4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AF4F.

Preview

Color preview on black background

This text has color #79AF4F on black background.


Color preview on white background

This text has color #79AF4F on white background.


Black color preview on #79AF4F background

This text has black color on #79AF4F background.


White color preview on #79AF4F background

This text has white color on #79AF4F background.


Related colors

Complementary color

Complementary color for #hex is #8650B0.


I love getcolorcode.com

Triadic colors

1 #4F79AF and #AF4F79 with #79AF4F are triadic colors.

2 #4FAF79 and #AF794F with #79AF4F are triadic colors.