COLOR #7DB77B

HEX: #7DB77B
RGB: (125,183,123)

Color info

#7DB77B contains mainly red and green colors. Web safe color of #7DB77B is #66CC66 (or #6C6).

RGB color model

#7DB77B color RGB value is (125,183,123).

  • red value is 125;
  • green value is 183;
  • blue value is 123.
RGB:
(125,183,123)
(49%,72%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 183 of 255 = 72%
B 123 of 255 = 48%

125
183
123

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

Portions of RGB colors in percentages

R + G + B =
125 + 183 + 123 = 431 (100%)
R 125 of 431 ~ 29%
G 183 of 431 ~ 42.46%
B 123 of 431 ~ 28.54%

%29
%42.46
%28.54

CMYK color model

#7DB77B color CMYK value is (32,0,33,28).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 28.24%
CMYK:
(32,0,33,28)
C32M0Y33K28 
(32%,0%,33%,28%)
(0.32/0.00/0.33/0.28)	

CMYK percentages

%31.69
%0
%32.79
%28.24

Codes

Color #7DB77B in popluar color models

7DB77B
RGB125183123
HSL118°29.41%60.00%
HSB/HSV118°32.79%71.76%
CMYK31.69%0.00%32.79%
28.24%

Color #7DB77B in popluar number systems.

HEX7DB77B
Decimal125183123
Binary1111101101101111111011
Octal175267173

Shades and tints

Shades of #7DB77B

#7DB77B
(125,183,123)
#72A770
(114,167,112)
#679765
(103,151,101)
#5C875A
(92,135,90)
#51774F
(81,119,79)
#466744
(70,103,68)
#3B5739
(59,87,57)
#30472E
(48,71,46)
#253723
(37,55,35)
#1A2718
(26,39,24)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #7DB77B

#7DB77B
(125,183,123)
#88BD87
(136,189,135)
#93C393
(147,195,147)
#9EC99F
(158,201,159)
#A9CFAB
(169,207,171)
#B4D5B7
(180,213,183)
#BFDBC3
(191,219,195)
#CAE1CF
(202,225,207)
#D5E7DB
(213,231,219)
#E0EDE7
(224,237,231)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB77B color. Also use rgb(125,183,123) instead hex code.

Text Font Color

.myTextColor { color: #7DB77B; }

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

This text font color is #7DB77B.


Background Color

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

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

This div background color is #7DB77B.


Border color

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

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

This div border color is #7DB77B.


Opacity

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

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

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

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

This text has shadow with #7DB77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB77B on black background.


Color preview on white background

This text has color #7DB77B on white background.



Black color preview on #7DB77B background

This text has black color on #7DB77B background.


White color preview on #7DB77B background

This text has white color on #7DB77B background.