COLOR #769928

HEX: #769928
RGB: (118,153,40)

Color info

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

RGB color model

#769928 color RGB value is (118,153,40).

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

RGB channels and saturation

R 118 of 255 = 46%
G 153 of 255 = 60%
B 40 of 255 = 16%

118
153
40

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

Portions of RGB colors in percentages

R + G + B =
118 + 153 + 40 = 311 (100%)
R 118 of 311 ~ 37.94%
G 153 of 311 ~ 49.2%
B 40 of 311 ~ 12.86%

%37.94
%49.2
%12.86

CMYK color model

#769928 color CMYK value is (23,0,74,40).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 73.86%
  • key color value is 40.00%
CMYK:
(23,0,74,40)
C23M0Y74K40 
(23%,0%,74%,40%)
(0.23/0.00/0.74/0.40)	

CMYK percentages

%22.88
%0
%73.86
%40

Codes

Color #769928 in popluar color models

769928
RGB11815340
HSL79°58.55%37.84%
HSB/HSV79°73.86%60.00%
CMYK22.88%0.00%73.86%
40.00%

Color #769928 in popluar number systems.

HEX769928
Decimal11815340
Binary111011010011001101000
Octal16623150

Shades and tints

Shades of #769928

#769928
(118,153,40)
#6C8C25
(108,140,37)
#627F22
(98,127,34)
#58721F
(88,114,31)
#4E651C
(78,101,28)
#445819
(68,88,25)
#3A4B16
(58,75,22)
#303E13
(48,62,19)
#263110
(38,49,16)
#1C240D
(28,36,13)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #769928

#769928
(118,153,40)
#82A23B
(130,162,59)
#8EAB4E
(142,171,78)
#9AB461
(154,180,97)
#A6BD74
(166,189,116)
#B2C687
(178,198,135)
#BECF9A
(190,207,154)
#CAD8AD
(202,216,173)
#D6E1C0
(214,225,192)
#E2EAD3
(226,234,211)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769928; }

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

This text font color is #769928.


Background Color

.myBgColor { background-color: #769928; }

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

This div background color is #769928.


Border color

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

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

This div border color is #769928.


Opacity

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

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

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

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

This text has shadow with #769928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769928 on black background.


Color preview on white background

This text has color #769928 on white background.



Black color preview on #769928 background

This text has black color on #769928 background.


White color preview on #769928 background

This text has white color on #769928 background.