COLOR #76954C

HEX: #76954C
RGB: (118,149,76)

Color info

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

RGB color model

#76954C color RGB value is (118,149,76).

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

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 76 of 255 = 30%

118
149
76

R + G + B ~ 45%. #76954C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 76 = 343 (100%)
R 118 of 343 ~ 34.4%
G 149 of 343 ~ 43.44%
B 76 of 343 ~ 22.16%

%34.4
%43.44
%22.16

CMYK color model

#76954C color CMYK value is (21,0,49,42).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%
CMYK:
(21,0,49,42)
C21M0Y49K42 
(21%,0%,49%,42%)
(0.21/0.00/0.49/0.42)	

CMYK percentages

%20.81
%0
%48.99
%41.57

Codes

Color #76954C in popluar color models

76954C
RGB11814976
HSL85°32.44%44.12%
HSB/HSV85°48.99%58.43%
CMYK20.81%0.00%48.99%
41.57%

Color #76954C in popluar number systems.

HEX76954C
Decimal11814976
Binary1110110100101011001100
Octal166225114

Shades and tints

Shades of #76954C

#76954C
(118,149,76)
#6C8846
(108,136,70)
#627B40
(98,123,64)
#586E3A
(88,110,58)
#4E6134
(78,97,52)
#44542E
(68,84,46)
#3A4728
(58,71,40)
#303A22
(48,58,34)
#262D1C
(38,45,28)
#1C2016
(28,32,22)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #76954C

#76954C
(118,149,76)
#829E5C
(130,158,92)
#8EA76C
(142,167,108)
#9AB07C
(154,176,124)
#A6B98C
(166,185,140)
#B2C29C
(178,194,156)
#BECBAC
(190,203,172)
#CAD4BC
(202,212,188)
#D6DDCC
(214,221,204)
#E2E6DC
(226,230,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76954C color. Also use rgb(118,149,76) instead hex code.

Text Font Color

.myTextColor { color: #76954C; }

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

This text font color is #76954C.


Background Color

.myBgColor { background-color: #76954C; }

<div style="background-color:#76954C">Inner text</div>

This div background color is #76954C.


Border color

.myBorderColor { border: 1px solid #76954C; }

<div style="border:3px solid #76954C">Div</div>

This div border color is #76954C.


Opacity

.myOpacity80 { color: #76954C; opacity: 0.8; }

<p style="color:#76954C;opacity:0.8;">80%</p>

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

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

This text has shadow with #76954C color.

.textShadow {text-shadow: 3px 3px 1px #76954C, 3px 3px 1px red;}

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

This text has shadow with #76954C primary color and red secondary color.


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

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

This text has shadow with #76954C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76954C on black background.


Color preview on white background

This text has color #76954C on white background.



Black color preview on #76954C background

This text has black color on #76954C background.


White color preview on #76954C background

This text has white color on #76954C background.