COLOR #7AB051

HEX: #7AB051
RGB: (122,176,81)

Color info

#7AB051 contains mainly red and green colors. Web safe color of #7AB051 is #669966 (or #696).

RGB color model

#7AB051 color RGB value is (122,176,81).

  • red value is 122;
  • green value is 176;
  • blue value is 81.
RGB:
(122,176,81)
(48%,69%,32%)

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 81 of 255 = 32%

122
176
81

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

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 81 = 379 (100%)
R 122 of 379 ~ 32.19%
G 176 of 379 ~ 46.44%
B 81 of 379 ~ 21.37%

%32.19
%46.44
%21.37

CMYK color model

#7AB051 color CMYK value is (31,0,54,31).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 53.98%
  • key color value is 30.98%
CMYK:
(31,0,54,31)
C31M0Y54K31 
(31%,0%,54%,31%)
(0.31/0.00/0.54/0.31)	

CMYK percentages

%30.68
%0
%53.98
%30.98

Codes

Color #7AB051 in popluar color models

7AB051
RGB12217681
HSL94°37.55%50.39%
HSB/HSV94°53.98%69.02%
CMYK30.68%0.00%53.98%
30.98%

Color #7AB051 in popluar number systems.

HEX7AB051
Decimal12217681
Binary1111010101100001010001
Octal172260121

Shades and tints

Shades of #7AB051

#7AB051
(122,176,81)
#6FA04A
(111,160,74)
#649043
(100,144,67)
#59803C
(89,128,60)
#4E7035
(78,112,53)
#43602E
(67,96,46)
#385027
(56,80,39)
#2D4020
(45,64,32)
#223019
(34,48,25)
#172012
(23,32,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7AB051

#7AB051
(122,176,81)
#86B760
(134,183,96)
#92BE6F
(146,190,111)
#9EC57E
(158,197,126)
#AACC8D
(170,204,141)
#B6D39C
(182,211,156)
#C2DAAB
(194,218,171)
#CEE1BA
(206,225,186)
#DAE8C9
(218,232,201)
#E6EFD8
(230,239,216)
#F2F6E7
(242,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB051 color. Also use rgb(122,176,81) instead hex code.

Text Font Color

.myTextColor { color: #7AB051; }

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

This text font color is #7AB051.


Background Color

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

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

This div background color is #7AB051.


Border color

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

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

This div border color is #7AB051.


Opacity

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

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

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

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

This text has shadow with #7AB051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB051 on black background.


Color preview on white background

This text has color #7AB051 on white background.



Black color preview on #7AB051 background

This text has black color on #7AB051 background.


White color preview on #7AB051 background

This text has white color on #7AB051 background.