COLOR #7DC69A

HEX: #7DC69A
RGB: (125,198,154)

Color info

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

RGB color model

#7DC69A color RGB value is (125,198,154).

  • red value is 125;
  • green value is 198;
  • blue value is 154.
RGB:
(125,198,154)
(49%,78%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 198 of 255 = 78%
B 154 of 255 = 60%

125
198
154

R + G + B ~ 62%. #7DC69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 198 + 154 = 477 (100%)
R 125 of 477 ~ 26.21%
G 198 of 477 ~ 41.51%
B 154 of 477 ~ 32.29%

%26.21
%41.51
%32.29

CMYK color model

#7DC69A color CMYK value is (37,0,22,22).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 22.35%
CMYK:
(37,0,22,22)
C37M0Y22K22 
(37%,0%,22%,22%)
(0.37/0.00/0.22/0.22)	

CMYK percentages

%36.87
%0
%22.22
%22.35

Codes

Color #7DC69A in popluar color models

7DC69A
RGB125198154
HSL144°39.04%63.33%
HSB/HSV144°36.87%77.65%
CMYK36.87%0.00%22.22%
22.35%

Color #7DC69A in popluar number systems.

HEX7DC69A
Decimal125198154
Binary11111011100011010011010
Octal175306232

Shades and tints

Shades of #7DC69A

#7DC69A
(125,198,154)
#72B48C
(114,180,140)
#67A27E
(103,162,126)
#5C9070
(92,144,112)
#517E62
(81,126,98)
#466C54
(70,108,84)
#3B5A46
(59,90,70)
#304838
(48,72,56)
#25362A
(37,54,42)
#1A241C
(26,36,28)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #7DC69A

#7DC69A
(125,198,154)
#88CBA3
(136,203,163)
#93D0AC
(147,208,172)
#9ED5B5
(158,213,181)
#A9DABE
(169,218,190)
#B4DFC7
(180,223,199)
#BFE4D0
(191,228,208)
#CAE9D9
(202,233,217)
#D5EEE2
(213,238,226)
#E0F3EB
(224,243,235)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC69A color. Also use rgb(125,198,154) instead hex code.

Text Font Color

.myTextColor { color: #7DC69A; }

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

This text font color is #7DC69A.


Background Color

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

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

This div background color is #7DC69A.


Border color

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

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

This div border color is #7DC69A.


Opacity

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

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

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

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

This text has shadow with #7DC69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC69A on black background.


Color preview on white background

This text has color #7DC69A on white background.



Black color preview on #7DC69A background

This text has black color on #7DC69A background.


White color preview on #7DC69A background

This text has white color on #7DC69A background.