COLOR #689F38

HEX: #689F38
RGB: (104,159,56)

Color info

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

RGB color model

#689F38 color RGB value is (104,159,56).

  • red value is 104;
  • green value is 159;
  • blue value is 56.
RGB:
(104,159,56)
(41%,62%,22%)

RGB channels and saturation

R 104 of 255 = 41%
G 159 of 255 = 62%
B 56 of 255 = 22%

104
159
56

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

Portions of RGB colors in percentages

R + G + B =
104 + 159 + 56 = 319 (100%)
R 104 of 319 ~ 32.6%
G 159 of 319 ~ 49.84%
B 56 of 319 ~ 17.55%

%32.6
%49.84
%17.55

CMYK color model

#689F38 color CMYK value is (35,0,65,38).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 64.78%
  • key color value is 37.65%
CMYK:
(35,0,65,38)
C35M0Y65K38 
(35%,0%,65%,38%)
(0.35/0.00/0.65/0.38)	

CMYK percentages

%34.59
%0
%64.78
%37.65

Codes

Color #689F38 in popluar color models

689F38
RGB10415956
HSL92°47.91%42.16%
HSB/HSV92°64.78%62.35%
CMYK34.59%0.00%64.78%
37.65%

Color #689F38 in popluar number systems.

HEX689F38
Decimal10415956
Binary110100010011111111000
Octal15023770

Shades and tints

Shades of #689F38

#689F38
(104,159,56)
#5F9133
(95,145,51)
#56832E
(86,131,46)
#4D7529
(77,117,41)
#446724
(68,103,36)
#3B591F
(59,89,31)
#324B1A
(50,75,26)
#293D15
(41,61,21)
#202F10
(32,47,16)
#17210B
(23,33,11)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #689F38

#689F38
(104,159,56)
#75A74A
(117,167,74)
#82AF5C
(130,175,92)
#8FB76E
(143,183,110)
#9CBF80
(156,191,128)
#A9C792
(169,199,146)
#B6CFA4
(182,207,164)
#C3D7B6
(195,215,182)
#D0DFC8
(208,223,200)
#DDE7DA
(221,231,218)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689F38 color. Also use rgb(104,159,56) instead hex code.

Text Font Color

.myTextColor { color: #689F38; }

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

This text font color is #689F38.


Background Color

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

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

This div background color is #689F38.


Border color

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

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

This div border color is #689F38.


Opacity

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

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

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

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

This text has shadow with #689F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689F38 on black background.


Color preview on white background

This text has color #689F38 on white background.



Black color preview on #689F38 background

This text has black color on #689F38 background.


White color preview on #689F38 background

This text has white color on #689F38 background.