COLOR #769F49

HEX: #769F49
RGB: (118,159,73)

Color info

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

RGB color model

#769F49 color RGB value is (118,159,73).

  • red value is 118;
  • green value is 159;
  • blue value is 73.
RGB:
(118,159,73)
(46%,62%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 73 of 255 = 29%

118
159
73

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

Portions of RGB colors in percentages

R + G + B =
118 + 159 + 73 = 350 (100%)
R 118 of 350 ~ 33.71%
G 159 of 350 ~ 45.43%
B 73 of 350 ~ 20.86%

%33.71
%45.43
%20.86

CMYK color model

#769F49 color CMYK value is (26,0,54,38).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 54.09%
  • key color value is 37.65%
CMYK:
(26,0,54,38)
C26M0Y54K38 
(26%,0%,54%,38%)
(0.26/0.00/0.54/0.38)	

CMYK percentages

%25.79
%0
%54.09
%37.65

Codes

Color #769F49 in popluar color models

769F49
RGB11815973
HSL89°37.07%45.49%
HSB/HSV89°54.09%62.35%
CMYK25.79%0.00%54.09%
37.65%

Color #769F49 in popluar number systems.

HEX769F49
Decimal11815973
Binary1110110100111111001001
Octal166237111

Shades and tints

Shades of #769F49

#769F49
(118,159,73)
#6C9143
(108,145,67)
#62833D
(98,131,61)
#587537
(88,117,55)
#4E6731
(78,103,49)
#44592B
(68,89,43)
#3A4B25
(58,75,37)
#303D1F
(48,61,31)
#262F19
(38,47,25)
#1C2113
(28,33,19)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #769F49

#769F49
(118,159,73)
#82A759
(130,167,89)
#8EAF69
(142,175,105)
#9AB779
(154,183,121)
#A6BF89
(166,191,137)
#B2C799
(178,199,153)
#BECFA9
(190,207,169)
#CAD7B9
(202,215,185)
#D6DFC9
(214,223,201)
#E2E7D9
(226,231,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769F49 color. Also use rgb(118,159,73) instead hex code.

Text Font Color

.myTextColor { color: #769F49; }

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

This text font color is #769F49.


Background Color

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

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

This div background color is #769F49.


Border color

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

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

This div border color is #769F49.


Opacity

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

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

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

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

This text has shadow with #769F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769F49 on black background.


Color preview on white background

This text has color #769F49 on white background.



Black color preview on #769F49 background

This text has black color on #769F49 background.


White color preview on #769F49 background

This text has white color on #769F49 background.