COLOR #76940F

HEX: #76940F
RGB: (118,148,15)

Color info

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

RGB color model

#76940F color RGB value is (118,148,15).

  • red value is 118;
  • green value is 148;
  • blue value is 15.
RGB:
(118,148,15)
(46%,58%,6%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 15 of 255 = 6%

118
148
15

R + G + B ~ 37%. #76940F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 15 = 281 (100%)
R 118 of 281 ~ 41.99%
G 148 of 281 ~ 52.67%
B 15 of 281 ~ 5.34%

%41.99
%52.67

CMYK color model

#76940F color CMYK value is (20,0,90,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 89.86%
  • key color value is 41.96%
CMYK:
(20,0,90,42)
C20M0Y90K42 
(20%,0%,90%,42%)
(0.20/0.00/0.90/0.42)	

CMYK percentages

%20.27
%0
%89.86
%41.96

Codes

Color #76940F in popluar color models

76940F
RGB11814815
HSL74°81.60%31.96%
HSB/HSV74°89.86%58.04%
CMYK20.27%0.00%89.86%
41.96%

Color #76940F in popluar number systems.

HEX76940F
Decimal11814815
Binary1110110100101001111
Octal16622417

Shades and tints

Shades of #76940F

#76940F
(118,148,15)
#6C870E
(108,135,14)
#627A0D
(98,122,13)
#586D0C
(88,109,12)
#4E600B
(78,96,11)
#44530A
(68,83,10)
#3A4609
(58,70,9)
#303908
(48,57,8)
#262C07
(38,44,7)
#1C1F06
(28,31,6)
#121205
(18,18,5)
#000000
(0,0,0)

Tints of #76940F

#76940F
(118,148,15)
#829D24
(130,157,36)
#8EA639
(142,166,57)
#9AAF4E
(154,175,78)
#A6B863
(166,184,99)
#B2C178
(178,193,120)
#BECA8D
(190,202,141)
#CAD3A2
(202,211,162)
#D6DCB7
(214,220,183)
#E2E5CC
(226,229,204)
#EEEEE1
(238,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76940F color. Also use rgb(118,148,15) instead hex code.

Text Font Color

.myTextColor { color: #76940F; }

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

This text font color is #76940F.


Background Color

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

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

This div background color is #76940F.


Border color

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

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

This div border color is #76940F.


Opacity

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

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

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

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

This text has shadow with #76940F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76940F on black background.


Color preview on white background

This text has color #76940F on white background.



Black color preview on #76940F background

This text has black color on #76940F background.


White color preview on #76940F background

This text has white color on #76940F background.