COLOR #7DAF66

HEX: #7DAF66
RGB: (125,175,102)

Color info

#7DAF66 contains mainly red and green colors. Web safe color of #7DAF66 is #669966 (or #696).

RGB color model

#7DAF66 color RGB value is (125,175,102).

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

RGB channels and saturation

R 125 of 255 = 49%
G 175 of 255 = 69%
B 102 of 255 = 40%

125
175
102

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

Portions of RGB colors in percentages

R + G + B =
125 + 175 + 102 = 402 (100%)
R 125 of 402 ~ 31.09%
G 175 of 402 ~ 43.53%
B 102 of 402 ~ 25.37%

%31.09
%43.53
%25.37

CMYK color model

#7DAF66 color CMYK value is (29,0,42,31).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 31.37%
CMYK:
(29,0,42,31)
C29M0Y42K31 
(29%,0%,42%,31%)
(0.29/0.00/0.42/0.31)	

CMYK percentages

%28.57
%0
%41.71
%31.37

Codes

Color #7DAF66 in popluar color models

7DAF66
RGB125175102
HSL101°31.33%54.31%
HSB/HSV101°41.71%68.63%
CMYK28.57%0.00%41.71%
31.37%

Color #7DAF66 in popluar number systems.

HEX7DAF66
Decimal125175102
Binary1111101101011111100110
Octal175257146

Shades and tints

Shades of #7DAF66

#7DAF66
(125,175,102)
#72A05D
(114,160,93)
#679154
(103,145,84)
#5C824B
(92,130,75)
#517342
(81,115,66)
#466439
(70,100,57)
#3B5530
(59,85,48)
#304627
(48,70,39)
#25371E
(37,55,30)
#1A2815
(26,40,21)
#0F190C
(15,25,12)
#000000
(0,0,0)

Tints of #7DAF66

#7DAF66
(125,175,102)
#88B673
(136,182,115)
#93BD80
(147,189,128)
#9EC48D
(158,196,141)
#A9CB9A
(169,203,154)
#B4D2A7
(180,210,167)
#BFD9B4
(191,217,180)
#CAE0C1
(202,224,193)
#D5E7CE
(213,231,206)
#E0EEDB
(224,238,219)
#EBF5E8
(235,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAF66; }

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

This text font color is #7DAF66.


Background Color

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

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

This div background color is #7DAF66.


Border color

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

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

This div border color is #7DAF66.


Opacity

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

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

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

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

This text has shadow with #7DAF66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAF66 on black background.


Color preview on white background

This text has color #7DAF66 on white background.



Black color preview on #7DAF66 background

This text has black color on #7DAF66 background.


White color preview on #7DAF66 background

This text has white color on #7DAF66 background.