COLOR #7ABD6A

HEX: #7ABD6A RGB: (122,189,106)

Color info

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

RGB color model

#7ABD6A color RGB value is (122,189,106).

RGB: (122,189,106) (48%, 74%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 106 of 255 = 42%

122
189
106

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

Portions of RGB colors in percentages

R + G + B = 122 + 189 + 106 = 417 (100%)
R 122 of 417 ~ 29.26%
G 189 of 417 ~ 45.32%
B 106 of 417 ~ 25.42'%

%29.26
%45.32
%25.42

CMYK color model

#7ABD6A color CMYK value is (35,0,44,26).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 43.92%
  • key color value is 25.88%

CMYK: (35,0,44,26)
C35M0Y44K26 (35%, 0%, 44%, 26%)
(0.35 / 0.00 / 0.44 / 0.26)

CMYK percentages

%35.45
%0
%43.92
%25.88

Codes

Color #7ABD6A in popluar color models

7A BD 6A
RGB 122 189 106
HSL 108° 38.60% 57.84%
HSB/HSV 108° 43.92% 74.12%
CMYK 35.45% 0.00% 43.92%
25.88%

Color #7ABD6A in popluar number systems.

HEX 7A BD 6A
Decimal 122 189 106
Binary 1111010 10111101 1101010
Octal 172 275 152

Shades and tints

Shades of #7ABD6A

#7ABD6A
(122,189,106)
#6FAC61
(111,172,97)
#649B58
(100,155,88)
#598A4F
(89,138,79)
#4E7946
(78,121,70)
#43683D
(67,104,61)
#385734
(56,87,52)
#2D462B
(45,70,43)
#223522
(34,53,34)
#172419
(23,36,25)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #7ABD6A

#7ABD6A
(122,189,106)
#86C377
(134,195,119)
#92C984
(146,201,132)
#9ECF91
(158,207,145)
#AAD59E
(170,213,158)
#B6DBAB
(182,219,171)
#C2E1B8
(194,225,184)
#CEE7C5
(206,231,197)
#DAEDD2
(218,237,210)
#E6F3DF
(230,243,223)
#F2F9EC
(242,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABD6A; }

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

This text font color is #7ABD6A.

Background Color

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

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

This div background color is #7ABD6A.

Border color

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

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

This div border color is #7ABD6A.

Opacity

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

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

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

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

This text has shadow with #7ABD6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABD6A.

Preview

Color preview on black background

This text has color #7ABD6A on black background.


Color preview on white background

This text has color #7ABD6A on white background.


Black color preview on #7ABD6A background

This text has black color on #7ABD6A background.


White color preview on #7ABD6A background

This text has white color on #7ABD6A background.


Related colors

Complementary color

Complementary color for #hex is #854295.


I love getcolorcode.com

Triadic colors

1 #6A7ABD and #BD6A7A with #7ABD6A are triadic colors.

2 #6ABD7A and #BD7A6A with #7ABD6A are triadic colors.