COLOR #79A55D

HEX: #79A55D RGB: (121,165,93)

Color info

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

RGB color model

#79A55D color RGB value is (121,165,93).

RGB: (121,165,93) (47%, 65%, 36%)

RGB channels and saturation

R 121 of 255 = 47%
G 165 of 255 = 65%
B 93 of 255 = 36%

121
165
93

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

Portions of RGB colors in percentages

R + G + B = 121 + 165 + 93 = 379 (100%)
R 121 of 379 ~ 31.93%
G 165 of 379 ~ 43.54%
B 93 of 379 ~ 24.54'%

%31.93
%43.54
%24.54

CMYK color model

#79A55D color CMYK value is (27,0,44,35).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 35.29%

CMYK: (27,0,44,35)
C27M0Y44K35 (27%, 0%, 44%, 35%)
(0.27 / 0.00 / 0.44 / 0.35)

CMYK percentages

%26.67
%0
%43.64
%35.29

Codes

Color #79A55D in popluar color models

79 A5 5D
RGB 121 165 93
HSL 97° 28.57% 50.59%
HSB/HSV 97° 43.64% 64.71%
CMYK 26.67% 0.00% 43.64%
35.29%

Color #79A55D in popluar number systems.

HEX 79 A5 5D
Decimal 121 165 93
Binary 1111001 10100101 1011101
Octal 171 245 135

Shades and tints

Shades of #79A55D

#79A55D
(121,165,93)
#6E9655
(110,150,85)
#63874D
(99,135,77)
#587845
(88,120,69)
#4D693D
(77,105,61)
#425A35
(66,90,53)
#374B2D
(55,75,45)
#2C3C25
(44,60,37)
#212D1D
(33,45,29)
#161E15
(22,30,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #79A55D

#79A55D
(121,165,93)
#85AD6B
(133,173,107)
#91B579
(145,181,121)
#9DBD87
(157,189,135)
#A9C595
(169,197,149)
#B5CDA3
(181,205,163)
#C1D5B1
(193,213,177)
#CDDDBF
(205,221,191)
#D9E5CD
(217,229,205)
#E5EDDB
(229,237,219)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A55D; }

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

This text font color is #79A55D.

Background Color

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

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

This div background color is #79A55D.

Border color

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

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

This div border color is #79A55D.

Opacity

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

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

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

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

This text has shadow with #79A55D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A55D.

Preview

Color preview on black background

This text has color #79A55D on black background.


Color preview on white background

This text has color #79A55D on white background.


Black color preview on #79A55D background

This text has black color on #79A55D background.


White color preview on #79A55D background

This text has white color on #79A55D background.


Related colors

Complementary color

Complementary color for #hex is #865AA2.


I love getcolorcode.com

Triadic colors

1 #5D79A5 and #A55D79 with #79A55D are triadic colors.

2 #5DA579 and #A5795D with #79A55D are triadic colors.