COLOR #7DBA5B

HEX: #7DBA5B
RGB: (125,186,91)

Color info

#7DBA5B contains mainly green color. Web safe color of #7DBA5B is #66CC66 (or #6C6).

RGB color model

#7DBA5B color RGB value is (125,186,91).

  • red value is 125;
  • green value is 186;
  • blue value is 91.
RGB:
(125,186,91)
(49%,73%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 186 of 255 = 73%
B 91 of 255 = 36%

125
186
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 186 + 91 = 402 (100%)
R 125 of 402 ~ 31.09%
G 186 of 402 ~ 46.27%
B 91 of 402 ~ 22.64%

%31.09
%46.27
%22.64

CMYK color model

#7DBA5B color CMYK value is (33,0,51,27).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 51.08%
  • key color value is 27.06%
CMYK:
(33,0,51,27)
C33M0Y51K27 
(33%,0%,51%,27%)
(0.33/0.00/0.51/0.27)	

CMYK percentages

%32.8
%0
%51.08
%27.06

Codes

Color #7DBA5B in popluar color models

7DBA5B
RGB12518691
HSL99°40.77%54.31%
HSB/HSV99°51.08%72.94%
CMYK32.80%0.00%51.08%
27.06%

Color #7DBA5B in popluar number systems.

HEX7DBA5B
Decimal12518691
Binary1111101101110101011011
Octal175272133

Shades and tints

Shades of #7DBA5B

#7DBA5B
(125,186,91)
#72AA53
(114,170,83)
#679A4B
(103,154,75)
#5C8A43
(92,138,67)
#517A3B
(81,122,59)
#466A33
(70,106,51)
#3B5A2B
(59,90,43)
#304A23
(48,74,35)
#253A1B
(37,58,27)
#1A2A13
(26,42,19)
#0F1A0B
(15,26,11)
#000000
(0,0,0)

Tints of #7DBA5B

#7DBA5B
(125,186,91)
#88C069
(136,192,105)
#93C677
(147,198,119)
#9ECC85
(158,204,133)
#A9D293
(169,210,147)
#B4D8A1
(180,216,161)
#BFDEAF
(191,222,175)
#CAE4BD
(202,228,189)
#D5EACB
(213,234,203)
#E0F0D9
(224,240,217)
#EBF6E7
(235,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBA5B color. Also use rgb(125,186,91) instead hex code.

Text Font Color

.myTextColor { color: #7DBA5B; }

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

This text font color is #7DBA5B.


Background Color

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

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

This div background color is #7DBA5B.


Border color

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

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

This div border color is #7DBA5B.


Opacity

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

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

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

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

This text has shadow with #7DBA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBA5B on black background.


Color preview on white background

This text has color #7DBA5B on white background.



Black color preview on #7DBA5B background

This text has black color on #7DBA5B background.


White color preview on #7DBA5B background

This text has white color on #7DBA5B background.