COLOR #7ABD2F

HEX: #7ABD2F RGB: (122,189,47)

Color info

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

RGB color model

#7ABD2F color RGB value is (122,189,47).

RGB: (122,189,47) (48%, 74%, 18%)

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 47 of 255 = 18%

122
189
47

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

Portions of RGB colors in percentages

R + G + B = 122 + 189 + 47 = 358 (100%)
R 122 of 358 ~ 34.08%
G 189 of 358 ~ 52.79%
B 47 of 358 ~ 13.13'%

%34.08
%52.79
%13.13

CMYK color model

#7ABD2F color CMYK value is (35,0,75,26).

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

CMYK: (35,0,75,26)
C35M0Y75K26 (35%, 0%, 75%, 26%)
(0.35 / 0.00 / 0.75 / 0.26)

CMYK percentages

%35.45
%0
%75.13
%25.88

Codes

Color #7ABD2F in popluar color models

7A BD 2F
RGB 122 189 47
HSL 88° 60.17% 46.27%
HSB/HSV 88° 75.13% 74.12%
CMYK 35.45% 0.00% 75.13%
25.88%

Color #7ABD2F in popluar number systems.

HEX 7A BD 2F
Decimal 122 189 47
Binary 1111010 10111101 101111
Octal 172 275 57

Shades and tints

Shades of #7ABD2F

#7ABD2F
(122,189,47)
#6FAC2B
(111,172,43)
#649B27
(100,155,39)
#598A23
(89,138,35)
#4E791F
(78,121,31)
#43681B
(67,104,27)
#385717
(56,87,23)
#2D4613
(45,70,19)
#22350F
(34,53,15)
#17240B
(23,36,11)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #7ABD2F

#7ABD2F
(122,189,47)
#86C341
(134,195,65)
#92C953
(146,201,83)
#9ECF65
(158,207,101)
#AAD577
(170,213,119)
#B6DB89
(182,219,137)
#C2E19B
(194,225,155)
#CEE7AD
(206,231,173)
#DAEDBF
(218,237,191)
#E6F3D1
(230,243,209)
#F2F9E3
(242,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABD2F; }

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

This text font color is #7ABD2F.

Background Color

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

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

This div background color is #7ABD2F.

Border color

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

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

This div border color is #7ABD2F.

Opacity

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

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

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

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

This text has shadow with #7ABD2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABD2F.

Preview

Color preview on black background

This text has color #7ABD2F on black background.


Color preview on white background

This text has color #7ABD2F on white background.


Black color preview on #7ABD2F background

This text has black color on #7ABD2F background.


White color preview on #7ABD2F background

This text has white color on #7ABD2F background.


Related colors

Complementary color

Complementary color for #hex is #8542D0.


I love getcolorcode.com

Triadic colors

1 #2F7ABD and #BD2F7A with #7ABD2F are triadic colors.

2 #2FBD7A and #BD7A2F with #7ABD2F are triadic colors.