COLOR #769D41

HEX: #769D41
RGB: (118,157,65)

Color info

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

RGB color model

#769D41 color RGB value is (118,157,65).

  • red value is 118;
  • green value is 157;
  • blue value is 65.
RGB:
(118,157,65)
(46%,62%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 157 of 255 = 62%
B 65 of 255 = 25%

118
157
65

R + G + B ~ 44%. #769D41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 157 + 65 = 340 (100%)
R 118 of 340 ~ 34.71%
G 157 of 340 ~ 46.18%
B 65 of 340 ~ 19.12%

%34.71
%46.18
%19.12

CMYK color model

#769D41 color CMYK value is (25,0,59,38).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 58.60%
  • key color value is 38.43%
CMYK:
(25,0,59,38)
C25M0Y59K38 
(25%,0%,59%,38%)
(0.25/0.00/0.59/0.38)	

CMYK percentages

%24.84
%0
%58.6
%38.43

Codes

Color #769D41 in popluar color models

769D41
RGB11815765
HSL85°41.44%43.53%
HSB/HSV85°58.60%61.57%
CMYK24.84%0.00%58.60%
38.43%

Color #769D41 in popluar number systems.

HEX769D41
Decimal11815765
Binary1110110100111011000001
Octal166235101

Shades and tints

Shades of #769D41

#769D41
(118,157,65)
#6C8F3C
(108,143,60)
#628137
(98,129,55)
#587332
(88,115,50)
#4E652D
(78,101,45)
#445728
(68,87,40)
#3A4923
(58,73,35)
#303B1E
(48,59,30)
#262D19
(38,45,25)
#1C1F14
(28,31,20)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #769D41

#769D41
(118,157,65)
#82A552
(130,165,82)
#8EAD63
(142,173,99)
#9AB574
(154,181,116)
#A6BD85
(166,189,133)
#B2C596
(178,197,150)
#BECDA7
(190,205,167)
#CAD5B8
(202,213,184)
#D6DDC9
(214,221,201)
#E2E5DA
(226,229,218)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769D41 color. Also use rgb(118,157,65) instead hex code.

Text Font Color

.myTextColor { color: #769D41; }

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

This text font color is #769D41.


Background Color

.myBgColor { background-color: #769D41; }

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

This div background color is #769D41.


Border color

.myBorderColor { border: 1px solid #769D41; }

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

This div border color is #769D41.


Opacity

.myOpacity80 { color: #769D41; opacity: 0.8; }

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

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

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

This text has shadow with #769D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769D41 on black background.


Color preview on white background

This text has color #769D41 on white background.



Black color preview on #769D41 background

This text has black color on #769D41 background.


White color preview on #769D41 background

This text has white color on #769D41 background.