COLOR #769428

HEX: #769428
RGB: (118,148,40)

Color info

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

RGB color model

#769428 color RGB value is (118,148,40).

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

RGB channels and saturation

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

118
148
40

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 40 = 306 (100%)
R 118 of 306 ~ 38.56%
G 148 of 306 ~ 48.37%
B 40 of 306 ~ 13.07%

%38.56
%48.37
%13.07

CMYK color model

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

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

CMYK percentages

%20.27
%0
%72.97
%41.96

Codes

Color #769428 in popluar color models

769428
RGB11814840
HSL77°57.45%36.86%
HSB/HSV77°72.97%58.04%
CMYK20.27%0.00%72.97%
41.96%

Color #769428 in popluar number systems.

HEX769428
Decimal11814840
Binary111011010010100101000
Octal16622450

Shades and tints

Shades of #769428

#769428
(118,148,40)
#6C8725
(108,135,37)
#627A22
(98,122,34)
#586D1F
(88,109,31)
#4E601C
(78,96,28)
#445319
(68,83,25)
#3A4616
(58,70,22)
#303913
(48,57,19)
#262C10
(38,44,16)
#1C1F0D
(28,31,13)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #769428

#769428
(118,148,40)
#829D3B
(130,157,59)
#8EA64E
(142,166,78)
#9AAF61
(154,175,97)
#A6B874
(166,184,116)
#B2C187
(178,193,135)
#BECA9A
(190,202,154)
#CAD3AD
(202,211,173)
#D6DCC0
(214,220,192)
#E2E5D3
(226,229,211)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769428; }

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

This text font color is #769428.


Background Color

.myBgColor { background-color: #769428; }

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

This div background color is #769428.


Border color

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

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

This div border color is #769428.


Opacity

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

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

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

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

This text has shadow with #769428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769428 on black background.


Color preview on white background

This text has color #769428 on white background.



Black color preview on #769428 background

This text has black color on #769428 background.


White color preview on #769428 background

This text has white color on #769428 background.