COLOR #7A9241

HEX: #7A9241
RGB: (122,146,65)

Color info

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

RGB color model

#7A9241 color RGB value is (122,146,65).

  • red value is 122;
  • green value is 146;
  • blue value is 65.
RGB:
(122,146,65)
(48%,57%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 146 of 255 = 57%
B 65 of 255 = 25%

122
146
65

R + G + B ~ 43%. #7A9241 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 146 + 65 = 333 (100%)
R 122 of 333 ~ 36.64%
G 146 of 333 ~ 43.84%
B 65 of 333 ~ 19.52%

%36.64
%43.84
%19.52

CMYK color model

#7A9241 color CMYK value is (16,0,55,43).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 55.48%
  • key color value is 42.75%
CMYK:
(16,0,55,43)
C16M0Y55K43 
(16%,0%,55%,43%)
(0.16/0.00/0.55/0.43)	

CMYK percentages

%16.44
%0
%55.48
%42.75

Codes

Color #7A9241 in popluar color models

7A9241
RGB12214665
HSL78°38.39%41.37%
HSB/HSV78°55.48%57.25%
CMYK16.44%0.00%55.48%
42.75%

Color #7A9241 in popluar number systems.

HEX7A9241
Decimal12214665
Binary1111010100100101000001
Octal172222101

Shades and tints

Shades of #7A9241

#7A9241
(122,146,65)
#6F853C
(111,133,60)
#647837
(100,120,55)
#596B32
(89,107,50)
#4E5E2D
(78,94,45)
#435128
(67,81,40)
#384423
(56,68,35)
#2D371E
(45,55,30)
#222A19
(34,42,25)
#171D14
(23,29,20)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #7A9241

#7A9241
(122,146,65)
#869B52
(134,155,82)
#92A463
(146,164,99)
#9EAD74
(158,173,116)
#AAB685
(170,182,133)
#B6BF96
(182,191,150)
#C2C8A7
(194,200,167)
#CED1B8
(206,209,184)
#DADAC9
(218,218,201)
#E6E3DA
(230,227,218)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9241 color. Also use rgb(122,146,65) instead hex code.

Text Font Color

.myTextColor { color: #7A9241; }

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

This text font color is #7A9241.


Background Color

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

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

This div background color is #7A9241.


Border color

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

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

This div border color is #7A9241.


Opacity

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

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

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

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

This text has shadow with #7A9241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9241 on black background.


Color preview on white background

This text has color #7A9241 on white background.



Black color preview on #7A9241 background

This text has black color on #7A9241 background.


White color preview on #7A9241 background

This text has white color on #7A9241 background.