COLOR #689318

HEX: #689318
RGB: (104,147,24)

Color info

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

RGB color model

#689318 color RGB value is (104,147,24).

  • red value is 104;
  • green value is 147;
  • blue value is 24.
RGB:
(104,147,24)
(41%,58%,9%)

RGB channels and saturation

R 104 of 255 = 41%
G 147 of 255 = 58%
B 24 of 255 = 9%

104
147
24

R + G + B ~ 36%. #689318 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 147 + 24 = 275 (100%)
R 104 of 275 ~ 37.82%
G 147 of 275 ~ 53.45%
B 24 of 275 ~ 8.73%

%37.82
%53.45

CMYK color model

#689318 color CMYK value is (29,0,84,42).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 83.67%
  • key color value is 42.35%
CMYK:
(29,0,84,42)
C29M0Y84K42 
(29%,0%,84%,42%)
(0.29/0.00/0.84/0.42)	

CMYK percentages

%29.25
%0
%83.67
%42.35

Codes

Color #689318 in popluar color models

689318
RGB10414724
HSL81°71.93%33.53%
HSB/HSV81°83.67%57.65%
CMYK29.25%0.00%83.67%
42.35%

Color #689318 in popluar number systems.

HEX689318
Decimal10414724
Binary11010001001001111000
Octal15022330

Shades and tints

Shades of #689318

#689318
(104,147,24)
#5F8616
(95,134,22)
#567914
(86,121,20)
#4D6C12
(77,108,18)
#445F10
(68,95,16)
#3B520E
(59,82,14)
#32450C
(50,69,12)
#29380A
(41,56,10)
#202B08
(32,43,8)
#171E06
(23,30,6)
#0E1104
(14,17,4)
#000000
(0,0,0)

Tints of #689318

#689318
(104,147,24)
#759C2D
(117,156,45)
#82A542
(130,165,66)
#8FAE57
(143,174,87)
#9CB76C
(156,183,108)
#A9C081
(169,192,129)
#B6C996
(182,201,150)
#C3D2AB
(195,210,171)
#D0DBC0
(208,219,192)
#DDE4D5
(221,228,213)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689318 color. Also use rgb(104,147,24) instead hex code.

Text Font Color

.myTextColor { color: #689318; }

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

This text font color is #689318.


Background Color

.myBgColor { background-color: #689318; }

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

This div background color is #689318.


Border color

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

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

This div border color is #689318.


Opacity

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

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

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

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

This text has shadow with #689318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689318 on black background.


Color preview on white background

This text has color #689318 on white background.



Black color preview on #689318 background

This text has black color on #689318 background.


White color preview on #689318 background

This text has white color on #689318 background.