COLOR #7AA17D

HEX: #7AA17D
RGB: (122,161,125)

Color info

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

RGB color model

#7AA17D color RGB value is (122,161,125).

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

RGB channels and saturation

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

122
161
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 161 + 125 = 408 (100%)
R 122 of 408 ~ 29.9%
G 161 of 408 ~ 39.46%
B 125 of 408 ~ 30.64%

%29.9
%39.46
%30.64

CMYK color model

#7AA17D color CMYK value is (24,0,22,37).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(24,0,22,37)
C24M0Y22K37 
(24%,0%,22%,37%)
(0.24/0.00/0.22/0.37)	

CMYK percentages

%24.22
%0
%22.36
%36.86

Codes

Color #7AA17D in popluar color models

7AA17D
RGB122161125
HSL125°17.18%55.49%
HSB/HSV125°24.22%63.14%
CMYK24.22%0.00%22.36%
36.86%

Color #7AA17D in popluar number systems.

HEX7AA17D
Decimal122161125
Binary1111010101000011111101
Octal172241175

Shades and tints

Shades of #7AA17D

#7AA17D
(122,161,125)
#6F9372
(111,147,114)
#648567
(100,133,103)
#59775C
(89,119,92)
#4E6951
(78,105,81)
#435B46
(67,91,70)
#384D3B
(56,77,59)
#2D3F30
(45,63,48)
#223125
(34,49,37)
#17231A
(23,35,26)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7AA17D

#7AA17D
(122,161,125)
#86A988
(134,169,136)
#92B193
(146,177,147)
#9EB99E
(158,185,158)
#AAC1A9
(170,193,169)
#B6C9B4
(182,201,180)
#C2D1BF
(194,209,191)
#CED9CA
(206,217,202)
#DAE1D5
(218,225,213)
#E6E9E0
(230,233,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA17D; }

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

This text font color is #7AA17D.


Background Color

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

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

This div background color is #7AA17D.


Border color

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

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

This div border color is #7AA17D.


Opacity

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

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

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

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

This text has shadow with #7AA17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA17D on black background.


Color preview on white background

This text has color #7AA17D on white background.



Black color preview on #7AA17D background

This text has black color on #7AA17D background.


White color preview on #7AA17D background

This text has white color on #7AA17D background.