COLOR #7AD77F

HEX: #7AD77F RGB: (122,215,127)

Color info

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

RGB color model

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

RGB: (122,215,127) (48%, 84%, 50%)

RGB channels and saturation

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

122
215
127

R + G + B ~ 61%. #7AD77F is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 215 + 127 = 464 (100%)
R 122 of 464 ~ 26.29%
G 215 of 464 ~ 46.34%
B 127 of 464 ~ 27.37'%

%26.29
%46.34
%27.37

CMYK color model

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

  • cyan value is 43.26%
  • magenta value is 0.00%
  • yellow value is 40.93%
  • key color value is 15.69%

CMYK: (43,0,41,16)
C43M0Y41K16 (43%, 0%, 41%, 16%)
(0.43 / 0.00 / 0.41 / 0.16)

CMYK percentages

%43.26
%0
%40.93
%15.69

Codes

Color #7AD77F in popluar color models

7A D7 7F
RGB 122 215 127
HSL 123° 53.76% 66.08%
HSB/HSV 123° 43.26% 84.31%
CMYK 43.26% 0.00% 40.93%
15.69%

Color #7AD77F in popluar number systems.

HEX 7A D7 7F
Decimal 122 215 127
Binary 1111010 11010111 1111111
Octal 172 327 177

Shades and tints

Shades of #7AD77F

#7AD77F
(122,215,127)
#6FC474
(111,196,116)
#64B169
(100,177,105)
#599E5E
(89,158,94)
#4E8B53
(78,139,83)
#437848
(67,120,72)
#38653D
(56,101,61)
#2D5232
(45,82,50)
#223F27
(34,63,39)
#172C1C
(23,44,28)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #7AD77F

#7AD77F
(122,215,127)
#86DA8A
(134,218,138)
#92DD95
(146,221,149)
#9EE0A0
(158,224,160)
#AAE3AB
(170,227,171)
#B6E6B6
(182,230,182)
#C2E9C1
(194,233,193)
#CEECCC
(206,236,204)
#DAEFD7
(218,239,215)
#E6F2E2
(230,242,226)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AD77F; }

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

This text font color is #7AD77F.

Background Color

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

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

This div background color is #7AD77F.

Border color

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

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

This div border color is #7AD77F.

Opacity

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

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

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

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

This text has shadow with #7AD77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AD77F.

Preview

Color preview on black background

This text has color #7AD77F on black background.


Color preview on white background

This text has color #7AD77F on white background.


Black color preview on #7AD77F background

This text has black color on #7AD77F background.


White color preview on #7AD77F background

This text has white color on #7AD77F background.


Related colors

Complementary color

Complementary color for #hex is #852880.


I love getcolorcode.com

Triadic colors

1 #7F7AD7 and #D77F7A with #7AD77F are triadic colors.

2 #7FD77A and #D77A7F with #7AD77F are triadic colors.