COLOR #79B47A

HEX: #79B47A RGB: (121,180,122)

Color info

#79B47A contains red, green and blue colors in about the same proportion. Web safe color of #79B47A is #66CC66 (or #6C6).

RGB color model

#79B47A color RGB value is (121,180,122).

RGB: (121,180,122) (47%, 71%, 48%)

RGB channels and saturation

R 121 of 255 = 47%
G 180 of 255 = 71%
B 122 of 255 = 48%

121
180
122

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

Portions of RGB colors in percentages

R + G + B = 121 + 180 + 122 = 423 (100%)
R 121 of 423 ~ 28.61%
G 180 of 423 ~ 42.55%
B 122 of 423 ~ 28.84'%

%28.61
%42.55
%28.84

CMYK color model

#79B47A color CMYK value is (33,0,32,29).

  • cyan value is 32.78%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%
CMYK: (33,0,32,29) C33M0Y32K29 (33%,0%,32%,29%) (0.33/0.00/0.32/0.29) 

CMYK percentages

%32.78
%0
%32.22
%29.41

Codes

Color #79B47A in popluar color models

79 B4 7A
RGB 121 180 122
HSL 121° 28.23% 59.02%
HSB/HSV 121° 32.78% 70.59%
CMYK 32.78% 0.00% 32.22%
29.41%

Color #79B47A in popluar number systems.

HEX 79 B4 7A
Decimal 121 180 122
Binary 1111001 10110100 1111010
Octal 171 264 172

Shades and tints

Shades of #79B47A

#79B47A
(121,180,122)
#6EA46F
(110,164,111)
#639464
(99,148,100)
#588459
(88,132,89)
#4D744E
(77,116,78)
#426443
(66,100,67)
#375438
(55,84,56)
#2C442D
(44,68,45)
#213422
(33,52,34)
#162417
(22,36,23)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #79B47A

#79B47A
(121,180,122)
#85BA86
(133,186,134)
#91C092
(145,192,146)
#9DC69E
(157,198,158)
#A9CCAA
(169,204,170)
#B5D2B6
(181,210,182)
#C1D8C2
(193,216,194)
#CDDECE
(205,222,206)
#D9E4DA
(217,228,218)
#E5EAE6
(229,234,230)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B47A; }

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

This text font color is #79B47A.

Background Color

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

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

This div background color is #79B47A.

Border color

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

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

This div border color is #79B47A.

Opacity

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

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

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

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

This text has shadow with #79B47A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B47A.

Preview

Color preview on black background

This text has color #79B47A on black background.


Color preview on white background

This text has color #79B47A on white background.


Black color preview on #79B47A background

This text has black color on #79B47A background.


White color preview on #79B47A background

This text has white color on #79B47A background.


Related colors

Complementary color

Complementary color for #hex is #864B85.


I love getcolorcode.com

Triadic colors

1 #7A79B4 and #B47A79 with #79B47A are triadic colors.

2 #7AB479 and #B4797A with #79B47A are triadic colors.