COLOR #7AB57D

HEX: #7AB57D
RGB: (122,181,125)

Color info

#7AB57D contains red, green and blue colors in about the same proportion. Web safe color of #7AB57D is #66CC66 (or #6C6).

RGB color model

#7AB57D color RGB value is (122,181,125).

  • red value is 122;
  • green value is 181;
  • blue value is 125.
RGB:
(122,181,125)
(48%,71%,49%)

RGB channels and saturation

R 122 of 255 = 48%
G 181 of 255 = 71%
B 125 of 255 = 49%

122
181
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 181 + 125 = 428 (100%)
R 122 of 428 ~ 28.5%
G 181 of 428 ~ 42.29%
B 125 of 428 ~ 29.21%

%28.5
%42.29
%29.21

CMYK color model

#7AB57D color CMYK value is (33,0,31,29).

  • cyan value is 32.60%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 29.02%
CMYK:
(33,0,31,29)
C33M0Y31K29 
(33%,0%,31%,29%)
(0.33/0.00/0.31/0.29)	

CMYK percentages

%32.6
%0
%30.94
%29.02

Codes

Color #7AB57D in popluar color models

7AB57D
RGB122181125
HSL123°28.50%59.41%
HSB/HSV123°32.60%70.98%
CMYK32.60%0.00%30.94%
29.02%

Color #7AB57D in popluar number systems.

HEX7AB57D
Decimal122181125
Binary1111010101101011111101
Octal172265175

Shades and tints

Shades of #7AB57D

#7AB57D
(122,181,125)
#6FA572
(111,165,114)
#649567
(100,149,103)
#59855C
(89,133,92)
#4E7551
(78,117,81)
#436546
(67,101,70)
#38553B
(56,85,59)
#2D4530
(45,69,48)
#223525
(34,53,37)
#17251A
(23,37,26)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7AB57D

#7AB57D
(122,181,125)
#86BB88
(134,187,136)
#92C193
(146,193,147)
#9EC79E
(158,199,158)
#AACDA9
(170,205,169)
#B6D3B4
(182,211,180)
#C2D9BF
(194,217,191)
#CEDFCA
(206,223,202)
#DAE5D5
(218,229,213)
#E6EBE0
(230,235,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB57D color. Also use rgb(122,181,125) instead hex code.

Text Font Color

.myTextColor { color: #7AB57D; }

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

This text font color is #7AB57D.


Background Color

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

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

This div background color is #7AB57D.


Border color

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

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

This div border color is #7AB57D.


Opacity

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

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

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

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

This text has shadow with #7AB57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB57D on black background.


Color preview on white background

This text has color #7AB57D on white background.



Black color preview on #7AB57D background

This text has black color on #7AB57D background.


White color preview on #7AB57D background

This text has white color on #7AB57D background.