COLOR #7DB966

HEX: #7DB966
RGB: (125,185,102)

Color info

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

RGB color model

#7DB966 color RGB value is (125,185,102).

  • red value is 125;
  • green value is 185;
  • blue value is 102.
RGB:
(125,185,102)
(49%,73%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 102 of 255 = 40%

125
185
102

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

Portions of RGB colors in percentages

R + G + B =
125 + 185 + 102 = 412 (100%)
R 125 of 412 ~ 30.34%
G 185 of 412 ~ 44.9%
B 102 of 412 ~ 24.76%

%30.34
%44.9
%24.76

CMYK color model

#7DB966 color CMYK value is (32,0,45,27).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 27.45%
CMYK:
(32,0,45,27)
C32M0Y45K27 
(32%,0%,45%,27%)
(0.32/0.00/0.45/0.27)	

CMYK percentages

%32.43
%0
%44.86
%27.45

Codes

Color #7DB966 in popluar color models

7DB966
RGB125185102
HSL103°37.22%56.27%
HSB/HSV103°44.86%72.55%
CMYK32.43%0.00%44.86%
27.45%

Color #7DB966 in popluar number systems.

HEX7DB966
Decimal125185102
Binary1111101101110011100110
Octal175271146

Shades and tints

Shades of #7DB966

#7DB966
(125,185,102)
#72A95D
(114,169,93)
#679954
(103,153,84)
#5C894B
(92,137,75)
#517942
(81,121,66)
#466939
(70,105,57)
#3B5930
(59,89,48)
#304927
(48,73,39)
#25391E
(37,57,30)
#1A2915
(26,41,21)
#0F190C
(15,25,12)
#000000
(0,0,0)

Tints of #7DB966

#7DB966
(125,185,102)
#88BF73
(136,191,115)
#93C580
(147,197,128)
#9ECB8D
(158,203,141)
#A9D19A
(169,209,154)
#B4D7A7
(180,215,167)
#BFDDB4
(191,221,180)
#CAE3C1
(202,227,193)
#D5E9CE
(213,233,206)
#E0EFDB
(224,239,219)
#EBF5E8
(235,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB966; }

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

This text font color is #7DB966.


Background Color

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

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

This div background color is #7DB966.


Border color

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

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

This div border color is #7DB966.


Opacity

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

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

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

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

This text has shadow with #7DB966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB966 on black background.


Color preview on white background

This text has color #7DB966 on white background.



Black color preview on #7DB966 background

This text has black color on #7DB966 background.


White color preview on #7DB966 background

This text has white color on #7DB966 background.