COLOR #79A13B

HEX: #79A13B
RGB: (121,161,59)

Color info

#79A13B contains mainly red and green colors. Web safe color of #79A13B is #669933 (or #693).

RGB color model

#79A13B color RGB value is (121,161,59).

  • red value is 121;
  • green value is 161;
  • blue value is 59.
RGB:
(121,161,59)
(47%,63%,23%)

RGB channels and saturation

R 121 of 255 = 47%
G 161 of 255 = 63%
B 59 of 255 = 23%

121
161
59

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

Portions of RGB colors in percentages

R + G + B =
121 + 161 + 59 = 341 (100%)
R 121 of 341 ~ 35.48%
G 161 of 341 ~ 47.21%
B 59 of 341 ~ 17.3%

%35.48
%47.21
%17.3

CMYK color model

#79A13B color CMYK value is (25,0,63,37).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 63.35%
  • key color value is 36.86%
CMYK:
(25,0,63,37)
C25M0Y63K37 
(25%,0%,63%,37%)
(0.25/0.00/0.63/0.37)	

CMYK percentages

%24.84
%0
%63.35
%36.86

Codes

Color #79A13B in popluar color models

79A13B
RGB12116159
HSL84°46.36%43.14%
HSB/HSV84°63.35%63.14%
CMYK24.84%0.00%63.35%
36.86%

Color #79A13B in popluar number systems.

HEX79A13B
Decimal12116159
Binary111100110100001111011
Octal17124173

Shades and tints

Shades of #79A13B

#79A13B
(121,161,59)
#6E9336
(110,147,54)
#638531
(99,133,49)
#58772C
(88,119,44)
#4D6927
(77,105,39)
#425B22
(66,91,34)
#374D1D
(55,77,29)
#2C3F18
(44,63,24)
#213113
(33,49,19)
#16230E
(22,35,14)
#0B1509
(11,21,9)
#000000
(0,0,0)

Tints of #79A13B

#79A13B
(121,161,59)
#85A94C
(133,169,76)
#91B15D
(145,177,93)
#9DB96E
(157,185,110)
#A9C17F
(169,193,127)
#B5C990
(181,201,144)
#C1D1A1
(193,209,161)
#CDD9B2
(205,217,178)
#D9E1C3
(217,225,195)
#E5E9D4
(229,233,212)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A13B color. Also use rgb(121,161,59) instead hex code.

Text Font Color

.myTextColor { color: #79A13B; }

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

This text font color is #79A13B.


Background Color

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

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

This div background color is #79A13B.


Border color

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

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

This div border color is #79A13B.


Opacity

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

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

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

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

This text has shadow with #79A13B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A13B on black background.


Color preview on white background

This text has color #79A13B on white background.



Black color preview on #79A13B background

This text has black color on #79A13B background.


White color preview on #79A13B background

This text has white color on #79A13B background.