COLOR #689265

HEX: #689265
RGB: (104,146,101)

Color info

#689265 contains red, green and blue colors in about the same proportion. Web safe color of #689265 is #669966 (or #696).

RGB color model

#689265 color RGB value is (104,146,101).

  • red value is 104;
  • green value is 146;
  • blue value is 101.
RGB:
(104,146,101)
(41%,57%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 101 of 255 = 40%

104
146
101

R + G + B ~ 46%. #689265 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 101 = 351 (100%)
R 104 of 351 ~ 29.63%
G 146 of 351 ~ 41.6%
B 101 of 351 ~ 28.77%

%29.63
%41.6
%28.77

CMYK color model

#689265 color CMYK value is (29,0,31,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%
CMYK:
(29,0,31,43)
C29M0Y31K43 
(29%,0%,31%,43%)
(0.29/0.00/0.31/0.43)	

CMYK percentages

%28.77
%0
%30.82
%42.75

Codes

Color #689265 in popluar color models

689265
RGB104146101
HSL116°18.22%48.43%
HSB/HSV116°30.82%57.25%
CMYK28.77%0.00%30.82%
42.75%

Color #689265 in popluar number systems.

HEX689265
Decimal104146101
Binary1101000100100101100101
Octal150222145

Shades and tints

Shades of #689265

#689265
(104,146,101)
#5F855C
(95,133,92)
#567853
(86,120,83)
#4D6B4A
(77,107,74)
#445E41
(68,94,65)
#3B5138
(59,81,56)
#32442F
(50,68,47)
#293726
(41,55,38)
#202A1D
(32,42,29)
#171D14
(23,29,20)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #689265

#689265
(104,146,101)
#759B73
(117,155,115)
#82A481
(130,164,129)
#8FAD8F
(143,173,143)
#9CB69D
(156,182,157)
#A9BFAB
(169,191,171)
#B6C8B9
(182,200,185)
#C3D1C7
(195,209,199)
#D0DAD5
(208,218,213)
#DDE3E3
(221,227,227)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689265 color. Also use rgb(104,146,101) instead hex code.

Text Font Color

.myTextColor { color: #689265; }

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

This text font color is #689265.


Background Color

.myBgColor { background-color: #689265; }

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

This div background color is #689265.


Border color

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

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

This div border color is #689265.


Opacity

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

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

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

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

This text has shadow with #689265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689265 on black background.


Color preview on white background

This text has color #689265 on white background.



Black color preview on #689265 background

This text has black color on #689265 background.


White color preview on #689265 background

This text has white color on #689265 background.