COLOR #7AAB49

HEX: #7AAB49
RGB: (122,171,73)

Color info

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

RGB color model

#7AAB49 color RGB value is (122,171,73).

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

RGB channels and saturation

R 122 of 255 = 48%
G 171 of 255 = 67%
B 73 of 255 = 29%

122
171
73

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

Portions of RGB colors in percentages

R + G + B =
122 + 171 + 73 = 366 (100%)
R 122 of 366 ~ 33.33%
G 171 of 366 ~ 46.72%
B 73 of 366 ~ 19.95%

%33.33
%46.72
%19.95

CMYK color model

#7AAB49 color CMYK value is (29,0,57,33).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 32.94%
CMYK:
(29,0,57,33)
C29M0Y57K33 
(29%,0%,57%,33%)
(0.29/0.00/0.57/0.33)	

CMYK percentages

%28.65
%0
%57.31
%32.94

Codes

Color #7AAB49 in popluar color models

7AAB49
RGB12217173
HSL90°40.16%47.84%
HSB/HSV90°57.31%67.06%
CMYK28.65%0.00%57.31%
32.94%

Color #7AAB49 in popluar number systems.

HEX7AAB49
Decimal12217173
Binary1111010101010111001001
Octal172253111

Shades and tints

Shades of #7AAB49

#7AAB49
(122,171,73)
#6F9C43
(111,156,67)
#648D3D
(100,141,61)
#597E37
(89,126,55)
#4E6F31
(78,111,49)
#43602B
(67,96,43)
#385125
(56,81,37)
#2D421F
(45,66,31)
#223319
(34,51,25)
#172413
(23,36,19)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #7AAB49

#7AAB49
(122,171,73)
#86B259
(134,178,89)
#92B969
(146,185,105)
#9EC079
(158,192,121)
#AAC789
(170,199,137)
#B6CE99
(182,206,153)
#C2D5A9
(194,213,169)
#CEDCB9
(206,220,185)
#DAE3C9
(218,227,201)
#E6EAD9
(230,234,217)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAB49; }

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

This text font color is #7AAB49.


Background Color

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

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

This div background color is #7AAB49.


Border color

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

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

This div border color is #7AAB49.


Opacity

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

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

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

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

This text has shadow with #7AAB49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAB49 on black background.


Color preview on white background

This text has color #7AAB49 on white background.



Black color preview on #7AAB49 background

This text has black color on #7AAB49 background.


White color preview on #7AAB49 background

This text has white color on #7AAB49 background.