COLOR #7A941F

HEX: #7A941F
RGB: (122,148,31)

Color info

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

RGB color model

#7A941F color RGB value is (122,148,31).

  • red value is 122;
  • green value is 148;
  • blue value is 31.
RGB:
(122,148,31)
(48%,58%,12%)

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 31 of 255 = 12%

122
148
31

R + G + B ~ 39%. #7A941F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 148 + 31 = 301 (100%)
R 122 of 301 ~ 40.53%
G 148 of 301 ~ 49.17%
B 31 of 301 ~ 10.3%

%40.53
%49.17
%10.3

CMYK color model

#7A941F color CMYK value is (18,0,79,42).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 79.05%
  • key color value is 41.96%
CMYK:
(18,0,79,42)
C18M0Y79K42 
(18%,0%,79%,42%)
(0.18/0.00/0.79/0.42)	

CMYK percentages

%17.57
%0
%79.05
%41.96

Codes

Color #7A941F in popluar color models

7A941F
RGB12214831
HSL73°65.36%35.10%
HSB/HSV73°79.05%58.04%
CMYK17.57%0.00%79.05%
41.96%

Color #7A941F in popluar number systems.

HEX7A941F
Decimal12214831
Binary11110101001010011111
Octal17222437

Shades and tints

Shades of #7A941F

#7A941F
(122,148,31)
#6F871D
(111,135,29)
#647A1B
(100,122,27)
#596D19
(89,109,25)
#4E6017
(78,96,23)
#435315
(67,83,21)
#384613
(56,70,19)
#2D3911
(45,57,17)
#222C0F
(34,44,15)
#171F0D
(23,31,13)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A941F

#7A941F
(122,148,31)
#869D33
(134,157,51)
#92A647
(146,166,71)
#9EAF5B
(158,175,91)
#AAB86F
(170,184,111)
#B6C183
(182,193,131)
#C2CA97
(194,202,151)
#CED3AB
(206,211,171)
#DADCBF
(218,220,191)
#E6E5D3
(230,229,211)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A941F color. Also use rgb(122,148,31) instead hex code.

Text Font Color

.myTextColor { color: #7A941F; }

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

This text font color is #7A941F.


Background Color

.myBgColor { background-color: #7A941F; }

<div style="background-color:#7A941F">Inner text</div>

This div background color is #7A941F.


Border color

.myBorderColor { border: 1px solid #7A941F; }

<div style="border:3px solid #7A941F">Div</div>

This div border color is #7A941F.


Opacity

.myOpacity80 { color: #7A941F; opacity: 0.8; }

<p style="color:#7A941F;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A941F color.

.textShadow {text-shadow: 3px 3px 1px #7A941F, 3px 3px 1px red;}

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

This text has shadow with #7A941F primary color and red secondary color.


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

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

This text has shadow with #7A941F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A941F on black background.


Color preview on white background

This text has color #7A941F on white background.



Black color preview on #7A941F background

This text has black color on #7A941F background.


White color preview on #7A941F background

This text has white color on #7A941F background.