COLOR #769914

HEX: #769914
RGB: (118,153,20)

Color info

#769914 contains mainly red and green colors. Web safe color of #769914 is #669900 (or #690).

RGB color model

#769914 color RGB value is (118,153,20).

  • red value is 118;
  • green value is 153;
  • blue value is 20.
RGB:
(118,153,20)
(46%,60%,8%)

RGB channels and saturation

R 118 of 255 = 46%
G 153 of 255 = 60%
B 20 of 255 = 8%

118
153
20

R + G + B ~ 38%. #769914 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 153 + 20 = 291 (100%)
R 118 of 291 ~ 40.55%
G 153 of 291 ~ 52.58%
B 20 of 291 ~ 6.87%

%40.55
%52.58

CMYK color model

#769914 color CMYK value is (23,0,87,40).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 86.93%
  • key color value is 40.00%
CMYK:
(23,0,87,40)
C23M0Y87K40 
(23%,0%,87%,40%)
(0.23/0.00/0.87/0.40)	

CMYK percentages

%22.88
%0
%86.93
%40

Codes

Color #769914 in popluar color models

769914
RGB11815320
HSL76°76.88%33.92%
HSB/HSV76°86.93%60.00%
CMYK22.88%0.00%86.93%
40.00%

Color #769914 in popluar number systems.

HEX769914
Decimal11815320
Binary11101101001100110100
Octal16623124

Shades and tints

Shades of #769914

#769914
(118,153,20)
#6C8C13
(108,140,19)
#627F12
(98,127,18)
#587211
(88,114,17)
#4E6510
(78,101,16)
#44580F
(68,88,15)
#3A4B0E
(58,75,14)
#303E0D
(48,62,13)
#26310C
(38,49,12)
#1C240B
(28,36,11)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #769914

#769914
(118,153,20)
#82A229
(130,162,41)
#8EAB3E
(142,171,62)
#9AB453
(154,180,83)
#A6BD68
(166,189,104)
#B2C67D
(178,198,125)
#BECF92
(190,207,146)
#CAD8A7
(202,216,167)
#D6E1BC
(214,225,188)
#E2EAD1
(226,234,209)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769914 color. Also use rgb(118,153,20) instead hex code.

Text Font Color

.myTextColor { color: #769914; }

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

This text font color is #769914.


Background Color

.myBgColor { background-color: #769914; }

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

This div background color is #769914.


Border color

.myBorderColor { border: 1px solid #769914; }

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

This div border color is #769914.


Opacity

.myOpacity80 { color: #769914; opacity: 0.8; }

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

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

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

This text has shadow with #769914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769914 on black background.


Color preview on white background

This text has color #769914 on white background.



Black color preview on #769914 background

This text has black color on #769914 background.


White color preview on #769914 background

This text has white color on #769914 background.