COLOR #689710

HEX: #689710
RGB: (104,151,16)

Color info

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

RGB color model

#689710 color RGB value is (104,151,16).

  • red value is 104;
  • green value is 151;
  • blue value is 16.
RGB:
(104,151,16)
(41%,59%,6%)

RGB channels and saturation

R 104 of 255 = 41%
G 151 of 255 = 59%
B 16 of 255 = 6%

104
151
16

R + G + B ~ 35%. #689710 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 151 + 16 = 271 (100%)
R 104 of 271 ~ 38.38%
G 151 of 271 ~ 55.72%
B 16 of 271 ~ 5.9%

%38.38
%55.72

CMYK color model

#689710 color CMYK value is (31,0,89,41).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 89.40%
  • key color value is 40.78%
CMYK:
(31,0,89,41)
C31M0Y89K41 
(31%,0%,89%,41%)
(0.31/0.00/0.89/0.41)	

CMYK percentages

%31.13
%0
%89.4
%40.78

Codes

Color #689710 in popluar color models

689710
RGB10415116
HSL81°80.84%32.75%
HSB/HSV81°89.40%59.22%
CMYK31.13%0.00%89.40%
40.78%

Color #689710 in popluar number systems.

HEX689710
Decimal10415116
Binary11010001001011110000
Octal15022720

Shades and tints

Shades of #689710

#689710
(104,151,16)
#5F8A0F
(95,138,15)
#567D0E
(86,125,14)
#4D700D
(77,112,13)
#44630C
(68,99,12)
#3B560B
(59,86,11)
#32490A
(50,73,10)
#293C09
(41,60,9)
#202F08
(32,47,8)
#172207
(23,34,7)
#0E1506
(14,21,6)
#000000
(0,0,0)

Tints of #689710

#689710
(104,151,16)
#75A025
(117,160,37)
#82A93A
(130,169,58)
#8FB24F
(143,178,79)
#9CBB64
(156,187,100)
#A9C479
(169,196,121)
#B6CD8E
(182,205,142)
#C3D6A3
(195,214,163)
#D0DFB8
(208,223,184)
#DDE8CD
(221,232,205)
#EAF1E2
(234,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689710 color. Also use rgb(104,151,16) instead hex code.

Text Font Color

.myTextColor { color: #689710; }

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

This text font color is #689710.


Background Color

.myBgColor { background-color: #689710; }

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

This div background color is #689710.


Border color

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

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

This div border color is #689710.


Opacity

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

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

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

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

This text has shadow with #689710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689710 on black background.


Color preview on white background

This text has color #689710 on white background.



Black color preview on #689710 background

This text has black color on #689710 background.


White color preview on #689710 background

This text has white color on #689710 background.