COLOR #7AD77A

HEX: #7AD77A
RGB: (122,215,122)

Color info

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

RGB color model

#7AD77A color RGB value is (122,215,122).

  • red value is 122;
  • green value is 215;
  • blue value is 122.
RGB:
(122,215,122)
(48%,84%,48%)

RGB channels and saturation

R 122 of 255 = 48%
G 215 of 255 = 84%
B 122 of 255 = 48%

122
215
122

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

Portions of RGB colors in percentages

R + G + B =
122 + 215 + 122 = 459 (100%)
R 122 of 459 ~ 26.58%
G 215 of 459 ~ 46.84%
B 122 of 459 ~ 26.58%

%26.58
%46.84
%26.58

CMYK color model

#7AD77A color CMYK value is (43,0,43,16).

  • cyan value is 43.26%
  • magenta value is 0.00%
  • yellow value is 43.26%
  • key color value is 15.69%
CMYK:
(43,0,43,16)
C43M0Y43K16 
(43%,0%,43%,16%)
(0.43/0.00/0.43/0.16)	

CMYK percentages

%43.26
%0
%43.26
%15.69

Codes

Color #7AD77A in popluar color models

7AD77A
RGB122215122
HSL120°53.76%66.08%
HSB/HSV120°43.26%84.31%
CMYK43.26%0.00%43.26%
15.69%

Color #7AD77A in popluar number systems.

HEX7AD77A
Decimal122215122
Binary1111010110101111111010
Octal172327172

Shades and tints

Shades of #7AD77A

#7AD77A
(122,215,122)
#6FC46F
(111,196,111)
#64B164
(100,177,100)
#599E59
(89,158,89)
#4E8B4E
(78,139,78)
#437843
(67,120,67)
#386538
(56,101,56)
#2D522D
(45,82,45)
#223F22
(34,63,34)
#172C17
(23,44,23)
#0C190C
(12,25,12)
#000000
(0,0,0)

Tints of #7AD77A

#7AD77A
(122,215,122)
#86DA86
(134,218,134)
#92DD92
(146,221,146)
#9EE09E
(158,224,158)
#AAE3AA
(170,227,170)
#B6E6B6
(182,230,182)
#C2E9C2
(194,233,194)
#CEECCE
(206,236,206)
#DAEFDA
(218,239,218)
#E6F2E6
(230,242,230)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AD77A; }

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

This text font color is #7AD77A.


Background Color

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

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

This div background color is #7AD77A.


Border color

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

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

This div border color is #7AD77A.


Opacity

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

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

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

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

This text has shadow with #7AD77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD77A on black background.


Color preview on white background

This text has color #7AD77A on white background.



Black color preview on #7AD77A background

This text has black color on #7AD77A background.


White color preview on #7AD77A background

This text has white color on #7AD77A background.