COLOR #7D9712

HEX: #7D9712
RGB: (125,151,18)

Color info

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

RGB color model

#7D9712 color RGB value is (125,151,18).

  • red value is 125;
  • green value is 151;
  • blue value is 18.
RGB:
(125,151,18)
(49%,59%,7%)

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 18 of 255 = 7%

125
151
18

R + G + B ~ 38%. #7D9712 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 18 = 294 (100%)
R 125 of 294 ~ 42.52%
G 151 of 294 ~ 51.36%
B 18 of 294 ~ 6.12%

%42.52
%51.36

CMYK color model

#7D9712 color CMYK value is (17,0,88,41).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 88.08%
  • key color value is 40.78%
CMYK:
(17,0,88,41)
C17M0Y88K41 
(17%,0%,88%,41%)
(0.17/0.00/0.88/0.41)	

CMYK percentages

%17.22
%0
%88.08
%40.78

Codes

Color #7D9712 in popluar color models

7D9712
RGB12515118
HSL72°78.70%33.14%
HSB/HSV72°88.08%59.22%
CMYK17.22%0.00%88.08%
40.78%

Color #7D9712 in popluar number systems.

HEX7D9712
Decimal12515118
Binary11111011001011110010
Octal17522722

Shades and tints

Shades of #7D9712

#7D9712
(125,151,18)
#728A11
(114,138,17)
#677D10
(103,125,16)
#5C700F
(92,112,15)
#51630E
(81,99,14)
#46560D
(70,86,13)
#3B490C
(59,73,12)
#303C0B
(48,60,11)
#252F0A
(37,47,10)
#1A2209
(26,34,9)
#0F1508
(15,21,8)
#000000
(0,0,0)

Tints of #7D9712

#7D9712
(125,151,18)
#88A027
(136,160,39)
#93A93C
(147,169,60)
#9EB251
(158,178,81)
#A9BB66
(169,187,102)
#B4C47B
(180,196,123)
#BFCD90
(191,205,144)
#CAD6A5
(202,214,165)
#D5DFBA
(213,223,186)
#E0E8CF
(224,232,207)
#EBF1E4
(235,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9712 color. Also use rgb(125,151,18) instead hex code.

Text Font Color

.myTextColor { color: #7D9712; }

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

This text font color is #7D9712.


Background Color

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

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

This div background color is #7D9712.


Border color

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

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

This div border color is #7D9712.


Opacity

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

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

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

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

This text has shadow with #7D9712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9712 on black background.


Color preview on white background

This text has color #7D9712 on white background.



Black color preview on #7D9712 background

This text has black color on #7D9712 background.


White color preview on #7D9712 background

This text has white color on #7D9712 background.