COLOR #689A42

HEX: #689A42
RGB: (104,154,66)

Color info

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

RGB color model

#689A42 color RGB value is (104,154,66).

  • red value is 104;
  • green value is 154;
  • blue value is 66.
RGB:
(104,154,66)
(41%,60%,26%)

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 66 of 255 = 26%

104
154
66

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

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 66 = 324 (100%)
R 104 of 324 ~ 32.1%
G 154 of 324 ~ 47.53%
B 66 of 324 ~ 20.37%

%32.1
%47.53
%20.37

CMYK color model

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

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

CMYK percentages

%32.47
%0
%57.14
%39.61

Codes

Color #689A42 in popluar color models

689A42
RGB10415466
HSL94°40.00%43.14%
HSB/HSV94°57.14%60.39%
CMYK32.47%0.00%57.14%
39.61%

Color #689A42 in popluar number systems.

HEX689A42
Decimal10415466
Binary1101000100110101000010
Octal150232102

Shades and tints

Shades of #689A42

#689A42
(104,154,66)
#5F8C3C
(95,140,60)
#567E36
(86,126,54)
#4D7030
(77,112,48)
#44622A
(68,98,42)
#3B5424
(59,84,36)
#32461E
(50,70,30)
#293818
(41,56,24)
#202A12
(32,42,18)
#171C0C
(23,28,12)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #689A42

#689A42
(104,154,66)
#75A353
(117,163,83)
#82AC64
(130,172,100)
#8FB575
(143,181,117)
#9CBE86
(156,190,134)
#A9C797
(169,199,151)
#B6D0A8
(182,208,168)
#C3D9B9
(195,217,185)
#D0E2CA
(208,226,202)
#DDEBDB
(221,235,219)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689A42 color. Also use rgb(104,154,66) instead hex code.

Text Font Color

.myTextColor { color: #689A42; }

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

This text font color is #689A42.


Background Color

.myBgColor { background-color: #689A42; }

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

This div background color is #689A42.


Border color

.myBorderColor { border: 1px solid #689A42; }

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

This div border color is #689A42.


Opacity

.myOpacity80 { color: #689A42; opacity: 0.8; }

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

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

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

This text has shadow with #689A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689A42 on black background.


Color preview on white background

This text has color #689A42 on white background.



Black color preview on #689A42 background

This text has black color on #689A42 background.


White color preview on #689A42 background

This text has white color on #689A42 background.