COLOR #79AB75

HEX: #79AB75
RGB: (121,171,117)

Color info

#79AB75 contains red, green and blue colors in about the same proportion. Web safe color of #79AB75 is #669966 (or #696).

RGB color model

#79AB75 color RGB value is (121,171,117).

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

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 117 of 255 = 46%

121
171
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 171 + 117 = 409 (100%)
R 121 of 409 ~ 29.58%
G 171 of 409 ~ 41.81%
B 117 of 409 ~ 28.61%

%29.58
%41.81
%28.61

CMYK color model

#79AB75 color CMYK value is (29,0,32,33).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 32.94%
CMYK:
(29,0,32,33)
C29M0Y32K33 
(29%,0%,32%,33%)
(0.29/0.00/0.32/0.33)	

CMYK percentages

%29.24
%0
%31.58
%32.94

Codes

Color #79AB75 in popluar color models

79AB75
RGB121171117
HSL116°24.32%56.47%
HSB/HSV116°31.58%67.06%
CMYK29.24%0.00%31.58%
32.94%

Color #79AB75 in popluar number systems.

HEX79AB75
Decimal121171117
Binary1111001101010111110101
Octal171253165

Shades and tints

Shades of #79AB75

#79AB75
(121,171,117)
#6E9C6B
(110,156,107)
#638D61
(99,141,97)
#587E57
(88,126,87)
#4D6F4D
(77,111,77)
#426043
(66,96,67)
#375139
(55,81,57)
#2C422F
(44,66,47)
#213325
(33,51,37)
#16241B
(22,36,27)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #79AB75

#79AB75
(121,171,117)
#85B281
(133,178,129)
#91B98D
(145,185,141)
#9DC099
(157,192,153)
#A9C7A5
(169,199,165)
#B5CEB1
(181,206,177)
#C1D5BD
(193,213,189)
#CDDCC9
(205,220,201)
#D9E3D5
(217,227,213)
#E5EAE1
(229,234,225)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AB75; }

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

This text font color is #79AB75.


Background Color

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

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

This div background color is #79AB75.


Border color

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

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

This div border color is #79AB75.


Opacity

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

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

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

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

This text has shadow with #79AB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AB75 on black background.


Color preview on white background

This text has color #79AB75 on white background.



Black color preview on #79AB75 background

This text has black color on #79AB75 background.


White color preview on #79AB75 background

This text has white color on #79AB75 background.