COLOR #7ABA2F

HEX: #7ABA2F
RGB: (122,186,47)

Color info

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

RGB color model

#7ABA2F color RGB value is (122,186,47).

  • red value is 122;
  • green value is 186;
  • blue value is 47.
RGB:
(122,186,47)
(48%,73%,18%)

RGB channels and saturation

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

122
186
47

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

Portions of RGB colors in percentages

R + G + B =
122 + 186 + 47 = 355 (100%)
R 122 of 355 ~ 34.37%
G 186 of 355 ~ 52.39%
B 47 of 355 ~ 13.24%

%34.37
%52.39
%13.24

CMYK color model

#7ABA2F color CMYK value is (34,0,75,27).

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 74.73%
  • key color value is 27.06%
CMYK:
(34,0,75,27)
C34M0Y75K27 
(34%,0%,75%,27%)
(0.34/0.00/0.75/0.27)	

CMYK percentages

%34.41
%0
%74.73
%27.06

Codes

Color #7ABA2F in popluar color models

7ABA2F
RGB12218647
HSL88°59.66%45.69%
HSB/HSV88°74.73%72.94%
CMYK34.41%0.00%74.73%
27.06%

Color #7ABA2F in popluar number systems.

HEX7ABA2F
Decimal12218647
Binary111101010111010101111
Octal17227257

Shades and tints

Shades of #7ABA2F

#7ABA2F
(122,186,47)
#6FAA2B
(111,170,43)
#649A27
(100,154,39)
#598A23
(89,138,35)
#4E7A1F
(78,122,31)
#436A1B
(67,106,27)
#385A17
(56,90,23)
#2D4A13
(45,74,19)
#223A0F
(34,58,15)
#172A0B
(23,42,11)
#0C1A07
(12,26,7)
#000000
(0,0,0)

Tints of #7ABA2F

#7ABA2F
(122,186,47)
#86C041
(134,192,65)
#92C653
(146,198,83)
#9ECC65
(158,204,101)
#AAD277
(170,210,119)
#B6D889
(182,216,137)
#C2DE9B
(194,222,155)
#CEE4AD
(206,228,173)
#DAEABF
(218,234,191)
#E6F0D1
(230,240,209)
#F2F6E3
(242,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABA2F; }

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

This text font color is #7ABA2F.


Background Color

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

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

This div background color is #7ABA2F.


Border color

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

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

This div border color is #7ABA2F.


Opacity

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

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

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

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

This text has shadow with #7ABA2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABA2F on black background.


Color preview on white background

This text has color #7ABA2F on white background.



Black color preview on #7ABA2F background

This text has black color on #7ABA2F background.


White color preview on #7ABA2F background

This text has white color on #7ABA2F background.