COLOR #7DB03C

HEX: #7DB03C RGB: (125,176,60)

Color info

#7DB03C contains mainly red and green colors. Web safe color of #7DB03C is #669933 (or #693).

RGB color model

#7DB03C color RGB value is (125,176,60).

RGB: (125,176,60) (49%, 69%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 60 of 255 = 24%

125
176
60

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

Portions of RGB colors in percentages

R + G + B = 125 + 176 + 60 = 361 (100%)
R 125 of 361 ~ 34.63%
G 176 of 361 ~ 48.75%
B 60 of 361 ~ 16.62'%

%34.63
%48.75
%16.62

CMYK color model

#7DB03C color CMYK value is (29,0,66,31).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 65.91%
  • key color value is 30.98%

CMYK: (29,0,66,31)
C29M0Y66K31 (29%, 0%, 66%, 31%)
(0.29 / 0.00 / 0.66 / 0.31)

CMYK percentages

%28.98
%0
%65.91
%30.98

Codes

Color #7DB03C in popluar color models

7D B0 3C
RGB 125 176 60
HSL 86° 49.15% 46.27%
HSB/HSV 86° 65.91% 69.02%
CMYK 28.98% 0.00% 65.91%
30.98%

Color #7DB03C in popluar number systems.

HEX 7D B0 3C
Decimal 125 176 60
Binary 1111101 10110000 111100
Octal 175 260 74

Shades and tints

Shades of #7DB03C

#7DB03C
(125,176,60)
#72A037
(114,160,55)
#679032
(103,144,50)
#5C802D
(92,128,45)
#517028
(81,112,40)
#466023
(70,96,35)
#3B501E
(59,80,30)
#304019
(48,64,25)
#253014
(37,48,20)
#1A200F
(26,32,15)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #7DB03C

#7DB03C
(125,176,60)
#88B74D
(136,183,77)
#93BE5E
(147,190,94)
#9EC56F
(158,197,111)
#A9CC80
(169,204,128)
#B4D391
(180,211,145)
#BFDAA2
(191,218,162)
#CAE1B3
(202,225,179)
#D5E8C4
(213,232,196)
#E0EFD5
(224,239,213)
#EBF6E6
(235,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB03C color. Also use rgb(125,176,60) instead hex code.

Text Font Color

.myTextColor { color: #7DB03C; }

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

This text font color is #7DB03C.

Background Color

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

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

This div background color is #7DB03C.

Border color

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

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

This div border color is #7DB03C.

Opacity

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

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

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

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

This text has shadow with #7DB03C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB03C.

Preview

Color preview on black background

This text has color #7DB03C on black background.


Color preview on white background

This text has color #7DB03C on white background.


Black color preview on #7DB03C background

This text has black color on #7DB03C background.


White color preview on #7DB03C background

This text has white color on #7DB03C background.


Related colors

Complementary color

Complementary color for #hex is #824FC3.


I love getcolorcode.com

Triadic colors

1 #3C7DB0 and #B03C7D with #7DB03C are triadic colors.

2 #3CB07D and #B07D3C with #7DB03C are triadic colors.