COLOR #769E60

HEX: #769E60 RGB: (118,158,96)

Color info

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

RGB color model

#769E60 color RGB value is (118,158,96).

RGB: (118,158,96) (46%, 62%, 38%)

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 96 of 255 = 38%

118
158
96

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

Portions of RGB colors in percentages

R + G + B = 118 + 158 + 96 = 372 (100%)
R 118 of 372 ~ 31.72%
G 158 of 372 ~ 42.47%
B 96 of 372 ~ 25.81'%

%31.72
%42.47
%25.81

CMYK color model

#769E60 color CMYK value is (25,0,39,38).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 38.04%

CMYK: (25,0,39,38)
C25M0Y39K38 (25%, 0%, 39%, 38%)
(0.25 / 0.00 / 0.39 / 0.38)

CMYK percentages

%25.32
%0
%39.24
%38.04

Codes

Color #769E60 in popluar color models

76 9E 60
RGB 118 158 96
HSL 99° 24.41% 49.80%
HSB/HSV 99° 39.24% 61.96%
CMYK 25.32% 0.00% 39.24%
38.04%

Color #769E60 in popluar number systems.

HEX 76 9E 60
Decimal 118 158 96
Binary 1110110 10011110 1100000
Octal 166 236 140

Shades and tints

Shades of #769E60

#769E60
(118,158,96)
#6C9058
(108,144,88)
#628250
(98,130,80)
#587448
(88,116,72)
#4E6640
(78,102,64)
#445838
(68,88,56)
#3A4A30
(58,74,48)
#303C28
(48,60,40)
#262E20
(38,46,32)
#1C2018
(28,32,24)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #769E60

#769E60
(118,158,96)
#82A66E
(130,166,110)
#8EAE7C
(142,174,124)
#9AB68A
(154,182,138)
#A6BE98
(166,190,152)
#B2C6A6
(178,198,166)
#BECEB4
(190,206,180)
#CAD6C2
(202,214,194)
#D6DED0
(214,222,208)
#E2E6DE
(226,230,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769E60; }

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

This text font color is #769E60.

Background Color

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

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

This div background color is #769E60.

Border color

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

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

This div border color is #769E60.

Opacity

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

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

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

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

This text has shadow with #769E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769E60.

Preview

Color preview on black background

This text has color #769E60 on black background.


Color preview on white background

This text has color #769E60 on white background.


Black color preview on #769E60 background

This text has black color on #769E60 background.


White color preview on #769E60 background

This text has white color on #769E60 background.


Related colors

Complementary color

Complementary color for #769E60 is #89619F.


I love getcolorcode.com

Triadic colors

1 #60769E and #9E6076 with #769E60 are triadic colors.

2 #609E76 and #9E7660 with #769E60 are triadic colors.