COLOR #7AA17C

HEX: #7AA17C
RGB: (122,161,124)

Color info

#7AA17C contains red, green and blue colors in about the same proportion. Web safe color of #7AA17C is #669966 (or #696).

RGB color model

#7AA17C color RGB value is (122,161,124).

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

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 124 of 255 = 49%

122
161
124

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

Portions of RGB colors in percentages

R + G + B =
122 + 161 + 124 = 407 (100%)
R 122 of 407 ~ 29.98%
G 161 of 407 ~ 39.56%
B 124 of 407 ~ 30.47%

%29.98
%39.56
%30.47

CMYK color model

#7AA17C color CMYK value is (24,0,23,37).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 36.86%
CMYK:
(24,0,23,37)
C24M0Y23K37 
(24%,0%,23%,37%)
(0.24/0.00/0.23/0.37)	

CMYK percentages

%24.22
%0
%22.98
%36.86

Codes

Color #7AA17C in popluar color models

7AA17C
RGB122161124
HSL123°17.18%55.49%
HSB/HSV123°24.22%63.14%
CMYK24.22%0.00%22.98%
36.86%

Color #7AA17C in popluar number systems.

HEX7AA17C
Decimal122161124
Binary1111010101000011111100
Octal172241174

Shades and tints

Shades of #7AA17C

#7AA17C
(122,161,124)
#6F9371
(111,147,113)
#648566
(100,133,102)
#59775B
(89,119,91)
#4E6950
(78,105,80)
#435B45
(67,91,69)
#384D3A
(56,77,58)
#2D3F2F
(45,63,47)
#223124
(34,49,36)
#172319
(23,35,25)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #7AA17C

#7AA17C
(122,161,124)
#86A987
(134,169,135)
#92B192
(146,177,146)
#9EB99D
(158,185,157)
#AAC1A8
(170,193,168)
#B6C9B3
(182,201,179)
#C2D1BE
(194,209,190)
#CED9C9
(206,217,201)
#DAE1D4
(218,225,212)
#E6E9DF
(230,233,223)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA17C; }

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

This text font color is #7AA17C.


Background Color

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

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

This div background color is #7AA17C.


Border color

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

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

This div border color is #7AA17C.


Opacity

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

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

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

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

This text has shadow with #7AA17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA17C on black background.


Color preview on white background

This text has color #7AA17C on white background.



Black color preview on #7AA17C background

This text has black color on #7AA17C background.


White color preview on #7AA17C background

This text has white color on #7AA17C background.