COLOR #79B594

HEX: #79B594
RGB: (121,181,148)

Color info

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

RGB color model

#79B594 color RGB value is (121,181,148).

  • red value is 121;
  • green value is 181;
  • blue value is 148.
RGB:
(121,181,148)
(47%,71%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 181 of 255 = 71%
B 148 of 255 = 58%

121
181
148

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

Portions of RGB colors in percentages

R + G + B =
121 + 181 + 148 = 450 (100%)
R 121 of 450 ~ 26.89%
G 181 of 450 ~ 40.22%
B 148 of 450 ~ 32.89%

%26.89
%40.22
%32.89

CMYK color model

#79B594 color CMYK value is (33,0,18,29).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(33,0,18,29)
C33M0Y18K29 
(33%,0%,18%,29%)
(0.33/0.00/0.18/0.29)	

CMYK percentages

%33.15
%0
%18.23
%29.02

Codes

Color #79B594 in popluar color models

79B594
RGB121181148
HSL147°28.85%59.22%
HSB/HSV147°33.15%70.98%
CMYK33.15%0.00%18.23%
29.02%

Color #79B594 in popluar number systems.

HEX79B594
Decimal121181148
Binary11110011011010110010100
Octal171265224

Shades and tints

Shades of #79B594

#79B594
(121,181,148)
#6EA587
(110,165,135)
#63957A
(99,149,122)
#58856D
(88,133,109)
#4D7560
(77,117,96)
#426553
(66,101,83)
#375546
(55,85,70)
#2C4539
(44,69,57)
#21352C
(33,53,44)
#16251F
(22,37,31)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #79B594

#79B594
(121,181,148)
#85BB9D
(133,187,157)
#91C1A6
(145,193,166)
#9DC7AF
(157,199,175)
#A9CDB8
(169,205,184)
#B5D3C1
(181,211,193)
#C1D9CA
(193,217,202)
#CDDFD3
(205,223,211)
#D9E5DC
(217,229,220)
#E5EBE5
(229,235,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B594; }

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

This text font color is #79B594.


Background Color

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

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

This div background color is #79B594.


Border color

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

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

This div border color is #79B594.


Opacity

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

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

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

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

This text has shadow with #79B594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B594 on black background.


Color preview on white background

This text has color #79B594 on white background.



Black color preview on #79B594 background

This text has black color on #79B594 background.


White color preview on #79B594 background

This text has white color on #79B594 background.