COLOR #7DC091

HEX: #7DC091 RGB: (125,192,145)

Color info

#7DC091 contains mainly green and blue colors. Web safe color of #7DC091 is #66CC99 (or #6C9).

RGB color model

#7DC091 color RGB value is (125,192,145).

RGB: (125,192,145) (49%, 75%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 192 of 255 = 75%
B 145 of 255 = 57%

125
192
145

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

Portions of RGB colors in percentages

R + G + B = 125 + 192 + 145 = 462 (100%)
R 125 of 462 ~ 27.06%
G 192 of 462 ~ 41.56%
B 145 of 462 ~ 31.39'%

%27.06
%41.56
%31.39

CMYK color model

#7DC091 color CMYK value is (35,0,24,25).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 24.71%

CMYK: (35,0,24,25)
C35M0Y24K25 (35%, 0%, 24%, 25%)
(0.35 / 0.00 / 0.24 / 0.25)

CMYK percentages

%34.9
%0
%24.48
%24.71

Codes

Color #7DC091 in popluar color models

7D C0 91
RGB 125 192 145
HSL 138° 34.72% 62.16%
HSB/HSV 138° 34.90% 75.29%
CMYK 34.90% 0.00% 24.48%
24.71%

Color #7DC091 in popluar number systems.

HEX 7D C0 91
Decimal 125 192 145
Binary 1111101 11000000 10010001
Octal 175 300 221

Shades and tints

Shades of #7DC091

#7DC091
(125,192,145)
#72AF84
(114,175,132)
#679E77
(103,158,119)
#5C8D6A
(92,141,106)
#517C5D
(81,124,93)
#466B50
(70,107,80)
#3B5A43
(59,90,67)
#304936
(48,73,54)
#253829
(37,56,41)
#1A271C
(26,39,28)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #7DC091

#7DC091
(125,192,145)
#88C59B
(136,197,155)
#93CAA5
(147,202,165)
#9ECFAF
(158,207,175)
#A9D4B9
(169,212,185)
#B4D9C3
(180,217,195)
#BFDECD
(191,222,205)
#CAE3D7
(202,227,215)
#D5E8E1
(213,232,225)
#E0EDEB
(224,237,235)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC091 color. Also use rgb(125,192,145) instead hex code.

Text Font Color

.myTextColor { color: #7DC091; }

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

This text font color is #7DC091.

Background Color

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

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

This div background color is #7DC091.

Border color

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

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

This div border color is #7DC091.

Opacity

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

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

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

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

This text has shadow with #7DC091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC091.

Preview

Color preview on black background

This text has color #7DC091 on black background.


Color preview on white background

This text has color #7DC091 on white background.


Black color preview on #7DC091 background

This text has black color on #7DC091 background.


White color preview on #7DC091 background

This text has white color on #7DC091 background.


Related colors

Complementary color

Complementary color for #hex is #823F6E.


I love getcolorcode.com

Triadic colors

1 #917DC0 and #C0917D with #7DC091 are triadic colors.

2 #91C07D and #C07D91 with #7DC091 are triadic colors.