COLOR #7ABA2D

HEX: #7ABA2D RGB: (122,186,45)

Color info

#7ABA2D contains mainly green color. Web safe color of #7ABA2D is #66CC33 (or #6C3).

RGB color model

#7ABA2D color RGB value is (122,186,45).

RGB: (122,186,45) (48%, 73%, 18%)

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 45 of 255 = 18%

122
186
45

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

Portions of RGB colors in percentages

R + G + B = 122 + 186 + 45 = 353 (100%)
R 122 of 353 ~ 34.56%
G 186 of 353 ~ 52.69%
B 45 of 353 ~ 12.75'%

%34.56
%52.69
%12.75

CMYK color model

#7ABA2D color CMYK value is (34,0,76,27).

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 75.81%
  • key color value is 27.06%
CMYK: (34,0,76,27) C34M0Y76K27 (34%,0%,76%,27%) (0.34/0.00/0.76/0.27) 

CMYK percentages

%34.41
%0
%75.81
%27.06

Codes

Color #7ABA2D in popluar color models

7A BA 2D
RGB 122 186 45
HSL 87° 61.04% 45.29%
HSB/HSV 87° 75.81% 72.94%
CMYK 34.41% 0.00% 75.81%
27.06%

Color #7ABA2D in popluar number systems.

HEX 7A BA 2D
Decimal 122 186 45
Binary 1111010 10111010 101101
Octal 172 272 55

Shades and tints

Shades of #7ABA2D

#7ABA2D
(122,186,45)
#6FAA29
(111,170,41)
#649A25
(100,154,37)
#598A21
(89,138,33)
#4E7A1D
(78,122,29)
#436A19
(67,106,25)
#385A15
(56,90,21)
#2D4A11
(45,74,17)
#223A0D
(34,58,13)
#172A09
(23,42,9)
#0C1A05
(12,26,5)
#000000
(0,0,0)

Tints of #7ABA2D

#7ABA2D
(122,186,45)
#86C040
(134,192,64)
#92C653
(146,198,83)
#9ECC66
(158,204,102)
#AAD279
(170,210,121)
#B6D88C
(182,216,140)
#C2DE9F
(194,222,159)
#CEE4B2
(206,228,178)
#DAEAC5
(218,234,197)
#E6F0D8
(230,240,216)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABA2D; }

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

This text font color is #7ABA2D.

Background Color

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

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

This div background color is #7ABA2D.

Border color

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

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

This div border color is #7ABA2D.

Opacity

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

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

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

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

This text has shadow with #7ABA2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABA2D.

Preview

Color preview on black background

This text has color #7ABA2D on black background.


Color preview on white background

This text has color #7ABA2D on white background.


Black color preview on #7ABA2D background

This text has black color on #7ABA2D background.


White color preview on #7ABA2D background

This text has white color on #7ABA2D background.


Related colors

Complementary color

Complementary color for #hex is #8545D2.


I love getcolorcode.com

Triadic colors

1 #2D7ABA and #BA2D7A with #7ABA2D are triadic colors.

2 #2DBA7A and #BA7A2D with #7ABA2D are triadic colors.