COLOR #79952A

HEX: #79952A
RGB: (121,149,42)

Color info

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

RGB color model

#79952A color RGB value is (121,149,42).

  • red value is 121;
  • green value is 149;
  • blue value is 42.
RGB:
(121,149,42)
(47%,58%,16%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 42 of 255 = 16%

121
149
42

R + G + B ~ 40%. #79952A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 42 = 312 (100%)
R 121 of 312 ~ 38.78%
G 149 of 312 ~ 47.76%
B 42 of 312 ~ 13.46%

%38.78
%47.76
%13.46

CMYK color model

#79952A color CMYK value is (19,0,72,42).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 71.81%
  • key color value is 41.57%
CMYK:
(19,0,72,42)
C19M0Y72K42 
(19%,0%,72%,42%)
(0.19/0.00/0.72/0.42)	

CMYK percentages

%18.79
%0
%71.81
%41.57

Codes

Color #79952A in popluar color models

79952A
RGB12114942
HSL76°56.02%37.45%
HSB/HSV76°71.81%58.43%
CMYK18.79%0.00%71.81%
41.57%

Color #79952A in popluar number systems.

HEX79952A
Decimal12114942
Binary111100110010101101010
Octal17122552

Shades and tints

Shades of #79952A

#79952A
(121,149,42)
#6E8827
(110,136,39)
#637B24
(99,123,36)
#586E21
(88,110,33)
#4D611E
(77,97,30)
#42541B
(66,84,27)
#374718
(55,71,24)
#2C3A15
(44,58,21)
#212D12
(33,45,18)
#16200F
(22,32,15)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #79952A

#79952A
(121,149,42)
#859E3D
(133,158,61)
#91A750
(145,167,80)
#9DB063
(157,176,99)
#A9B976
(169,185,118)
#B5C289
(181,194,137)
#C1CB9C
(193,203,156)
#CDD4AF
(205,212,175)
#D9DDC2
(217,221,194)
#E5E6D5
(229,230,213)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79952A color. Also use rgb(121,149,42) instead hex code.

Text Font Color

.myTextColor { color: #79952A; }

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

This text font color is #79952A.


Background Color

.myBgColor { background-color: #79952A; }

<div style="background-color:#79952A">Inner text</div>

This div background color is #79952A.


Border color

.myBorderColor { border: 1px solid #79952A; }

<div style="border:3px solid #79952A">Div</div>

This div border color is #79952A.


Opacity

.myOpacity80 { color: #79952A; opacity: 0.8; }

<p style="color:#79952A;opacity:0.8;">80%</p>

Text with #79952A 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 #79952A;}

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

This text has shadow with #79952A color.

.textShadow {text-shadow: 3px 3px 1px #79952A, 3px 3px 1px red;}

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

This text has shadow with #79952A primary color and red secondary color.


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

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

This text has shadow with #79952A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79952A on black background.


Color preview on white background

This text has color #79952A on white background.



Black color preview on #79952A background

This text has black color on #79952A background.


White color preview on #79952A background

This text has white color on #79952A background.