COLOR #699B69

HEX: #699B69
RGB: (105,155,105)

Color info

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

RGB color model

#699B69 color RGB value is (105,155,105).

  • red value is 105;
  • green value is 155;
  • blue value is 105.
RGB:
(105,155,105)
(41%,61%,41%)

RGB channels and saturation

R 105 of 255 = 41%
G 155 of 255 = 61%
B 105 of 255 = 41%

105
155
105

R + G + B ~ 48%. #699B69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 155 + 105 = 365 (100%)
R 105 of 365 ~ 28.77%
G 155 of 365 ~ 42.47%
B 105 of 365 ~ 28.77%

%28.77
%42.47
%28.77

CMYK color model

#699B69 color CMYK value is (32,0,32,39).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 39.22%
CMYK:
(32,0,32,39)
C32M0Y32K39 
(32%,0%,32%,39%)
(0.32/0.00/0.32/0.39)	

CMYK percentages

%32.26
%0
%32.26
%39.22

Codes

Color #699B69 in popluar color models

699B69
RGB105155105
HSL120°20.00%50.98%
HSB/HSV120°32.26%60.78%
CMYK32.26%0.00%32.26%
39.22%

Color #699B69 in popluar number systems.

HEX699B69
Decimal105155105
Binary1101001100110111101001
Octal151233151

Shades and tints

Shades of #699B69

#699B69
(105,155,105)
#608D60
(96,141,96)
#577F57
(87,127,87)
#4E714E
(78,113,78)
#456345
(69,99,69)
#3C553C
(60,85,60)
#334733
(51,71,51)
#2A392A
(42,57,42)
#212B21
(33,43,33)
#181D18
(24,29,24)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #699B69

#699B69
(105,155,105)
#76A476
(118,164,118)
#83AD83
(131,173,131)
#90B690
(144,182,144)
#9DBF9D
(157,191,157)
#AAC8AA
(170,200,170)
#B7D1B7
(183,209,183)
#C4DAC4
(196,218,196)
#D1E3D1
(209,227,209)
#DEECDE
(222,236,222)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699B69 color. Also use rgb(105,155,105) instead hex code.

Text Font Color

.myTextColor { color: #699B69; }

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

This text font color is #699B69.


Background Color

.myBgColor { background-color: #699B69; }

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

This div background color is #699B69.


Border color

.myBorderColor { border: 1px solid #699B69; }

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

This div border color is #699B69.


Opacity

.myOpacity80 { color: #699B69; opacity: 0.8; }

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

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

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

This text has shadow with #699B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699B69 on black background.


Color preview on white background

This text has color #699B69 on white background.



Black color preview on #699B69 background

This text has black color on #699B69 background.


White color preview on #699B69 background

This text has white color on #699B69 background.