COLOR #769E3E

HEX: #769E3E
RGB: (118,158,62)

Color info

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

RGB color model

#769E3E color RGB value is (118,158,62).

  • red value is 118;
  • green value is 158;
  • blue value is 62.
RGB:
(118,158,62)
(46%,62%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 62 of 255 = 24%

118
158
62

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

Portions of RGB colors in percentages

R + G + B =
118 + 158 + 62 = 338 (100%)
R 118 of 338 ~ 34.91%
G 158 of 338 ~ 46.75%
B 62 of 338 ~ 18.34%

%34.91
%46.75
%18.34

CMYK color model

#769E3E color CMYK value is (25,0,61,38).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 60.76%
  • key color value is 38.04%
CMYK:
(25,0,61,38)
C25M0Y61K38 
(25%,0%,61%,38%)
(0.25/0.00/0.61/0.38)	

CMYK percentages

%25.32
%0
%60.76
%38.04

Codes

Color #769E3E in popluar color models

769E3E
RGB11815862
HSL85°43.64%43.14%
HSB/HSV85°60.76%61.96%
CMYK25.32%0.00%60.76%
38.04%

Color #769E3E in popluar number systems.

HEX769E3E
Decimal11815862
Binary111011010011110111110
Octal16623676

Shades and tints

Shades of #769E3E

#769E3E
(118,158,62)
#6C9039
(108,144,57)
#628234
(98,130,52)
#58742F
(88,116,47)
#4E662A
(78,102,42)
#445825
(68,88,37)
#3A4A20
(58,74,32)
#303C1B
(48,60,27)
#262E16
(38,46,22)
#1C2011
(28,32,17)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #769E3E

#769E3E
(118,158,62)
#82A64F
(130,166,79)
#8EAE60
(142,174,96)
#9AB671
(154,182,113)
#A6BE82
(166,190,130)
#B2C693
(178,198,147)
#BECEA4
(190,206,164)
#CAD6B5
(202,214,181)
#D6DEC6
(214,222,198)
#E2E6D7
(226,230,215)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769E3E color. Also use rgb(118,158,62) instead hex code.

Text Font Color

.myTextColor { color: #769E3E; }

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

This text font color is #769E3E.


Background Color

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

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

This div background color is #769E3E.


Border color

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

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

This div border color is #769E3E.


Opacity

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

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

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

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

This text has shadow with #769E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769E3E on black background.


Color preview on white background

This text has color #769E3E on white background.



Black color preview on #769E3E background

This text has black color on #769E3E background.


White color preview on #769E3E background

This text has white color on #769E3E background.