COLOR #769E5E

HEX: #769E5E
RGB: (118,158,94)

Color info

#769E5E contains mainly red and green colors. Web safe color of #769E5E is #669966 (or #696).

RGB color model

#769E5E color RGB value is (118,158,94).

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

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 94 of 255 = 37%

118
158
94

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

Portions of RGB colors in percentages

R + G + B =
118 + 158 + 94 = 370 (100%)
R 118 of 370 ~ 31.89%
G 158 of 370 ~ 42.7%
B 94 of 370 ~ 25.41%

%31.89
%42.7
%25.41

CMYK color model

#769E5E color CMYK value is (25,0,41,38).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 38.04%
CMYK:
(25,0,41,38)
C25M0Y41K38 
(25%,0%,41%,38%)
(0.25/0.00/0.41/0.38)	

CMYK percentages

%25.32
%0
%40.51
%38.04

Codes

Color #769E5E in popluar color models

769E5E
RGB11815894
HSL98°25.40%49.41%
HSB/HSV98°40.51%61.96%
CMYK25.32%0.00%40.51%
38.04%

Color #769E5E in popluar number systems.

HEX769E5E
Decimal11815894
Binary1110110100111101011110
Octal166236136

Shades and tints

Shades of #769E5E

#769E5E
(118,158,94)
#6C9056
(108,144,86)
#62824E
(98,130,78)
#587446
(88,116,70)
#4E663E
(78,102,62)
#445836
(68,88,54)
#3A4A2E
(58,74,46)
#303C26
(48,60,38)
#262E1E
(38,46,30)
#1C2016
(28,32,22)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #769E5E

#769E5E
(118,158,94)
#82A66C
(130,166,108)
#8EAE7A
(142,174,122)
#9AB688
(154,182,136)
#A6BE96
(166,190,150)
#B2C6A4
(178,198,164)
#BECEB2
(190,206,178)
#CAD6C0
(202,214,192)
#D6DECE
(214,222,206)
#E2E6DC
(226,230,220)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769E5E; }

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

This text font color is #769E5E.


Background Color

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

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

This div background color is #769E5E.


Border color

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

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

This div border color is #769E5E.


Opacity

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

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

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

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

This text has shadow with #769E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769E5E on black background.


Color preview on white background

This text has color #769E5E on white background.



Black color preview on #769E5E background

This text has black color on #769E5E background.


White color preview on #769E5E background

This text has white color on #769E5E background.