COLOR #76943B

HEX: #76943B RGB: (118,148,59)

Color info

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

RGB color model

#76943B color RGB value is (118,148,59).

RGB: (118,148,59) (46%, 58%, 23%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 59 of 255 = 23%

118
148
59

R + G + B ~ 42%. #76943B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 148 + 59 = 325 (100%)
R 118 of 325 ~ 36.31%
G 148 of 325 ~ 45.54%
B 59 of 325 ~ 18.15'%

%36.31
%45.54
%18.15

CMYK color model

#76943B color CMYK value is (20,0,60,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 60.14%
  • key color value is 41.96%

CMYK: (20,0,60,42)
C20M0Y60K42 (20%, 0%, 60%, 42%)
(0.20 / 0.00 / 0.60 / 0.42)

CMYK percentages

%20.27
%0
%60.14
%41.96

Codes

Color #76943B in popluar color models

76 94 3B
RGB 118 148 59
HSL 80° 43.00% 40.59%
HSB/HSV 80° 60.14% 58.04%
CMYK 20.27% 0.00% 60.14%
41.96%

Color #76943B in popluar number systems.

HEX 76 94 3B
Decimal 118 148 59
Binary 1110110 10010100 111011
Octal 166 224 73

Shades and tints

Shades of #76943B

#76943B
(118,148,59)
#6C8736
(108,135,54)
#627A31
(98,122,49)
#586D2C
(88,109,44)
#4E6027
(78,96,39)
#445322
(68,83,34)
#3A461D
(58,70,29)
#303918
(48,57,24)
#262C13
(38,44,19)
#1C1F0E
(28,31,14)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #76943B

#76943B
(118,148,59)
#829D4C
(130,157,76)
#8EA65D
(142,166,93)
#9AAF6E
(154,175,110)
#A6B87F
(166,184,127)
#B2C190
(178,193,144)
#BECAA1
(190,202,161)
#CAD3B2
(202,211,178)
#D6DCC3
(214,220,195)
#E2E5D4
(226,229,212)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76943B color. Also use rgb(118,148,59) instead hex code.

Text Font Color

.myTextColor { color: #76943B; }

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

This text font color is #76943B.

Background Color

.myBgColor { background-color: #76943B; }

<div style="background-color:#76943B">Inner text</div>

This div background color is #76943B.

Border color

.myBorderColor { border: 1px solid #76943B; }

<div style="border:3px solid #76943B">Div</div>

This div border color is #76943B.

Opacity

.myOpacity80 { color: #76943B; opacity: 0.8; }

<p style="color:#76943B;opacity:0.8;">80%</p>

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

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

This text has shadow with #76943B color.


.textShadow {text-shadow: 3px 3px 1px #76943B', 3px 3px 1px red;}

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

This text has shadow with #76943B primary color and red secondary color.


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

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

This text has shadow with #76943B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76943B; -webkit-box-shadow: 1px 1px 3px 2px #76943B; box-shadow:1px 1px 3px 2px #76943B;">
Div content here
</div>

This div box has shadow with color #76943B.

Preview

Color preview on black background

This text has color #76943B on black background.


Color preview on white background

This text has color #76943B on white background.


Black color preview on #76943B background

This text has black color on #76943B background.


White color preview on #76943B background

This text has white color on #76943B background.


Related colors

Complementary color

Complementary color for #hex is #896BC4.


I love getcolorcode.com

Triadic colors

1 #3B7694 and #943B76 with #76943B are triadic colors.

2 #3B9476 and #94763B with #76943B are triadic colors.