COLOR #7AA137

HEX: #7AA137
RGB: (122,161,55)

Color info

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

RGB color model

#7AA137 color RGB value is (122,161,55).

  • red value is 122;
  • green value is 161;
  • blue value is 55.
RGB:
(122,161,55)
(48%,63%,22%)

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 55 of 255 = 22%

122
161
55

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

Portions of RGB colors in percentages

R + G + B =
122 + 161 + 55 = 338 (100%)
R 122 of 338 ~ 36.09%
G 161 of 338 ~ 47.63%
B 55 of 338 ~ 16.27%

%36.09
%47.63
%16.27

CMYK color model

#7AA137 color CMYK value is (24,0,66,37).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 65.84%
  • key color value is 36.86%
CMYK:
(24,0,66,37)
C24M0Y66K37 
(24%,0%,66%,37%)
(0.24/0.00/0.66/0.37)	

CMYK percentages

%24.22
%0
%65.84
%36.86

Codes

Color #7AA137 in popluar color models

7AA137
RGB12216155
HSL82°49.07%42.35%
HSB/HSV82°65.84%63.14%
CMYK24.22%0.00%65.84%
36.86%

Color #7AA137 in popluar number systems.

HEX7AA137
Decimal12216155
Binary111101010100001110111
Octal17224167

Shades and tints

Shades of #7AA137

#7AA137
(122,161,55)
#6F9332
(111,147,50)
#64852D
(100,133,45)
#597728
(89,119,40)
#4E6923
(78,105,35)
#435B1E
(67,91,30)
#384D19
(56,77,25)
#2D3F14
(45,63,20)
#22310F
(34,49,15)
#17230A
(23,35,10)
#0C1505
(12,21,5)
#000000
(0,0,0)

Tints of #7AA137

#7AA137
(122,161,55)
#86A949
(134,169,73)
#92B15B
(146,177,91)
#9EB96D
(158,185,109)
#AAC17F
(170,193,127)
#B6C991
(182,201,145)
#C2D1A3
(194,209,163)
#CED9B5
(206,217,181)
#DAE1C7
(218,225,199)
#E6E9D9
(230,233,217)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA137 color. Also use rgb(122,161,55) instead hex code.

Text Font Color

.myTextColor { color: #7AA137; }

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

This text font color is #7AA137.


Background Color

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

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

This div background color is #7AA137.


Border color

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

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

This div border color is #7AA137.


Opacity

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

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

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

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

This text has shadow with #7AA137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA137 on black background.


Color preview on white background

This text has color #7AA137 on white background.



Black color preview on #7AA137 background

This text has black color on #7AA137 background.


White color preview on #7AA137 background

This text has white color on #7AA137 background.