COLOR #7D9C05

HEX: #7D9C05
RGB: (125,156,5)

Color info

#7D9C05 contains mainly red and green colors. Web safe color of #7D9C05 is #669900 (or #690).

RGB color model

#7D9C05 color RGB value is (125,156,5).

  • red value is 125;
  • green value is 156;
  • blue value is 5.
RGB:
(125,156,5)
(49%,61%,2%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 5 of 255 = 2%

125
156
5

R + G + B ~ 37%. #7D9C05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 5 = 286 (100%)
R 125 of 286 ~ 43.71%
G 156 of 286 ~ 54.55%
B 5 of 286 ~ 1.75%

%43.71
%54.55

CMYK color model

#7D9C05 color CMYK value is (20,0,97,39).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 96.79%
  • key color value is 38.82%
CMYK:
(20,0,97,39)
C20M0Y97K39 
(20%,0%,97%,39%)
(0.20/0.00/0.97/0.39)	

CMYK percentages

%19.87
%0
%96.79
%38.82

Codes

Color #7D9C05 in popluar color models

7D9C05
RGB1251565
HSL72°93.79%31.57%
HSB/HSV72°96.79%61.18%
CMYK19.87%0.00%96.79%
38.82%

Color #7D9C05 in popluar number systems.

HEX7D9C05
Decimal1251565
Binary111110110011100101
Octal1752345

Shades and tints

Shades of #7D9C05

#7D9C05
(125,156,5)
#728E05
(114,142,5)
#678005
(103,128,5)
#5C7205
(92,114,5)
#516405
(81,100,5)
#465605
(70,86,5)
#3B4805
(59,72,5)
#303A05
(48,58,5)
#252C05
(37,44,5)
#1A1E05
(26,30,5)
#0F1005
(15,16,5)
#000000
(0,0,0)

Tints of #7D9C05

#7D9C05
(125,156,5)
#88A51B
(136,165,27)
#93AE31
(147,174,49)
#9EB747
(158,183,71)
#A9C05D
(169,192,93)
#B4C973
(180,201,115)
#BFD289
(191,210,137)
#CADB9F
(202,219,159)
#D5E4B5
(213,228,181)
#E0EDCB
(224,237,203)
#EBF6E1
(235,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9C05 color. Also use rgb(125,156,5) instead hex code.

Text Font Color

.myTextColor { color: #7D9C05; }

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

This text font color is #7D9C05.


Background Color

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

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

This div background color is #7D9C05.


Border color

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

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

This div border color is #7D9C05.


Opacity

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

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

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

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

This text has shadow with #7D9C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9C05 on black background.


Color preview on white background

This text has color #7D9C05 on white background.



Black color preview on #7D9C05 background

This text has black color on #7D9C05 background.


White color preview on #7D9C05 background

This text has white color on #7D9C05 background.