COLOR #768A2E

HEX: #768A2E RGB: (118,138,46)

Color info

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

RGB color model

#768A2E color RGB value is (118,138,46).

RGB: (118,138,46) (46%, 54%, 18%)

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 46 of 255 = 18%

118
138
46

R + G + B ~ 39%. #768A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 138 + 46 = 302 (100%)
R 118 of 302 ~ 39.07%
G 138 of 302 ~ 45.7%
B 46 of 302 ~ 15.23'%

%39.07
%45.7
%15.23

CMYK color model

#768A2E color CMYK value is (14,0,67,46).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 45.88%

CMYK: (14,0,67,46)
C14M0Y67K46 (14%, 0%, 67%, 46%)
(0.14 / 0.00 / 0.67 / 0.46)

CMYK percentages

%14.49
%0
%66.67
%45.88

Codes

Color #768A2E in popluar color models

76 8A 2E
RGB 118 138 46
HSL 73° 50.00% 36.08%
HSB/HSV 73° 66.67% 54.12%
CMYK 14.49% 0.00% 66.67%
45.88%

Color #768A2E in popluar number systems.

HEX 76 8A 2E
Decimal 118 138 46
Binary 1110110 10001010 101110
Octal 166 212 56

Shades and tints

Shades of #768A2E

#768A2E
(118,138,46)
#6C7E2A
(108,126,42)
#627226
(98,114,38)
#586622
(88,102,34)
#4E5A1E
(78,90,30)
#444E1A
(68,78,26)
#3A4216
(58,66,22)
#303612
(48,54,18)
#262A0E
(38,42,14)
#1C1E0A
(28,30,10)
#121206
(18,18,6)
#000000
(0,0,0)

Tints of #768A2E

#768A2E
(118,138,46)
#829441
(130,148,65)
#8E9E54
(142,158,84)
#9AA867
(154,168,103)
#A6B27A
(166,178,122)
#B2BC8D
(178,188,141)
#BEC6A0
(190,198,160)
#CAD0B3
(202,208,179)
#D6DAC6
(214,218,198)
#E2E4D9
(226,228,217)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768A2E color. Also use rgb(118,138,46) instead hex code.

Text Font Color

.myTextColor { color: #768A2E; }

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

This text font color is #768A2E.

Background Color

.myBgColor { background-color: #768A2E; }

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

This div background color is #768A2E.

Border color

.myBorderColor { border: 1px solid #768A2E; }

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

This div border color is #768A2E.

Opacity

.myOpacity80 { color: #768A2E; opacity: 0.8; }

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

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

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

This text has shadow with #768A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768A2E.

Preview

Color preview on black background

This text has color #768A2E on black background.


Color preview on white background

This text has color #768A2E on white background.


Black color preview on #768A2E background

This text has black color on #768A2E background.


White color preview on #768A2E background

This text has white color on #768A2E background.


Related colors

Complementary color

Complementary color for #hex is #8975D1.


I love getcolorcode.com

Triadic colors

1 #2E768A and #8A2E76 with #768A2E are triadic colors.

2 #2E8A76 and #8A762E with #768A2E are triadic colors.