COLOR #769742

HEX: #769742
RGB: (118,151,66)

Color info

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

RGB color model

#769742 color RGB value is (118,151,66).

  • red value is 118;
  • green value is 151;
  • blue value is 66.
RGB:
(118,151,66)
(46%,59%,26%)

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 66 of 255 = 26%

118
151
66

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

Portions of RGB colors in percentages

R + G + B =
118 + 151 + 66 = 335 (100%)
R 118 of 335 ~ 35.22%
G 151 of 335 ~ 45.07%
B 66 of 335 ~ 19.7%

%35.22
%45.07
%19.7

CMYK color model

#769742 color CMYK value is (22,0,56,41).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 56.29%
  • key color value is 40.78%
CMYK:
(22,0,56,41)
C22M0Y56K41 
(22%,0%,56%,41%)
(0.22/0.00/0.56/0.41)	

CMYK percentages

%21.85
%0
%56.29
%40.78

Codes

Color #769742 in popluar color models

769742
RGB11815166
HSL83°39.17%42.55%
HSB/HSV83°56.29%59.22%
CMYK21.85%0.00%56.29%
40.78%

Color #769742 in popluar number systems.

HEX769742
Decimal11815166
Binary1110110100101111000010
Octal166227102

Shades and tints

Shades of #769742

#769742
(118,151,66)
#6C8A3C
(108,138,60)
#627D36
(98,125,54)
#587030
(88,112,48)
#4E632A
(78,99,42)
#445624
(68,86,36)
#3A491E
(58,73,30)
#303C18
(48,60,24)
#262F12
(38,47,18)
#1C220C
(28,34,12)
#121506
(18,21,6)
#000000
(0,0,0)

Tints of #769742

#769742
(118,151,66)
#82A053
(130,160,83)
#8EA964
(142,169,100)
#9AB275
(154,178,117)
#A6BB86
(166,187,134)
#B2C497
(178,196,151)
#BECDA8
(190,205,168)
#CAD6B9
(202,214,185)
#D6DFCA
(214,223,202)
#E2E8DB
(226,232,219)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769742 color. Also use rgb(118,151,66) instead hex code.

Text Font Color

.myTextColor { color: #769742; }

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

This text font color is #769742.


Background Color

.myBgColor { background-color: #769742; }

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

This div background color is #769742.


Border color

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

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

This div border color is #769742.


Opacity

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

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

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

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

This text has shadow with #769742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769742 on black background.


Color preview on white background

This text has color #769742 on white background.



Black color preview on #769742 background

This text has black color on #769742 background.


White color preview on #769742 background

This text has white color on #769742 background.