COLOR #689900

HEX: #689900
RGB: (104,153,0)

Color info

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

RGB color model

#689900 color RGB value is (104,153,0).

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

RGB channels and saturation

R 104 of 255 = 41%
G 153 of 255 = 60%
B 0 of 255 = 0%

104
153
0

R + G + B ~ 34%. #689900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 153 + 0 = 257 (100%)
R 104 of 257 ~ 40.47%
G 153 of 257 ~ 59.53%
B 0 of 257 ~ 0%

%40.47
%59.53

CMYK color model

#689900 color CMYK value is (32,0,100,40).

  • cyan value is 32.03%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 40.00%
CMYK:
(32,0,100,40)
C32M0Y100K40 
(32%,0%,100%,40%)
(0.32/0.00/1.00/0.40)	

CMYK percentages

%32.03
%0
%100
%40

Codes

Color #689900 in popluar color models

689900
RGB1041530
HSL79°100.00%30.00%
HSB/HSV79°100.00%60.00%
CMYK32.03%0.00%100.00%
40.00%

Color #689900 in popluar number systems.

HEX689900
Decimal1041530
Binary1101000100110010
Octal1502310

Shades and tints

Shades of #689900

#689900
(104,153,0)
#5F8C00
(95,140,0)
#567F00
(86,127,0)
#4D7200
(77,114,0)
#446500
(68,101,0)
#3B5800
(59,88,0)
#324B00
(50,75,0)
#293E00
(41,62,0)
#203100
(32,49,0)
#172400
(23,36,0)
#0E1700
(14,23,0)
#000000
(0,0,0)

Tints of #689900

#689900
(104,153,0)
#75A217
(117,162,23)
#82AB2E
(130,171,46)
#8FB445
(143,180,69)
#9CBD5C
(156,189,92)
#A9C673
(169,198,115)
#B6CF8A
(182,207,138)
#C3D8A1
(195,216,161)
#D0E1B8
(208,225,184)
#DDEACF
(221,234,207)
#EAF3E6
(234,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689900; }

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

This text font color is #689900.


Background Color

.myBgColor { background-color: #689900; }

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

This div background color is #689900.


Border color

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

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

This div border color is #689900.


Opacity

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

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

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

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

This text has shadow with #689900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689900 on black background.


Color preview on white background

This text has color #689900 on white background.



Black color preview on #689900 background

This text has black color on #689900 background.


White color preview on #689900 background

This text has white color on #689900 background.