COLOR #7D9B65

HEX: #7D9B65
RGB: (125,155,101)

Color info

#7D9B65 contains red, green and blue colors in about the same proportion. Web safe color of #7D9B65 is #669966 (or #696).

RGB color model

#7D9B65 color RGB value is (125,155,101).

  • red value is 125;
  • green value is 155;
  • blue value is 101.
RGB:
(125,155,101)
(49%,61%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 101 of 255 = 40%

125
155
101

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

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 101 = 381 (100%)
R 125 of 381 ~ 32.81%
G 155 of 381 ~ 40.68%
B 101 of 381 ~ 26.51%

%32.81
%40.68
%26.51

CMYK color model

#7D9B65 color CMYK value is (19,0,35,39).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 34.84%
  • key color value is 39.22%
CMYK:
(19,0,35,39)
C19M0Y35K39 
(19%,0%,35%,39%)
(0.19/0.00/0.35/0.39)	

CMYK percentages

%19.35
%0
%34.84
%39.22

Codes

Color #7D9B65 in popluar color models

7D9B65
RGB125155101
HSL93°21.26%50.20%
HSB/HSV93°34.84%60.78%
CMYK19.35%0.00%34.84%
39.22%

Color #7D9B65 in popluar number systems.

HEX7D9B65
Decimal125155101
Binary1111101100110111100101
Octal175233145

Shades and tints

Shades of #7D9B65

#7D9B65
(125,155,101)
#728D5C
(114,141,92)
#677F53
(103,127,83)
#5C714A
(92,113,74)
#516341
(81,99,65)
#465538
(70,85,56)
#3B472F
(59,71,47)
#303926
(48,57,38)
#252B1D
(37,43,29)
#1A1D14
(26,29,20)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D9B65

#7D9B65
(125,155,101)
#88A473
(136,164,115)
#93AD81
(147,173,129)
#9EB68F
(158,182,143)
#A9BF9D
(169,191,157)
#B4C8AB
(180,200,171)
#BFD1B9
(191,209,185)
#CADAC7
(202,218,199)
#D5E3D5
(213,227,213)
#E0ECE3
(224,236,227)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9B65 color. Also use rgb(125,155,101) instead hex code.

Text Font Color

.myTextColor { color: #7D9B65; }

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

This text font color is #7D9B65.


Background Color

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

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

This div background color is #7D9B65.


Border color

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

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

This div border color is #7D9B65.


Opacity

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

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

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

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

This text has shadow with #7D9B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9B65 on black background.


Color preview on white background

This text has color #7D9B65 on white background.



Black color preview on #7D9B65 background

This text has black color on #7D9B65 background.


White color preview on #7D9B65 background

This text has white color on #7D9B65 background.