COLOR #7D9B5A

HEX: #7D9B5A
RGB: (125,155,90)

Color info

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

RGB color model

#7D9B5A color RGB value is (125,155,90).

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

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 90 of 255 = 35%

125
155
90

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

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 90 = 370 (100%)
R 125 of 370 ~ 33.78%
G 155 of 370 ~ 41.89%
B 90 of 370 ~ 24.32%

%33.78
%41.89
%24.32

CMYK color model

#7D9B5A color CMYK value is (19,0,42,39).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(19,0,42,39)
C19M0Y42K39 
(19%,0%,42%,39%)
(0.19/0.00/0.42/0.39)	

CMYK percentages

%19.35
%0
%41.94
%39.22

Codes

Color #7D9B5A in popluar color models

7D9B5A
RGB12515590
HSL88°26.53%48.04%
HSB/HSV88°41.94%60.78%
CMYK19.35%0.00%41.94%
39.22%

Color #7D9B5A in popluar number systems.

HEX7D9B5A
Decimal12515590
Binary1111101100110111011010
Octal175233132

Shades and tints

Shades of #7D9B5A

#7D9B5A
(125,155,90)
#728D52
(114,141,82)
#677F4A
(103,127,74)
#5C7142
(92,113,66)
#51633A
(81,99,58)
#465532
(70,85,50)
#3B472A
(59,71,42)
#303922
(48,57,34)
#252B1A
(37,43,26)
#1A1D12
(26,29,18)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #7D9B5A

#7D9B5A
(125,155,90)
#88A469
(136,164,105)
#93AD78
(147,173,120)
#9EB687
(158,182,135)
#A9BF96
(169,191,150)
#B4C8A5
(180,200,165)
#BFD1B4
(191,209,180)
#CADAC3
(202,218,195)
#D5E3D2
(213,227,210)
#E0ECE1
(224,236,225)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9B5A; }

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

This text font color is #7D9B5A.


Background Color

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

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

This div background color is #7D9B5A.


Border color

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

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

This div border color is #7D9B5A.


Opacity

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

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

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

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

This text has shadow with #7D9B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9B5A on black background.


Color preview on white background

This text has color #7D9B5A on white background.



Black color preview on #7D9B5A background

This text has black color on #7D9B5A background.


White color preview on #7D9B5A background

This text has white color on #7D9B5A background.