COLOR #689841

HEX: #689841
RGB: (104,152,65)

Color info

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

RGB color model

#689841 color RGB value is (104,152,65).

  • red value is 104;
  • green value is 152;
  • blue value is 65.
RGB:
(104,152,65)
(41%,60%,25%)

RGB channels and saturation

R 104 of 255 = 41%
G 152 of 255 = 60%
B 65 of 255 = 25%

104
152
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 152 + 65 = 321 (100%)
R 104 of 321 ~ 32.4%
G 152 of 321 ~ 47.35%
B 65 of 321 ~ 20.25%

%32.4
%47.35
%20.25

CMYK color model

#689841 color CMYK value is (32,0,57,40).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 57.24%
  • key color value is 40.39%
CMYK:
(32,0,57,40)
C32M0Y57K40 
(32%,0%,57%,40%)
(0.32/0.00/0.57/0.40)	

CMYK percentages

%31.58
%0
%57.24
%40.39

Codes

Color #689841 in popluar color models

689841
RGB10415265
HSL93°40.09%42.55%
HSB/HSV93°57.24%59.61%
CMYK31.58%0.00%57.24%
40.39%

Color #689841 in popluar number systems.

HEX689841
Decimal10415265
Binary1101000100110001000001
Octal150230101

Shades and tints

Shades of #689841

#689841
(104,152,65)
#5F8B3C
(95,139,60)
#567E37
(86,126,55)
#4D7132
(77,113,50)
#44642D
(68,100,45)
#3B5728
(59,87,40)
#324A23
(50,74,35)
#293D1E
(41,61,30)
#203019
(32,48,25)
#172314
(23,35,20)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #689841

#689841
(104,152,65)
#75A152
(117,161,82)
#82AA63
(130,170,99)
#8FB374
(143,179,116)
#9CBC85
(156,188,133)
#A9C596
(169,197,150)
#B6CEA7
(182,206,167)
#C3D7B8
(195,215,184)
#D0E0C9
(208,224,201)
#DDE9DA
(221,233,218)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689841 color. Also use rgb(104,152,65) instead hex code.

Text Font Color

.myTextColor { color: #689841; }

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

This text font color is #689841.


Background Color

.myBgColor { background-color: #689841; }

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

This div background color is #689841.


Border color

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

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

This div border color is #689841.


Opacity

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

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

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

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

This text has shadow with #689841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689841 on black background.


Color preview on white background

This text has color #689841 on white background.



Black color preview on #689841 background

This text has black color on #689841 background.


White color preview on #689841 background

This text has white color on #689841 background.