COLOR #7AD680

HEX: #7AD680 RGB: (122,214,128)

Color info

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

RGB color model

#7AD680 color RGB value is (122,214,128).

RGB: (122,214,128) (48%, 84%, 50%)

RGB channels and saturation

R 122 of 255 = 48%
G 214 of 255 = 84%
B 128 of 255 = 50%

122
214
128

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

Portions of RGB colors in percentages

R + G + B = 122 + 214 + 128 = 464 (100%)
R 122 of 464 ~ 26.29%
G 214 of 464 ~ 46.12%
B 128 of 464 ~ 27.59'%

%26.29
%46.12
%27.59

CMYK color model

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

  • cyan value is 42.99%
  • magenta value is 0.00%
  • yellow value is 40.19%
  • key color value is 16.08%

CMYK: (43,0,40,16)
C43M0Y40K16 (43%, 0%, 40%, 16%)
(0.43 / 0.00 / 0.40 / 0.16)

CMYK percentages

%42.99
%0
%40.19
%16.08

Codes

Color #7AD680 in popluar color models

7A D6 80
RGB 122 214 128
HSL 124° 52.87% 65.88%
HSB/HSV 124° 42.99% 83.92%
CMYK 42.99% 0.00% 40.19%
16.08%

Color #7AD680 in popluar number systems.

HEX 7A D6 80
Decimal 122 214 128
Binary 1111010 11010110 10000000
Octal 172 326 200

Shades and tints

Shades of #7AD680

#7AD680
(122,214,128)
#6FC375
(111,195,117)
#64B06A
(100,176,106)
#599D5F
(89,157,95)
#4E8A54
(78,138,84)
#437749
(67,119,73)
#38643E
(56,100,62)
#2D5133
(45,81,51)
#223E28
(34,62,40)
#172B1D
(23,43,29)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #7AD680

#7AD680
(122,214,128)
#86D98B
(134,217,139)
#92DC96
(146,220,150)
#9EDFA1
(158,223,161)
#AAE2AC
(170,226,172)
#B6E5B7
(182,229,183)
#C2E8C2
(194,232,194)
#CEEBCD
(206,235,205)
#DAEED8
(218,238,216)
#E6F1E3
(230,241,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AD680; }

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

This text font color is #7AD680.

Background Color

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

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

This div background color is #7AD680.

Border color

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

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

This div border color is #7AD680.

Opacity

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

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

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

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

This text has shadow with #7AD680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AD680.

Preview

Color preview on black background

This text has color #7AD680 on black background.


Color preview on white background

This text has color #7AD680 on white background.


Black color preview on #7AD680 background

This text has black color on #7AD680 background.


White color preview on #7AD680 background

This text has white color on #7AD680 background.


Related colors

Complementary color

Complementary color for #hex is #85297F.


I love getcolorcode.com

Triadic colors

1 #807AD6 and #D6807A with #7AD680 are triadic colors.

2 #80D67A and #D67A80 with #7AD680 are triadic colors.