COLOR #769328

HEX: #769328
RGB: (118,147,40)

Color info

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

RGB color model

#769328 color RGB value is (118,147,40).

  • red value is 118;
  • green value is 147;
  • blue value is 40.
RGB:
(118,147,40)
(46%,58%,16%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 40 of 255 = 16%

118
147
40

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

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 40 = 305 (100%)
R 118 of 305 ~ 38.69%
G 147 of 305 ~ 48.2%
B 40 of 305 ~ 13.11%

%38.69
%48.2
%13.11

CMYK color model

#769328 color CMYK value is (20,0,73,42).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 72.79%
  • key color value is 42.35%
CMYK:
(20,0,73,42)
C20M0Y73K42 
(20%,0%,73%,42%)
(0.20/0.00/0.73/0.42)	

CMYK percentages

%19.73
%0
%72.79
%42.35

Codes

Color #769328 in popluar color models

769328
RGB11814740
HSL76°57.22%36.67%
HSB/HSV76°72.79%57.65%
CMYK19.73%0.00%72.79%
42.35%

Color #769328 in popluar number systems.

HEX769328
Decimal11814740
Binary111011010010011101000
Octal16622350

Shades and tints

Shades of #769328

#769328
(118,147,40)
#6C8625
(108,134,37)
#627922
(98,121,34)
#586C1F
(88,108,31)
#4E5F1C
(78,95,28)
#445219
(68,82,25)
#3A4516
(58,69,22)
#303813
(48,56,19)
#262B10
(38,43,16)
#1C1E0D
(28,30,13)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #769328

#769328
(118,147,40)
#829C3B
(130,156,59)
#8EA54E
(142,165,78)
#9AAE61
(154,174,97)
#A6B774
(166,183,116)
#B2C087
(178,192,135)
#BEC99A
(190,201,154)
#CAD2AD
(202,210,173)
#D6DBC0
(214,219,192)
#E2E4D3
(226,228,211)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769328 color. Also use rgb(118,147,40) instead hex code.

Text Font Color

.myTextColor { color: #769328; }

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

This text font color is #769328.


Background Color

.myBgColor { background-color: #769328; }

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

This div background color is #769328.


Border color

.myBorderColor { border: 1px solid #769328; }

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

This div border color is #769328.


Opacity

.myOpacity80 { color: #769328; opacity: 0.8; }

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

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

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

This text has shadow with #769328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769328 on black background.


Color preview on white background

This text has color #769328 on white background.



Black color preview on #769328 background

This text has black color on #769328 background.


White color preview on #769328 background

This text has white color on #769328 background.