COLOR #76923F

HEX: #76923F
RGB: (118,146,63)

Color info

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

RGB color model

#76923F color RGB value is (118,146,63).

  • red value is 118;
  • green value is 146;
  • blue value is 63.
RGB:
(118,146,63)
(46%,57%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 146 of 255 = 57%
B 63 of 255 = 25%

118
146
63

R + G + B ~ 43%. #76923F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 146 + 63 = 327 (100%)
R 118 of 327 ~ 36.09%
G 146 of 327 ~ 44.65%
B 63 of 327 ~ 19.27%

%36.09
%44.65
%19.27

CMYK color model

#76923F color CMYK value is (19,0,57,43).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 56.85%
  • key color value is 42.75%
CMYK:
(19,0,57,43)
C19M0Y57K43 
(19%,0%,57%,43%)
(0.19/0.00/0.57/0.43)	

CMYK percentages

%19.18
%0
%56.85
%42.75

Codes

Color #76923F in popluar color models

76923F
RGB11814663
HSL80°39.71%40.98%
HSB/HSV80°56.85%57.25%
CMYK19.18%0.00%56.85%
42.75%

Color #76923F in popluar number systems.

HEX76923F
Decimal11814663
Binary111011010010010111111
Octal16622277

Shades and tints

Shades of #76923F

#76923F
(118,146,63)
#6C853A
(108,133,58)
#627835
(98,120,53)
#586B30
(88,107,48)
#4E5E2B
(78,94,43)
#445126
(68,81,38)
#3A4421
(58,68,33)
#30371C
(48,55,28)
#262A17
(38,42,23)
#1C1D12
(28,29,18)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #76923F

#76923F
(118,146,63)
#829B50
(130,155,80)
#8EA461
(142,164,97)
#9AAD72
(154,173,114)
#A6B683
(166,182,131)
#B2BF94
(178,191,148)
#BEC8A5
(190,200,165)
#CAD1B6
(202,209,182)
#D6DAC7
(214,218,199)
#E2E3D8
(226,227,216)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76923F color. Also use rgb(118,146,63) instead hex code.

Text Font Color

.myTextColor { color: #76923F; }

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

This text font color is #76923F.


Background Color

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

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

This div background color is #76923F.


Border color

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

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

This div border color is #76923F.


Opacity

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

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

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

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

This text has shadow with #76923F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76923F on black background.


Color preview on white background

This text has color #76923F on white background.



Black color preview on #76923F background

This text has black color on #76923F background.


White color preview on #76923F background

This text has white color on #76923F background.