COLOR #79B275

HEX: #79B275
RGB: (121,178,117)

Color info

#79B275 contains mainly red and green colors. Web safe color of #79B275 is #669966 (or #696).

RGB color model

#79B275 color RGB value is (121,178,117).

  • red value is 121;
  • green value is 178;
  • blue value is 117.
RGB:
(121,178,117)
(47%,70%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 178 of 255 = 70%
B 117 of 255 = 46%

121
178
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 178 + 117 = 416 (100%)
R 121 of 416 ~ 29.09%
G 178 of 416 ~ 42.79%
B 117 of 416 ~ 28.13%

%29.09
%42.79
%28.13

CMYK color model

#79B275 color CMYK value is (32,0,34,30).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 30.20%
CMYK:
(32,0,34,30)
C32M0Y34K30 
(32%,0%,34%,30%)
(0.32/0.00/0.34/0.30)	

CMYK percentages

%32.02
%0
%34.27
%30.2

Codes

Color #79B275 in popluar color models

79B275
RGB121178117
HSL116°28.37%57.84%
HSB/HSV116°34.27%69.80%
CMYK32.02%0.00%34.27%
30.20%

Color #79B275 in popluar number systems.

HEX79B275
Decimal121178117
Binary1111001101100101110101
Octal171262165

Shades and tints

Shades of #79B275

#79B275
(121,178,117)
#6EA26B
(110,162,107)
#639261
(99,146,97)
#588257
(88,130,87)
#4D724D
(77,114,77)
#426243
(66,98,67)
#375239
(55,82,57)
#2C422F
(44,66,47)
#213225
(33,50,37)
#16221B
(22,34,27)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #79B275

#79B275
(121,178,117)
#85B981
(133,185,129)
#91C08D
(145,192,141)
#9DC799
(157,199,153)
#A9CEA5
(169,206,165)
#B5D5B1
(181,213,177)
#C1DCBD
(193,220,189)
#CDE3C9
(205,227,201)
#D9EAD5
(217,234,213)
#E5F1E1
(229,241,225)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B275; }

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

This text font color is #79B275.


Background Color

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

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

This div background color is #79B275.


Border color

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

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

This div border color is #79B275.


Opacity

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

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

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

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

This text has shadow with #79B275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B275 on black background.


Color preview on white background

This text has color #79B275 on white background.



Black color preview on #79B275 background

This text has black color on #79B275 background.


White color preview on #79B275 background

This text has white color on #79B275 background.