COLOR #699D5E

HEX: #699D5E
RGB: (105,157,94)

Color info

#699D5E contains mainly red and green colors. Web safe color of #699D5E is #669966 (or #696).

RGB color model

#699D5E color RGB value is (105,157,94).

  • red value is 105;
  • green value is 157;
  • blue value is 94.
RGB:
(105,157,94)
(41%,62%,37%)

RGB channels and saturation

R 105 of 255 = 41%
G 157 of 255 = 62%
B 94 of 255 = 37%

105
157
94

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

Portions of RGB colors in percentages

R + G + B =
105 + 157 + 94 = 356 (100%)
R 105 of 356 ~ 29.49%
G 157 of 356 ~ 44.1%
B 94 of 356 ~ 26.4%

%29.49
%44.1
%26.4

CMYK color model

#699D5E color CMYK value is (33,0,40,38).

  • cyan value is 33.12%
  • magenta value is 0.00%
  • yellow value is 40.13%
  • key color value is 38.43%
CMYK:
(33,0,40,38)
C33M0Y40K38 
(33%,0%,40%,38%)
(0.33/0.00/0.40/0.38)	

CMYK percentages

%33.12
%0
%40.13
%38.43

Codes

Color #699D5E in popluar color models

699D5E
RGB10515794
HSL110°25.10%49.22%
HSB/HSV110°40.13%61.57%
CMYK33.12%0.00%40.13%
38.43%

Color #699D5E in popluar number systems.

HEX699D5E
Decimal10515794
Binary1101001100111011011110
Octal151235136

Shades and tints

Shades of #699D5E

#699D5E
(105,157,94)
#608F56
(96,143,86)
#57814E
(87,129,78)
#4E7346
(78,115,70)
#45653E
(69,101,62)
#3C5736
(60,87,54)
#33492E
(51,73,46)
#2A3B26
(42,59,38)
#212D1E
(33,45,30)
#181F16
(24,31,22)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #699D5E

#699D5E
(105,157,94)
#76A56C
(118,165,108)
#83AD7A
(131,173,122)
#90B588
(144,181,136)
#9DBD96
(157,189,150)
#AAC5A4
(170,197,164)
#B7CDB2
(183,205,178)
#C4D5C0
(196,213,192)
#D1DDCE
(209,221,206)
#DEE5DC
(222,229,220)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699D5E; }

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

This text font color is #699D5E.


Background Color

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

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

This div background color is #699D5E.


Border color

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

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

This div border color is #699D5E.


Opacity

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

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

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

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

This text has shadow with #699D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699D5E on black background.


Color preview on white background

This text has color #699D5E on white background.



Black color preview on #699D5E background

This text has black color on #699D5E background.


White color preview on #699D5E background

This text has white color on #699D5E background.