COLOR #79C098

HEX: #79C098
RGB: (121,192,152)

Color info

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

RGB color model

#79C098 color RGB value is (121,192,152).

  • red value is 121;
  • green value is 192;
  • blue value is 152.
RGB:
(121,192,152)
(47%,75%,60%)

RGB channels and saturation

R 121 of 255 = 47%
G 192 of 255 = 75%
B 152 of 255 = 60%

121
192
152

R + G + B ~ 61%. #79C098 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 192 + 152 = 465 (100%)
R 121 of 465 ~ 26.02%
G 192 of 465 ~ 41.29%
B 152 of 465 ~ 32.69%

%26.02
%41.29
%32.69

CMYK color model

#79C098 color CMYK value is (37,0,21,25).

  • cyan value is 36.98%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(37,0,21,25)
C37M0Y21K25 
(37%,0%,21%,25%)
(0.37/0.00/0.21/0.25)	

CMYK percentages

%36.98
%0
%20.83
%24.71

Codes

Color #79C098 in popluar color models

79C098
RGB121192152
HSL146°36.04%61.37%
HSB/HSV146°36.98%75.29%
CMYK36.98%0.00%20.83%
24.71%

Color #79C098 in popluar number systems.

HEX79C098
Decimal121192152
Binary11110011100000010011000
Octal171300230

Shades and tints

Shades of #79C098

#79C098
(121,192,152)
#6EAF8B
(110,175,139)
#639E7E
(99,158,126)
#588D71
(88,141,113)
#4D7C64
(77,124,100)
#426B57
(66,107,87)
#375A4A
(55,90,74)
#2C493D
(44,73,61)
#213830
(33,56,48)
#162723
(22,39,35)
#0B1616
(11,22,22)
#000000
(0,0,0)

Tints of #79C098

#79C098
(121,192,152)
#85C5A1
(133,197,161)
#91CAAA
(145,202,170)
#9DCFB3
(157,207,179)
#A9D4BC
(169,212,188)
#B5D9C5
(181,217,197)
#C1DECE
(193,222,206)
#CDE3D7
(205,227,215)
#D9E8E0
(217,232,224)
#E5EDE9
(229,237,233)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79C098; }

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

This text font color is #79C098.


Background Color

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

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

This div background color is #79C098.


Border color

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

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

This div border color is #79C098.


Opacity

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

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

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

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

This text has shadow with #79C098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C098 on black background.


Color preview on white background

This text has color #79C098 on white background.



Black color preview on #79C098 background

This text has black color on #79C098 background.


White color preview on #79C098 background

This text has white color on #79C098 background.