COLOR #699569

HEX: #699569
RGB: (105,149,105)

Color info

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

RGB color model

#699569 color RGB value is (105,149,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 149 of 255 = 58%
B 105 of 255 = 41%

105
149
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 149 + 105 = 359 (100%)
R 105 of 359 ~ 29.25%
G 149 of 359 ~ 41.5%
B 105 of 359 ~ 29.25%

%29.25
%41.5
%29.25

CMYK color model

#699569 color CMYK value is (30,0,30,42).

  • cyan value is 29.53%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 41.57%
CMYK:
(30,0,30,42)
C30M0Y30K42 
(30%,0%,30%,42%)
(0.30/0.00/0.30/0.42)	

CMYK percentages

%29.53
%0
%29.53
%41.57

Codes

Color #699569 in popluar color models

699569
RGB105149105
HSL120°17.32%49.80%
HSB/HSV120°29.53%58.43%
CMYK29.53%0.00%29.53%
41.57%

Color #699569 in popluar number systems.

HEX699569
Decimal105149105
Binary1101001100101011101001
Octal151225151

Shades and tints

Shades of #699569

#699569
(105,149,105)
#608860
(96,136,96)
#577B57
(87,123,87)
#4E6E4E
(78,110,78)
#456145
(69,97,69)
#3C543C
(60,84,60)
#334733
(51,71,51)
#2A3A2A
(42,58,42)
#212D21
(33,45,33)
#182018
(24,32,24)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #699569

#699569
(105,149,105)
#769E76
(118,158,118)
#83A783
(131,167,131)
#90B090
(144,176,144)
#9DB99D
(157,185,157)
#AAC2AA
(170,194,170)
#B7CBB7
(183,203,183)
#C4D4C4
(196,212,196)
#D1DDD1
(209,221,209)
#DEE6DE
(222,230,222)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699569; }

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

This text font color is #699569.


Background Color

.myBgColor { background-color: #699569; }

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

This div background color is #699569.


Border color

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

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

This div border color is #699569.


Opacity

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

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

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

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

This text has shadow with #699569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699569 on black background.


Color preview on white background

This text has color #699569 on white background.



Black color preview on #699569 background

This text has black color on #699569 background.


White color preview on #699569 background

This text has white color on #699569 background.