COLOR #689950

HEX: #689950
RGB: (104,153,80)

Color info

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

RGB color model

#689950 color RGB value is (104,153,80).

  • red value is 104;
  • green value is 153;
  • blue value is 80.
RGB:
(104,153,80)
(41%,60%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 153 of 255 = 60%
B 80 of 255 = 31%

104
153
80

R + G + B ~ 44%. #689950 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 153 + 80 = 337 (100%)
R 104 of 337 ~ 30.86%
G 153 of 337 ~ 45.4%
B 80 of 337 ~ 23.74%

%30.86
%45.4
%23.74

CMYK color model

#689950 color CMYK value is (32,0,48,40).

  • cyan value is 32.03%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 40.00%
CMYK:
(32,0,48,40)
C32M0Y48K40 
(32%,0%,48%,40%)
(0.32/0.00/0.48/0.40)	

CMYK percentages

%32.03
%0
%47.71
%40

Codes

Color #689950 in popluar color models

689950
RGB10415380
HSL100°31.33%45.69%
HSB/HSV100°47.71%60.00%
CMYK32.03%0.00%47.71%
40.00%

Color #689950 in popluar number systems.

HEX689950
Decimal10415380
Binary1101000100110011010000
Octal150231120

Shades and tints

Shades of #689950

#689950
(104,153,80)
#5F8C49
(95,140,73)
#567F42
(86,127,66)
#4D723B
(77,114,59)
#446534
(68,101,52)
#3B582D
(59,88,45)
#324B26
(50,75,38)
#293E1F
(41,62,31)
#203118
(32,49,24)
#172411
(23,36,17)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #689950

#689950
(104,153,80)
#75A25F
(117,162,95)
#82AB6E
(130,171,110)
#8FB47D
(143,180,125)
#9CBD8C
(156,189,140)
#A9C69B
(169,198,155)
#B6CFAA
(182,207,170)
#C3D8B9
(195,216,185)
#D0E1C8
(208,225,200)
#DDEAD7
(221,234,215)
#EAF3E6
(234,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689950 color. Also use rgb(104,153,80) instead hex code.

Text Font Color

.myTextColor { color: #689950; }

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

This text font color is #689950.


Background Color

.myBgColor { background-color: #689950; }

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

This div background color is #689950.


Border color

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

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

This div border color is #689950.


Opacity

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

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

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

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

This text has shadow with #689950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689950 on black background.


Color preview on white background

This text has color #689950 on white background.



Black color preview on #689950 background

This text has black color on #689950 background.


White color preview on #689950 background

This text has white color on #689950 background.