COLOR #79A060

HEX: #79A060 RGB: (121,160,96)

Color info

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

RGB color model

#79A060 color RGB value is (121,160,96).

RGB: (121,160,96) (47%, 63%, 38%)

RGB channels and saturation

R 121 of 255 = 47%
G 160 of 255 = 63%
B 96 of 255 = 38%

121
160
96

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

Portions of RGB colors in percentages

R + G + B = 121 + 160 + 96 = 377 (100%)
R 121 of 377 ~ 32.1%
G 160 of 377 ~ 42.44%
B 96 of 377 ~ 25.46'%

%32.1
%42.44
%25.46

CMYK color model

#79A060 color CMYK value is (24,0,40,37).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 37.25%

CMYK: (24,0,40,37)
C24M0Y40K37 (24%, 0%, 40%, 37%)
(0.24 / 0.00 / 0.40 / 0.37)

CMYK percentages

%24.38
%0
%40
%37.25

Codes

Color #79A060 in popluar color models

79 A0 60
RGB 121 160 96
HSL 97° 25.20% 50.20%
HSB/HSV 97° 40.00% 62.75%
CMYK 24.38% 0.00% 40.00%
37.25%

Color #79A060 in popluar number systems.

HEX 79 A0 60
Decimal 121 160 96
Binary 1111001 10100000 1100000
Octal 171 240 140

Shades and tints

Shades of #79A060

#79A060
(121,160,96)
#6E9258
(110,146,88)
#638450
(99,132,80)
#587648
(88,118,72)
#4D6840
(77,104,64)
#425A38
(66,90,56)
#374C30
(55,76,48)
#2C3E28
(44,62,40)
#213020
(33,48,32)
#162218
(22,34,24)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #79A060

#79A060
(121,160,96)
#85A86E
(133,168,110)
#91B07C
(145,176,124)
#9DB88A
(157,184,138)
#A9C098
(169,192,152)
#B5C8A6
(181,200,166)
#C1D0B4
(193,208,180)
#CDD8C2
(205,216,194)
#D9E0D0
(217,224,208)
#E5E8DE
(229,232,222)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A060; }

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

This text font color is #79A060.

Background Color

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

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

This div background color is #79A060.

Border color

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

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

This div border color is #79A060.

Opacity

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

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

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

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

This text has shadow with #79A060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A060.

Preview

Color preview on black background

This text has color #79A060 on black background.


Color preview on white background

This text has color #79A060 on white background.


Black color preview on #79A060 background

This text has black color on #79A060 background.


White color preview on #79A060 background

This text has white color on #79A060 background.


Related colors

Complementary color

Complementary color for #hex is #865F9F.


I love getcolorcode.com

Triadic colors

1 #6079A0 and #A06079 with #79A060 are triadic colors.

2 #60A079 and #A07960 with #79A060 are triadic colors.