COLOR #769337

HEX: #769337
RGB: (118,147,55)

Color info

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

RGB color model

#769337 color RGB value is (118,147,55).

  • red value is 118;
  • green value is 147;
  • blue value is 55.
RGB:
(118,147,55)
(46%,58%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 55 of 255 = 22%

118
147
55

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

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 55 = 320 (100%)
R 118 of 320 ~ 36.88%
G 147 of 320 ~ 45.94%
B 55 of 320 ~ 17.19%

%36.88
%45.94
%17.19

CMYK color model

#769337 color CMYK value is (20,0,63,42).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 62.59%
  • key color value is 42.35%
CMYK:
(20,0,63,42)
C20M0Y63K42 
(20%,0%,63%,42%)
(0.20/0.00/0.63/0.42)	

CMYK percentages

%19.73
%0
%62.59
%42.35

Codes

Color #769337 in popluar color models

769337
RGB11814755
HSL79°45.54%39.61%
HSB/HSV79°62.59%57.65%
CMYK19.73%0.00%62.59%
42.35%

Color #769337 in popluar number systems.

HEX769337
Decimal11814755
Binary111011010010011110111
Octal16622367

Shades and tints

Shades of #769337

#769337
(118,147,55)
#6C8632
(108,134,50)
#62792D
(98,121,45)
#586C28
(88,108,40)
#4E5F23
(78,95,35)
#44521E
(68,82,30)
#3A4519
(58,69,25)
#303814
(48,56,20)
#262B0F
(38,43,15)
#1C1E0A
(28,30,10)
#121105
(18,17,5)
#000000
(0,0,0)

Tints of #769337

#769337
(118,147,55)
#829C49
(130,156,73)
#8EA55B
(142,165,91)
#9AAE6D
(154,174,109)
#A6B77F
(166,183,127)
#B2C091
(178,192,145)
#BEC9A3
(190,201,163)
#CAD2B5
(202,210,181)
#D6DBC7
(214,219,199)
#E2E4D9
(226,228,217)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769337 color. Also use rgb(118,147,55) instead hex code.

Text Font Color

.myTextColor { color: #769337; }

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

This text font color is #769337.


Background Color

.myBgColor { background-color: #769337; }

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

This div background color is #769337.


Border color

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

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

This div border color is #769337.


Opacity

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

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

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

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

This text has shadow with #769337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769337 on black background.


Color preview on white background

This text has color #769337 on white background.



Black color preview on #769337 background

This text has black color on #769337 background.


White color preview on #769337 background

This text has white color on #769337 background.