COLOR #79A780

HEX: #79A780 RGB: (121,167,128)

Color info

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

RGB color model

#79A780 color RGB value is (121,167,128).

RGB: (121,167,128) (47%, 65%, 50%)

RGB channels and saturation

R 121 of 255 = 47%
G 167 of 255 = 65%
B 128 of 255 = 50%

121
167
128

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

Portions of RGB colors in percentages

R + G + B = 121 + 167 + 128 = 416 (100%)
R 121 of 416 ~ 29.09%
G 167 of 416 ~ 40.14%
B 128 of 416 ~ 30.77'%

%29.09
%40.14
%30.77

CMYK color model

#79A780 color CMYK value is (28,0,23,35).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 34.51%

CMYK: (28,0,23,35)
C28M0Y23K35 (28%, 0%, 23%, 35%)
(0.28 / 0.00 / 0.23 / 0.35)

CMYK percentages

%27.54
%0
%23.35
%34.51

Codes

Color #79A780 in popluar color models

79 A7 80
RGB 121 167 128
HSL 129° 20.72% 56.47%
HSB/HSV 129° 27.54% 65.49%
CMYK 27.54% 0.00% 23.35%
34.51%

Color #79A780 in popluar number systems.

HEX 79 A7 80
Decimal 121 167 128
Binary 1111001 10100111 10000000
Octal 171 247 200

Shades and tints

Shades of #79A780

#79A780
(121,167,128)
#6E9875
(110,152,117)
#63896A
(99,137,106)
#587A5F
(88,122,95)
#4D6B54
(77,107,84)
#425C49
(66,92,73)
#374D3E
(55,77,62)
#2C3E33
(44,62,51)
#212F28
(33,47,40)
#16201D
(22,32,29)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #79A780

#79A780
(121,167,128)
#85AF8B
(133,175,139)
#91B796
(145,183,150)
#9DBFA1
(157,191,161)
#A9C7AC
(169,199,172)
#B5CFB7
(181,207,183)
#C1D7C2
(193,215,194)
#CDDFCD
(205,223,205)
#D9E7D8
(217,231,216)
#E5EFE3
(229,239,227)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A780; }

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

This text font color is #79A780.

Background Color

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

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

This div background color is #79A780.

Border color

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

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

This div border color is #79A780.

Opacity

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

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

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

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

This text has shadow with #79A780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A780.

Preview

Color preview on black background

This text has color #79A780 on black background.


Color preview on white background

This text has color #79A780 on white background.


Black color preview on #79A780 background

This text has black color on #79A780 background.


White color preview on #79A780 background

This text has white color on #79A780 background.


Related colors

Complementary color

Complementary color for #hex is #86587F.


I love getcolorcode.com

Triadic colors

1 #8079A7 and #A78079 with #79A780 are triadic colors.

2 #80A779 and #A77980 with #79A780 are triadic colors.