COLOR #79B58E

HEX: #79B58E RGB: (121,181,142)

Color info

#79B58E contains mainly green and blue colors. Web safe color of #79B58E is #66CC99 (or #6C9).

RGB color model

#79B58E color RGB value is (121,181,142).

RGB: (121,181,142) (47%, 71%, 56%)

RGB channels and saturation

R 121 of 255 = 47%
G 181 of 255 = 71%
B 142 of 255 = 56%

121
181
142

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

Portions of RGB colors in percentages

R + G + B = 121 + 181 + 142 = 444 (100%)
R 121 of 444 ~ 27.25%
G 181 of 444 ~ 40.77%
B 142 of 444 ~ 31.98'%

%27.25
%40.77
%31.98

CMYK color model

#79B58E color CMYK value is (33,0,22,29).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%

CMYK: (33,0,22,29)
C33M0Y22K29 (33%, 0%, 22%, 29%)
(0.33 / 0.00 / 0.22 / 0.29)

CMYK percentages

%33.15
%0
%21.55
%29.02

Codes

Color #79B58E in popluar color models

79 B5 8E
RGB 121 181 142
HSL 141° 28.85% 59.22%
HSB/HSV 141° 33.15% 70.98%
CMYK 33.15% 0.00% 21.55%
29.02%

Color #79B58E in popluar number systems.

HEX 79 B5 8E
Decimal 121 181 142
Binary 1111001 10110101 10001110
Octal 171 265 216

Shades and tints

Shades of #79B58E

#79B58E
(121,181,142)
#6EA582
(110,165,130)
#639576
(99,149,118)
#58856A
(88,133,106)
#4D755E
(77,117,94)
#426552
(66,101,82)
#375546
(55,85,70)
#2C453A
(44,69,58)
#21352E
(33,53,46)
#162522
(22,37,34)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #79B58E

#79B58E
(121,181,142)
#85BB98
(133,187,152)
#91C1A2
(145,193,162)
#9DC7AC
(157,199,172)
#A9CDB6
(169,205,182)
#B5D3C0
(181,211,192)
#C1D9CA
(193,217,202)
#CDDFD4
(205,223,212)
#D9E5DE
(217,229,222)
#E5EBE8
(229,235,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B58E color. Also use rgb(121,181,142) instead hex code.

Text Font Color

.myTextColor { color: #79B58E; }

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

This text font color is #79B58E.

Background Color

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

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

This div background color is #79B58E.

Border color

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

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

This div border color is #79B58E.

Opacity

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

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

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

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

This text has shadow with #79B58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B58E.

Preview

Color preview on black background

This text has color #79B58E on black background.


Color preview on white background

This text has color #79B58E on white background.


Black color preview on #79B58E background

This text has black color on #79B58E background.


White color preview on #79B58E background

This text has white color on #79B58E background.


Related colors

Complementary color

Complementary color for #hex is #864A71.


I love getcolorcode.com

Triadic colors

1 #8E79B5 and #B58E79 with #79B58E are triadic colors.

2 #8EB579 and #B5798E with #79B58E are triadic colors.