COLOR #79A294

HEX: #79A294 RGB: (121,162,148)

Color info

#79A294 contains red, green and blue colors in about the same proportion. Web safe color of #79A294 is #669999 (or #699).

RGB color model

#79A294 color RGB value is (121,162,148).

RGB: (121,162,148) (47%, 64%, 58%)

RGB channels and saturation

R 121 of 255 = 47%
G 162 of 255 = 64%
B 148 of 255 = 58%

121
162
148

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

Portions of RGB colors in percentages

R + G + B = 121 + 162 + 148 = 431 (100%)
R 121 of 431 ~ 28.07%
G 162 of 431 ~ 37.59%
B 148 of 431 ~ 34.34'%

%28.07
%37.59
%34.34

CMYK color model

#79A294 color CMYK value is (25,0,9,36).

  • cyan value is 25.31%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 36.47%

CMYK: (25,0,9,36)
C25M0Y9K36 (25%, 0%, 9%, 36%)
(0.25 / 0.00 / 0.09 / 0.36)

CMYK percentages

%25.31
%0
%8.64
%36.47

Codes

Color #79A294 in popluar color models

79 A2 94
RGB 121 162 148
HSL 160° 18.06% 55.49%
HSB/HSV 160° 25.31% 63.53%
CMYK 25.31% 0.00% 8.64%
36.47%

Color #79A294 in popluar number systems.

HEX 79 A2 94
Decimal 121 162 148
Binary 1111001 10100010 10010100
Octal 171 242 224

Shades and tints

Shades of #79A294

#79A294
(121,162,148)
#6E9487
(110,148,135)
#63867A
(99,134,122)
#58786D
(88,120,109)
#4D6A60
(77,106,96)
#425C53
(66,92,83)
#374E46
(55,78,70)
#2C4039
(44,64,57)
#21322C
(33,50,44)
#16241F
(22,36,31)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #79A294

#79A294
(121,162,148)
#85AA9D
(133,170,157)
#91B2A6
(145,178,166)
#9DBAAF
(157,186,175)
#A9C2B8
(169,194,184)
#B5CAC1
(181,202,193)
#C1D2CA
(193,210,202)
#CDDAD3
(205,218,211)
#D9E2DC
(217,226,220)
#E5EAE5
(229,234,229)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A294; }

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

This text font color is #79A294.

Background Color

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

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

This div background color is #79A294.

Border color

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

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

This div border color is #79A294.

Opacity

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

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

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

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

This text has shadow with #79A294 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A294.

Preview

Color preview on black background

This text has color #79A294 on black background.


Color preview on white background

This text has color #79A294 on white background.


Black color preview on #79A294 background

This text has black color on #79A294 background.


White color preview on #79A294 background

This text has white color on #79A294 background.


Related colors

Complementary color

Complementary color for #hex is #865D6B.


I love getcolorcode.com

Triadic colors

1 #9479A2 and #A29479 with #79A294 are triadic colors.

2 #94A279 and #A27994 with #79A294 are triadic colors.