COLOR #7AD376

HEX: #7AD376
RGB: (122,211,118)

Color info

#7AD376 contains mainly green color. Web safe color of #7AD376 is #66CC66 (or #6C6).

RGB color model

#7AD376 color RGB value is (122,211,118).

  • red value is 122;
  • green value is 211;
  • blue value is 118.
RGB:
(122,211,118)
(48%,83%,46%)

RGB channels and saturation

R 122 of 255 = 48%
G 211 of 255 = 83%
B 118 of 255 = 46%

122
211
118

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

Portions of RGB colors in percentages

R + G + B =
122 + 211 + 118 = 451 (100%)
R 122 of 451 ~ 27.05%
G 211 of 451 ~ 46.78%
B 118 of 451 ~ 26.16%

%27.05
%46.78
%26.16

CMYK color model

#7AD376 color CMYK value is (42,0,44,17).

  • cyan value is 42.18%
  • magenta value is 0.00%
  • yellow value is 44.08%
  • key color value is 17.25%
CMYK:
(42,0,44,17)
C42M0Y44K17 
(42%,0%,44%,17%)
(0.42/0.00/0.44/0.17)	

CMYK percentages

%42.18
%0
%44.08
%17.25

Codes

Color #7AD376 in popluar color models

7AD376
RGB122211118
HSL117°51.38%64.51%
HSB/HSV117°44.08%82.75%
CMYK42.18%0.00%44.08%
17.25%

Color #7AD376 in popluar number systems.

HEX7AD376
Decimal122211118
Binary1111010110100111110110
Octal172323166

Shades and tints

Shades of #7AD376

#7AD376
(122,211,118)
#6FC06C
(111,192,108)
#64AD62
(100,173,98)
#599A58
(89,154,88)
#4E874E
(78,135,78)
#437444
(67,116,68)
#38613A
(56,97,58)
#2D4E30
(45,78,48)
#223B26
(34,59,38)
#17281C
(23,40,28)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #7AD376

#7AD376
(122,211,118)
#86D782
(134,215,130)
#92DB8E
(146,219,142)
#9EDF9A
(158,223,154)
#AAE3A6
(170,227,166)
#B6E7B2
(182,231,178)
#C2EBBE
(194,235,190)
#CEEFCA
(206,239,202)
#DAF3D6
(218,243,214)
#E6F7E2
(230,247,226)
#F2FBEE
(242,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD376 color. Also use rgb(122,211,118) instead hex code.

Text Font Color

.myTextColor { color: #7AD376; }

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

This text font color is #7AD376.


Background Color

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

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

This div background color is #7AD376.


Border color

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

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

This div border color is #7AD376.


Opacity

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

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

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

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

This text has shadow with #7AD376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD376 on black background.


Color preview on white background

This text has color #7AD376 on white background.



Black color preview on #7AD376 background

This text has black color on #7AD376 background.


White color preview on #7AD376 background

This text has white color on #7AD376 background.