COLOR #7AA249

HEX: #7AA249
RGB: (122,162,73)

Color info

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

RGB color model

#7AA249 color RGB value is (122,162,73).

  • red value is 122;
  • green value is 162;
  • blue value is 73.
RGB:
(122,162,73)
(48%,64%,29%)

RGB channels and saturation

R 122 of 255 = 48%
G 162 of 255 = 64%
B 73 of 255 = 29%

122
162
73

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

Portions of RGB colors in percentages

R + G + B =
122 + 162 + 73 = 357 (100%)
R 122 of 357 ~ 34.17%
G 162 of 357 ~ 45.38%
B 73 of 357 ~ 20.45%

%34.17
%45.38
%20.45

CMYK color model

#7AA249 color CMYK value is (25,0,55,36).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 54.94%
  • key color value is 36.47%
CMYK:
(25,0,55,36)
C25M0Y55K36 
(25%,0%,55%,36%)
(0.25/0.00/0.55/0.36)	

CMYK percentages

%24.69
%0
%54.94
%36.47

Codes

Color #7AA249 in popluar color models

7AA249
RGB12216273
HSL87°37.87%46.08%
HSB/HSV87°54.94%63.53%
CMYK24.69%0.00%54.94%
36.47%

Color #7AA249 in popluar number systems.

HEX7AA249
Decimal12216273
Binary1111010101000101001001
Octal172242111

Shades and tints

Shades of #7AA249

#7AA249
(122,162,73)
#6F9443
(111,148,67)
#64863D
(100,134,61)
#597837
(89,120,55)
#4E6A31
(78,106,49)
#435C2B
(67,92,43)
#384E25
(56,78,37)
#2D401F
(45,64,31)
#223219
(34,50,25)
#172413
(23,36,19)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #7AA249

#7AA249
(122,162,73)
#86AA59
(134,170,89)
#92B269
(146,178,105)
#9EBA79
(158,186,121)
#AAC289
(170,194,137)
#B6CA99
(182,202,153)
#C2D2A9
(194,210,169)
#CEDAB9
(206,218,185)
#DAE2C9
(218,226,201)
#E6EAD9
(230,234,217)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA249 color. Also use rgb(122,162,73) instead hex code.

Text Font Color

.myTextColor { color: #7AA249; }

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

This text font color is #7AA249.


Background Color

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

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

This div background color is #7AA249.


Border color

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

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

This div border color is #7AA249.


Opacity

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

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

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

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

This text has shadow with #7AA249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA249 on black background.


Color preview on white background

This text has color #7AA249 on white background.



Black color preview on #7AA249 background

This text has black color on #7AA249 background.


White color preview on #7AA249 background

This text has white color on #7AA249 background.