COLOR #769E44

HEX: #769E44 RGB: (118,158,68)

Color info

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

RGB color model

#769E44 color RGB value is (118,158,68).

RGB: (118,158,68) (46%, 62%, 27%)

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 68 of 255 = 27%

118
158
68

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

Portions of RGB colors in percentages

R + G + B = 118 + 158 + 68 = 344 (100%)
R 118 of 344 ~ 34.3%
G 158 of 344 ~ 45.93%
B 68 of 344 ~ 19.77'%

%34.3
%45.93
%19.77

CMYK color model

#769E44 color CMYK value is (25,0,57,38).

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

CMYK: (25,0,57,38)
C25M0Y57K38 (25%, 0%, 57%, 38%)
(0.25 / 0.00 / 0.57 / 0.38)

CMYK percentages

%25.32
%0
%56.96
%38.04

Codes

Color #769E44 in popluar color models

76 9E 44
RGB 118 158 68
HSL 87° 39.82% 44.31%
HSB/HSV 87° 56.96% 61.96%
CMYK 25.32% 0.00% 56.96%
38.04%

Color #769E44 in popluar number systems.

HEX 76 9E 44
Decimal 118 158 68
Binary 1110110 10011110 1000100
Octal 166 236 104

Shades and tints

Shades of #769E44

#769E44
(118,158,68)
#6C903E
(108,144,62)
#628238
(98,130,56)
#587432
(88,116,50)
#4E662C
(78,102,44)
#445826
(68,88,38)
#3A4A20
(58,74,32)
#303C1A
(48,60,26)
#262E14
(38,46,20)
#1C200E
(28,32,14)
#121208
(18,18,8)
#000000
(0,0,0)

Tints of #769E44

#769E44
(118,158,68)
#82A655
(130,166,85)
#8EAE66
(142,174,102)
#9AB677
(154,182,119)
#A6BE88
(166,190,136)
#B2C699
(178,198,153)
#BECEAA
(190,206,170)
#CAD6BB
(202,214,187)
#D6DECC
(214,222,204)
#E2E6DD
(226,230,221)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769E44; }

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

This text font color is #769E44.

Background Color

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

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

This div background color is #769E44.

Border color

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

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

This div border color is #769E44.

Opacity

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

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

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

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

This text has shadow with #769E44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769E44.

Preview

Color preview on black background

This text has color #769E44 on black background.


Color preview on white background

This text has color #769E44 on white background.


Black color preview on #769E44 background

This text has black color on #769E44 background.


White color preview on #769E44 background

This text has white color on #769E44 background.


Related colors

Complementary color

Complementary color for #hex is #8961BB.


I love getcolorcode.com

Triadic colors

1 #44769E and #9E4476 with #769E44 are triadic colors.

2 #449E76 and #9E7644 with #769E44 are triadic colors.