COLOR #7DB57A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
181
122

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

Portions of RGB colors in percentages

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

%29.21
%42.29
%28.5

CMYK color model

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

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

CMYK percentages

%30.94
%0
%32.6
%29.02

Codes

Color #7DB57A in popluar color models

7DB57A
RGB125181122
HSL117°28.50%59.41%
HSB/HSV117°32.60%70.98%
CMYK30.94%0.00%32.60%
29.02%

Color #7DB57A in popluar number systems.

HEX7DB57A
Decimal125181122
Binary1111101101101011111010
Octal175265172

Shades and tints

Shades of #7DB57A

#7DB57A
(125,181,122)
#72A56F
(114,165,111)
#679564
(103,149,100)
#5C8559
(92,133,89)
#51754E
(81,117,78)
#466543
(70,101,67)
#3B5538
(59,85,56)
#30452D
(48,69,45)
#253522
(37,53,34)
#1A2517
(26,37,23)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #7DB57A

#7DB57A
(125,181,122)
#88BB86
(136,187,134)
#93C192
(147,193,146)
#9EC79E
(158,199,158)
#A9CDAA
(169,205,170)
#B4D3B6
(180,211,182)
#BFD9C2
(191,217,194)
#CADFCE
(202,223,206)
#D5E5DA
(213,229,218)
#E0EBE6
(224,235,230)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB57A; }

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

This text font color is #7DB57A.


Background Color

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

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

This div background color is #7DB57A.


Border color

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

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

This div border color is #7DB57A.


Opacity

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

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

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

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

This text has shadow with #7DB57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB57A on black background.


Color preview on white background

This text has color #7DB57A on white background.



Black color preview on #7DB57A background

This text has black color on #7DB57A background.


White color preview on #7DB57A background

This text has white color on #7DB57A background.