COLOR #79954F

HEX: #79954F RGB: (121,149,79)

Color info

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

RGB color model

#79954F color RGB value is (121,149,79).

RGB: (121,149,79) (47%, 58%, 31%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 79 of 255 = 31%

121
149
79

R + G + B ~ 45%. #79954F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 149 + 79 = 349 (100%)
R 121 of 349 ~ 34.67%
G 149 of 349 ~ 42.69%
B 79 of 349 ~ 22.64'%

%34.67
%42.69
%22.64

CMYK color model

#79954F color CMYK value is (19,0,47,42).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 46.98%
  • key color value is 41.57%

CMYK: (19,0,47,42)
C19M0Y47K42 (19%, 0%, 47%, 42%)
(0.19 / 0.00 / 0.47 / 0.42)

CMYK percentages

%18.79
%0
%46.98
%41.57

Codes

Color #79954F in popluar color models

79 95 4F
RGB 121 149 79
HSL 84° 30.70% 44.71%
HSB/HSV 84° 46.98% 58.43%
CMYK 18.79% 0.00% 46.98%
41.57%

Color #79954F in popluar number systems.

HEX 79 95 4F
Decimal 121 149 79
Binary 1111001 10010101 1001111
Octal 171 225 117

Shades and tints

Shades of #79954F

#79954F
(121,149,79)
#6E8848
(110,136,72)
#637B41
(99,123,65)
#586E3A
(88,110,58)
#4D6133
(77,97,51)
#42542C
(66,84,44)
#374725
(55,71,37)
#2C3A1E
(44,58,30)
#212D17
(33,45,23)
#162010
(22,32,16)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #79954F

#79954F
(121,149,79)
#859E5F
(133,158,95)
#91A76F
(145,167,111)
#9DB07F
(157,176,127)
#A9B98F
(169,185,143)
#B5C29F
(181,194,159)
#C1CBAF
(193,203,175)
#CDD4BF
(205,212,191)
#D9DDCF
(217,221,207)
#E5E6DF
(229,230,223)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79954F; }

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

This text font color is #79954F.

Background Color

.myBgColor { background-color: #79954F; }

<div style="background-color:#79954F">Inner text</div>

This div background color is #79954F.

Border color

.myBorderColor { border: 1px solid #79954F; }

<div style="border:3px solid #79954F">Div</div>

This div border color is #79954F.

Opacity

.myOpacity80 { color: #79954F; opacity: 0.8; }

<p style="color:#79954F;opacity:0.8;">80%</p>

Text with #79954F 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 #79954F;}

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

This text has shadow with #79954F color.


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

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

This text has shadow with #79954F primary color and red secondary color.


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

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

This text has shadow with #79954F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79954F.

Preview

Color preview on black background

This text has color #79954F on black background.


Color preview on white background

This text has color #79954F on white background.


Black color preview on #79954F background

This text has black color on #79954F background.


White color preview on #79954F background

This text has white color on #79954F background.


Related colors

Complementary color

Complementary color for #hex is #866AB0.


I love getcolorcode.com

Triadic colors

1 #4F7995 and #954F79 with #79954F are triadic colors.

2 #4F9579 and #95794F with #79954F are triadic colors.