COLOR #76951F

HEX: #76951F
RGB: (118,149,31)

Color info

#76951F contains mainly red and green colors. Web safe color of #76951F is #669933 (or #693).

RGB color model

#76951F color RGB value is (118,149,31).

  • red value is 118;
  • green value is 149;
  • blue value is 31.
RGB:
(118,149,31)
(46%,58%,12%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 31 of 255 = 12%

118
149
31

R + G + B ~ 39%. #76951F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 31 = 298 (100%)
R 118 of 298 ~ 39.6%
G 149 of 298 ~ 50%
B 31 of 298 ~ 10.4%

%39.6
%50
%10.4

CMYK color model

#76951F color CMYK value is (21,0,79,42).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 79.19%
  • key color value is 41.57%
CMYK:
(21,0,79,42)
C21M0Y79K42 
(21%,0%,79%,42%)
(0.21/0.00/0.79/0.42)	

CMYK percentages

%20.81
%0
%79.19
%41.57

Codes

Color #76951F in popluar color models

76951F
RGB11814931
HSL76°65.56%35.29%
HSB/HSV76°79.19%58.43%
CMYK20.81%0.00%79.19%
41.57%

Color #76951F in popluar number systems.

HEX76951F
Decimal11814931
Binary11101101001010111111
Octal16622537

Shades and tints

Shades of #76951F

#76951F
(118,149,31)
#6C881D
(108,136,29)
#627B1B
(98,123,27)
#586E19
(88,110,25)
#4E6117
(78,97,23)
#445415
(68,84,21)
#3A4713
(58,71,19)
#303A11
(48,58,17)
#262D0F
(38,45,15)
#1C200D
(28,32,13)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #76951F

#76951F
(118,149,31)
#829E33
(130,158,51)
#8EA747
(142,167,71)
#9AB05B
(154,176,91)
#A6B96F
(166,185,111)
#B2C283
(178,194,131)
#BECB97
(190,203,151)
#CAD4AB
(202,212,171)
#D6DDBF
(214,221,191)
#E2E6D3
(226,230,211)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76951F color. Also use rgb(118,149,31) instead hex code.

Text Font Color

.myTextColor { color: #76951F; }

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

This text font color is #76951F.


Background Color

.myBgColor { background-color: #76951F; }

<div style="background-color:#76951F">Inner text</div>

This div background color is #76951F.


Border color

.myBorderColor { border: 1px solid #76951F; }

<div style="border:3px solid #76951F">Div</div>

This div border color is #76951F.


Opacity

.myOpacity80 { color: #76951F; opacity: 0.8; }

<p style="color:#76951F;opacity:0.8;">80%</p>

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

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

This text has shadow with #76951F color.

.textShadow {text-shadow: 3px 3px 1px #76951F, 3px 3px 1px red;}

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

This text has shadow with #76951F primary color and red secondary color.


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

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

This text has shadow with #76951F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76951F on black background.


Color preview on white background

This text has color #76951F on white background.



Black color preview on #76951F background

This text has black color on #76951F background.


White color preview on #76951F background

This text has white color on #76951F background.