COLOR #79C068

HEX: #79C068
RGB: (121,192,104)

Color info

#79C068 contains mainly green color. Web safe color of #79C068 is #66CC66 (or #6C6).

RGB color model

#79C068 color RGB value is (121,192,104).

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

RGB channels and saturation

R 121 of 255 = 47%
G 192 of 255 = 75%
B 104 of 255 = 41%

121
192
104

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

Portions of RGB colors in percentages

R + G + B =
121 + 192 + 104 = 417 (100%)
R 121 of 417 ~ 29.02%
G 192 of 417 ~ 46.04%
B 104 of 417 ~ 24.94%

%29.02
%46.04
%24.94

CMYK color model

#79C068 color CMYK value is (37,0,46,25).

  • cyan value is 36.98%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 24.71%
CMYK:
(37,0,46,25)
C37M0Y46K25 
(37%,0%,46%,25%)
(0.37/0.00/0.46/0.25)	

CMYK percentages

%36.98
%0
%45.83
%24.71

Codes

Color #79C068 in popluar color models

79C068
RGB121192104
HSL108°41.12%58.04%
HSB/HSV108°45.83%75.29%
CMYK36.98%0.00%45.83%
24.71%

Color #79C068 in popluar number systems.

HEX79C068
Decimal121192104
Binary1111001110000001101000
Octal171300150

Shades and tints

Shades of #79C068

#79C068
(121,192,104)
#6EAF5F
(110,175,95)
#639E56
(99,158,86)
#588D4D
(88,141,77)
#4D7C44
(77,124,68)
#426B3B
(66,107,59)
#375A32
(55,90,50)
#2C4929
(44,73,41)
#213820
(33,56,32)
#162717
(22,39,23)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #79C068

#79C068
(121,192,104)
#85C575
(133,197,117)
#91CA82
(145,202,130)
#9DCF8F
(157,207,143)
#A9D49C
(169,212,156)
#B5D9A9
(181,217,169)
#C1DEB6
(193,222,182)
#CDE3C3
(205,227,195)
#D9E8D0
(217,232,208)
#E5EDDD
(229,237,221)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79C068; }

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

This text font color is #79C068.


Background Color

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

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

This div background color is #79C068.


Border color

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

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

This div border color is #79C068.


Opacity

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

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

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

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

This text has shadow with #79C068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C068 on black background.


Color preview on white background

This text has color #79C068 on white background.



Black color preview on #79C068 background

This text has black color on #79C068 background.


White color preview on #79C068 background

This text has white color on #79C068 background.