COLOR #79B298

HEX: #79B298 RGB: (121,178,152)

Color info

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

RGB color model

#79B298 color RGB value is (121,178,152).

RGB: (121,178,152) (47%, 70%, 60%)

RGB channels and saturation

R 121 of 255 = 47%
G 178 of 255 = 70%
B 152 of 255 = 60%

121
178
152

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

Portions of RGB colors in percentages

R + G + B = 121 + 178 + 152 = 451 (100%)
R 121 of 451 ~ 26.83%
G 178 of 451 ~ 39.47%
B 152 of 451 ~ 33.7'%

%26.83
%39.47
%33.7

CMYK color model

#79B298 color CMYK value is (32,0,15,30).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 30.20%

CMYK: (32,0,15,30)
C32M0Y15K30 (32%, 0%, 15%, 30%)
(0.32 / 0.00 / 0.15 / 0.30)

CMYK percentages

%32.02
%0
%14.61
%30.2

Codes

Color #79B298 in popluar color models

79 B2 98
RGB 121 178 152
HSL 153° 27.01% 58.63%
HSB/HSV 153° 32.02% 69.80%
CMYK 32.02% 0.00% 14.61%
30.20%

Color #79B298 in popluar number systems.

HEX 79 B2 98
Decimal 121 178 152
Binary 1111001 10110010 10011000
Octal 171 262 230

Shades and tints

Shades of #79B298

#79B298
(121,178,152)
#6EA28B
(110,162,139)
#63927E
(99,146,126)
#588271
(88,130,113)
#4D7264
(77,114,100)
#426257
(66,98,87)
#37524A
(55,82,74)
#2C423D
(44,66,61)
#213230
(33,50,48)
#162223
(22,34,35)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #79B298

#79B298
(121,178,152)
#85B9A1
(133,185,161)
#91C0AA
(145,192,170)
#9DC7B3
(157,199,179)
#A9CEBC
(169,206,188)
#B5D5C5
(181,213,197)
#C1DCCE
(193,220,206)
#CDE3D7
(205,227,215)
#D9EAE0
(217,234,224)
#E5F1E9
(229,241,233)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B298 color. Also use rgb(121,178,152) instead hex code.

Text Font Color

.myTextColor { color: #79B298; }

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

This text font color is #79B298.

Background Color

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

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

This div background color is #79B298.

Border color

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

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

This div border color is #79B298.

Opacity

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

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

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

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

This text has shadow with #79B298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B298.

Preview

Color preview on black background

This text has color #79B298 on black background.


Color preview on white background

This text has color #79B298 on white background.


Black color preview on #79B298 background

This text has black color on #79B298 background.


White color preview on #79B298 background

This text has white color on #79B298 background.


Related colors

Complementary color

Complementary color for #hex is #864D67.


I love getcolorcode.com

Triadic colors

1 #9879B2 and #B29879 with #79B298 are triadic colors.

2 #98B279 and #B27998 with #79B298 are triadic colors.