COLOR #699B6F

HEX: #699B6F
RGB: (105,155,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
155
111

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

Portions of RGB colors in percentages

R + G + B =
105 + 155 + 111 = 371 (100%)
R 105 of 371 ~ 28.3%
G 155 of 371 ~ 41.78%
B 111 of 371 ~ 29.92%

%28.3
%41.78
%29.92

CMYK color model

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

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

CMYK percentages

%32.26
%0
%28.39
%39.22

Codes

Color #699B6F in popluar color models

699B6F
RGB105155111
HSL127°20.00%50.98%
HSB/HSV127°32.26%60.78%
CMYK32.26%0.00%28.39%
39.22%

Color #699B6F in popluar number systems.

HEX699B6F
Decimal105155111
Binary1101001100110111101111
Octal151233157

Shades and tints

Shades of #699B6F

#699B6F
(105,155,111)
#608D65
(96,141,101)
#577F5B
(87,127,91)
#4E7151
(78,113,81)
#456347
(69,99,71)
#3C553D
(60,85,61)
#334733
(51,71,51)
#2A3929
(42,57,41)
#212B1F
(33,43,31)
#181D15
(24,29,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #699B6F

#699B6F
(105,155,111)
#76A47C
(118,164,124)
#83AD89
(131,173,137)
#90B696
(144,182,150)
#9DBFA3
(157,191,163)
#AAC8B0
(170,200,176)
#B7D1BD
(183,209,189)
#C4DACA
(196,218,202)
#D1E3D7
(209,227,215)
#DEECE4
(222,236,228)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699B6F; }

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

This text font color is #699B6F.


Background Color

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

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

This div background color is #699B6F.


Border color

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

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

This div border color is #699B6F.


Opacity

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

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

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

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

This text has shadow with #699B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699B6F on black background.


Color preview on white background

This text has color #699B6F on white background.



Black color preview on #699B6F background

This text has black color on #699B6F background.


White color preview on #699B6F background

This text has white color on #699B6F background.