COLOR #699869

HEX: #699869
RGB: (105,152,105)

Color info

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

RGB color model

#699869 color RGB value is (105,152,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 152 of 255 = 60%
B 105 of 255 = 41%

105
152
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 152 + 105 = 362 (100%)
R 105 of 362 ~ 29.01%
G 152 of 362 ~ 41.99%
B 105 of 362 ~ 29.01%

%29.01
%41.99
%29.01

CMYK color model

#699869 color CMYK value is (31,0,31,40).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 30.92%
  • key color value is 40.39%
CMYK:
(31,0,31,40)
C31M0Y31K40 
(31%,0%,31%,40%)
(0.31/0.00/0.31/0.40)	

CMYK percentages

%30.92
%0
%30.92
%40.39

Codes

Color #699869 in popluar color models

699869
RGB105152105
HSL120°18.58%50.39%
HSB/HSV120°30.92%59.61%
CMYK30.92%0.00%30.92%
40.39%

Color #699869 in popluar number systems.

HEX699869
Decimal105152105
Binary1101001100110001101001
Octal151230151

Shades and tints

Shades of #699869

#699869
(105,152,105)
#608B60
(96,139,96)
#577E57
(87,126,87)
#4E714E
(78,113,78)
#456445
(69,100,69)
#3C573C
(60,87,60)
#334A33
(51,74,51)
#2A3D2A
(42,61,42)
#213021
(33,48,33)
#182318
(24,35,24)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #699869

#699869
(105,152,105)
#76A176
(118,161,118)
#83AA83
(131,170,131)
#90B390
(144,179,144)
#9DBC9D
(157,188,157)
#AAC5AA
(170,197,170)
#B7CEB7
(183,206,183)
#C4D7C4
(196,215,196)
#D1E0D1
(209,224,209)
#DEE9DE
(222,233,222)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699869; }

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

This text font color is #699869.


Background Color

.myBgColor { background-color: #699869; }

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

This div background color is #699869.


Border color

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

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

This div border color is #699869.


Opacity

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

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

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

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

This text has shadow with #699869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699869 on black background.


Color preview on white background

This text has color #699869 on white background.



Black color preview on #699869 background

This text has black color on #699869 background.


White color preview on #699869 background

This text has white color on #699869 background.