COLOR #699F4E

HEX: #699F4E
RGB: (105,159,78)

Color info

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

RGB color model

#699F4E color RGB value is (105,159,78).

  • red value is 105;
  • green value is 159;
  • blue value is 78.
RGB:
(105,159,78)
(41%,62%,31%)

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 78 of 255 = 31%

105
159
78

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

Portions of RGB colors in percentages

R + G + B =
105 + 159 + 78 = 342 (100%)
R 105 of 342 ~ 30.7%
G 159 of 342 ~ 46.49%
B 78 of 342 ~ 22.81%

%30.7
%46.49
%22.81

CMYK color model

#699F4E color CMYK value is (34,0,51,38).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 50.94%
  • key color value is 37.65%
CMYK:
(34,0,51,38)
C34M0Y51K38 
(34%,0%,51%,38%)
(0.34/0.00/0.51/0.38)	

CMYK percentages

%33.96
%0
%50.94
%37.65

Codes

Color #699F4E in popluar color models

699F4E
RGB10515978
HSL100°34.18%46.47%
HSB/HSV100°50.94%62.35%
CMYK33.96%0.00%50.94%
37.65%

Color #699F4E in popluar number systems.

HEX699F4E
Decimal10515978
Binary1101001100111111001110
Octal151237116

Shades and tints

Shades of #699F4E

#699F4E
(105,159,78)
#609147
(96,145,71)
#578340
(87,131,64)
#4E7539
(78,117,57)
#456732
(69,103,50)
#3C592B
(60,89,43)
#334B24
(51,75,36)
#2A3D1D
(42,61,29)
#212F16
(33,47,22)
#18210F
(24,33,15)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #699F4E

#699F4E
(105,159,78)
#76A75E
(118,167,94)
#83AF6E
(131,175,110)
#90B77E
(144,183,126)
#9DBF8E
(157,191,142)
#AAC79E
(170,199,158)
#B7CFAE
(183,207,174)
#C4D7BE
(196,215,190)
#D1DFCE
(209,223,206)
#DEE7DE
(222,231,222)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699F4E; }

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

This text font color is #699F4E.


Background Color

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

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

This div background color is #699F4E.


Border color

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

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

This div border color is #699F4E.


Opacity

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

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

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

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

This text has shadow with #699F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699F4E on black background.


Color preview on white background

This text has color #699F4E on white background.



Black color preview on #699F4E background

This text has black color on #699F4E background.


White color preview on #699F4E background

This text has white color on #699F4E background.