COLOR #7DB95F

HEX: #7DB95F RGB: (125,185,95)

Color info

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

RGB color model

#7DB95F color RGB value is (125,185,95).

RGB: (125,185,95) (49%, 73%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 95 of 255 = 37%

125
185
95

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

Portions of RGB colors in percentages

R + G + B = 125 + 185 + 95 = 405 (100%)
R 125 of 405 ~ 30.86%
G 185 of 405 ~ 45.68%
B 95 of 405 ~ 23.46'%

%30.86
%45.68
%23.46

CMYK color model

#7DB95F color CMYK value is (32,0,49,27).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 48.65%
  • key color value is 27.45%
CMYK: (32,0,49,27) C32M0Y49K27 (32%,0%,49%,27%) (0.32/0.00/0.49/0.27) 

CMYK percentages

%32.43
%0
%48.65
%27.45

Codes

Color #7DB95F in popluar color models

7D B9 5F
RGB 125 185 95
HSL 100° 39.13% 54.90%
HSB/HSV 100° 48.65% 72.55%
CMYK 32.43% 0.00% 48.65%
27.45%

Color #7DB95F in popluar number systems.

HEX 7D B9 5F
Decimal 125 185 95
Binary 1111101 10111001 1011111
Octal 175 271 137

Shades and tints

Shades of #7DB95F

#7DB95F
(125,185,95)
#72A957
(114,169,87)
#67994F
(103,153,79)
#5C8947
(92,137,71)
#51793F
(81,121,63)
#466937
(70,105,55)
#3B592F
(59,89,47)
#304927
(48,73,39)
#25391F
(37,57,31)
#1A2917
(26,41,23)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #7DB95F

#7DB95F
(125,185,95)
#88BF6D
(136,191,109)
#93C57B
(147,197,123)
#9ECB89
(158,203,137)
#A9D197
(169,209,151)
#B4D7A5
(180,215,165)
#BFDDB3
(191,221,179)
#CAE3C1
(202,227,193)
#D5E9CF
(213,233,207)
#E0EFDD
(224,239,221)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB95F color. Also use rgb(125,185,95) instead hex code.

Text Font Color

.myTextColor { color: #7DB95F; }

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

This text font color is #7DB95F.

Background Color

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

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

This div background color is #7DB95F.

Border color

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

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

This div border color is #7DB95F.

Opacity

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

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

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

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

This text has shadow with #7DB95F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB95F.

Preview

Color preview on black background

This text has color #7DB95F on black background.


Color preview on white background

This text has color #7DB95F on white background.


Black color preview on #7DB95F background

This text has black color on #7DB95F background.


White color preview on #7DB95F background

This text has white color on #7DB95F background.


Related colors

Complementary color

Complementary color for #hex is #8246A0.


I love getcolorcode.com

Triadic colors

1 #5F7DB9 and #B95F7D with #7DB95F are triadic colors.

2 #5FB97D and #B97D5F with #7DB95F are triadic colors.