COLOR #7DB875

HEX: #7DB875 RGB: (125,184,117)

Color info

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

RGB color model

#7DB875 color RGB value is (125,184,117).

RGB: (125,184,117) (49%, 72%, 46%)

RGB channels and saturation

R 125 of 255 = 49%
G 184 of 255 = 72%
B 117 of 255 = 46%

125
184
117

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

Portions of RGB colors in percentages

R + G + B = 125 + 184 + 117 = 426 (100%)
R 125 of 426 ~ 29.34%
G 184 of 426 ~ 43.19%
B 117 of 426 ~ 27.46'%

%29.34
%43.19
%27.46

CMYK color model

#7DB875 color CMYK value is (32,0,36,28).

  • cyan value is 32.07%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK: (32,0,36,28) C32M0Y36K28 (32%,0%,36%,28%) (0.32/0.00/0.36/0.28) 

CMYK percentages

%32.07
%0
%36.41
%27.84

Codes

Color #7DB875 in popluar color models

7D B8 75
RGB 125 184 117
HSL 113° 32.06% 59.02%
HSB/HSV 113° 36.41% 72.16%
CMYK 32.07% 0.00% 36.41%
27.84%

Color #7DB875 in popluar number systems.

HEX 7D B8 75
Decimal 125 184 117
Binary 1111101 10111000 1110101
Octal 175 270 165

Shades and tints

Shades of #7DB875

#7DB875
(125,184,117)
#72A86B
(114,168,107)
#679861
(103,152,97)
#5C8857
(92,136,87)
#51784D
(81,120,77)
#466843
(70,104,67)
#3B5839
(59,88,57)
#30482F
(48,72,47)
#253825
(37,56,37)
#1A281B
(26,40,27)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #7DB875

#7DB875
(125,184,117)
#88BE81
(136,190,129)
#93C48D
(147,196,141)
#9ECA99
(158,202,153)
#A9D0A5
(169,208,165)
#B4D6B1
(180,214,177)
#BFDCBD
(191,220,189)
#CAE2C9
(202,226,201)
#D5E8D5
(213,232,213)
#E0EEE1
(224,238,225)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB875 color. Also use rgb(125,184,117) instead hex code.

Text Font Color

.myTextColor { color: #7DB875; }

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

This text font color is #7DB875.

Background Color

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

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

This div background color is #7DB875.

Border color

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

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

This div border color is #7DB875.

Opacity

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

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

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

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

This text has shadow with #7DB875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB875.

Preview

Color preview on black background

This text has color #7DB875 on black background.


Color preview on white background

This text has color #7DB875 on white background.


Black color preview on #7DB875 background

This text has black color on #7DB875 background.


White color preview on #7DB875 background

This text has white color on #7DB875 background.


Related colors

Complementary color

Complementary color for #hex is #82478A.


I love getcolorcode.com

Triadic colors

1 #757DB8 and #B8757D with #7DB875 are triadic colors.

2 #75B87D and #B87D75 with #7DB875 are triadic colors.