COLOR #79A07E

HEX: #79A07E RGB: (121,160,126)

Color info

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

RGB color model

#79A07E color RGB value is (121,160,126).

RGB: (121,160,126) (47%, 63%, 49%)

RGB channels and saturation

R 121 of 255 = 47%
G 160 of 255 = 63%
B 126 of 255 = 49%

121
160
126

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

Portions of RGB colors in percentages

R + G + B = 121 + 160 + 126 = 407 (100%)
R 121 of 407 ~ 29.73%
G 160 of 407 ~ 39.31%
B 126 of 407 ~ 30.96'%

%29.73
%39.31
%30.96

CMYK color model

#79A07E color CMYK value is (24,0,21,37).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 37.25%

CMYK: (24,0,21,37)
C24M0Y21K37 (24%, 0%, 21%, 37%)
(0.24 / 0.00 / 0.21 / 0.37)

CMYK percentages

%24.38
%0
%21.25
%37.25

Codes

Color #79A07E in popluar color models

79 A0 7E
RGB 121 160 126
HSL 128° 17.03% 55.10%
HSB/HSV 128° 24.38% 62.75%
CMYK 24.38% 0.00% 21.25%
37.25%

Color #79A07E in popluar number systems.

HEX 79 A0 7E
Decimal 121 160 126
Binary 1111001 10100000 1111110
Octal 171 240 176

Shades and tints

Shades of #79A07E

#79A07E
(121,160,126)
#6E9273
(110,146,115)
#638468
(99,132,104)
#58765D
(88,118,93)
#4D6852
(77,104,82)
#425A47
(66,90,71)
#374C3C
(55,76,60)
#2C3E31
(44,62,49)
#213026
(33,48,38)
#16221B
(22,34,27)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #79A07E

#79A07E
(121,160,126)
#85A889
(133,168,137)
#91B094
(145,176,148)
#9DB89F
(157,184,159)
#A9C0AA
(169,192,170)
#B5C8B5
(181,200,181)
#C1D0C0
(193,208,192)
#CDD8CB
(205,216,203)
#D9E0D6
(217,224,214)
#E5E8E1
(229,232,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A07E color. Also use rgb(121,160,126) instead hex code.

Text Font Color

.myTextColor { color: #79A07E; }

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

This text font color is #79A07E.

Background Color

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

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

This div background color is #79A07E.

Border color

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

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

This div border color is #79A07E.

Opacity

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

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

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

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

This text has shadow with #79A07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A07E.

Preview

Color preview on black background

This text has color #79A07E on black background.


Color preview on white background

This text has color #79A07E on white background.


Black color preview on #79A07E background

This text has black color on #79A07E background.


White color preview on #79A07E background

This text has white color on #79A07E background.


Related colors

Complementary color

Complementary color for #hex is #865F81.


I love getcolorcode.com

Triadic colors

1 #7E79A0 and #A07E79 with #79A07E are triadic colors.

2 #7EA079 and #A0797E with #79A07E are triadic colors.