COLOR #79C164

HEX: #79C164 RGB: (121,193,100)

Color info

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

RGB color model

#79C164 color RGB value is (121,193,100).

RGB: (121,193,100) (47%, 76%, 39%)

RGB channels and saturation

R 121 of 255 = 47%
G 193 of 255 = 76%
B 100 of 255 = 39%

121
193
100

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

Portions of RGB colors in percentages

R + G + B = 121 + 193 + 100 = 414 (100%)
R 121 of 414 ~ 29.23%
G 193 of 414 ~ 46.62%
B 100 of 414 ~ 24.15'%

%29.23
%46.62
%24.15

CMYK color model

#79C164 color CMYK value is (37,0,48,24).

  • cyan value is 37.31%
  • magenta value is 0.00%
  • yellow value is 48.19%
  • key color value is 24.31%

CMYK: (37,0,48,24)
C37M0Y48K24 (37%, 0%, 48%, 24%)
(0.37 / 0.00 / 0.48 / 0.24)

CMYK percentages

%37.31
%0
%48.19
%24.31

Codes

Color #79C164 in popluar color models

79 C1 64
RGB 121 193 100
HSL 106° 42.86% 57.45%
HSB/HSV 106° 48.19% 75.69%
CMYK 37.31% 0.00% 48.19%
24.31%

Color #79C164 in popluar number systems.

HEX 79 C1 64
Decimal 121 193 100
Binary 1111001 11000001 1100100
Octal 171 301 144

Shades and tints

Shades of #79C164

#79C164
(121,193,100)
#6EB05B
(110,176,91)
#639F52
(99,159,82)
#588E49
(88,142,73)
#4D7D40
(77,125,64)
#426C37
(66,108,55)
#375B2E
(55,91,46)
#2C4A25
(44,74,37)
#21391C
(33,57,28)
#162813
(22,40,19)
#0B170A
(11,23,10)
#000000
(0,0,0)

Tints of #79C164

#79C164
(121,193,100)
#85C672
(133,198,114)
#91CB80
(145,203,128)
#9DD08E
(157,208,142)
#A9D59C
(169,213,156)
#B5DAAA
(181,218,170)
#C1DFB8
(193,223,184)
#CDE4C6
(205,228,198)
#D9E9D4
(217,233,212)
#E5EEE2
(229,238,226)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C164 color. Also use rgb(121,193,100) instead hex code.

Text Font Color

.myTextColor { color: #79C164; }

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

This text font color is #79C164.

Background Color

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

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

This div background color is #79C164.

Border color

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

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

This div border color is #79C164.

Opacity

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

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

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

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

This text has shadow with #79C164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79C164.

Preview

Color preview on black background

This text has color #79C164 on black background.


Color preview on white background

This text has color #79C164 on white background.


Black color preview on #79C164 background

This text has black color on #79C164 background.


White color preview on #79C164 background

This text has white color on #79C164 background.


Related colors

Complementary color

Complementary color for #hex is #863E9B.


I love getcolorcode.com

Triadic colors

1 #6479C1 and #C16479 with #79C164 are triadic colors.

2 #64C179 and #C17964 with #79C164 are triadic colors.