COLOR #699B2E

HEX: #699B2E
RGB: (105,155,46)

Color info

#699B2E contains mainly red and green colors. Web safe color of #699B2E is #669933 (or #693).

RGB color model

#699B2E color RGB value is (105,155,46).

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

RGB channels and saturation

R 105 of 255 = 41%
G 155 of 255 = 61%
B 46 of 255 = 18%

105
155
46

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

Portions of RGB colors in percentages

R + G + B =
105 + 155 + 46 = 306 (100%)
R 105 of 306 ~ 34.31%
G 155 of 306 ~ 50.65%
B 46 of 306 ~ 15.03%

%34.31
%50.65
%15.03

CMYK color model

#699B2E color CMYK value is (32,0,70,39).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 70.32%
  • key color value is 39.22%
CMYK:
(32,0,70,39)
C32M0Y70K39 
(32%,0%,70%,39%)
(0.32/0.00/0.70/0.39)	

CMYK percentages

%32.26
%0
%70.32
%39.22

Codes

Color #699B2E in popluar color models

699B2E
RGB10515546
HSL88°54.23%39.41%
HSB/HSV88°70.32%60.78%
CMYK32.26%0.00%70.32%
39.22%

Color #699B2E in popluar number systems.

HEX699B2E
Decimal10515546
Binary110100110011011101110
Octal15123356

Shades and tints

Shades of #699B2E

#699B2E
(105,155,46)
#608D2A
(96,141,42)
#577F26
(87,127,38)
#4E7122
(78,113,34)
#45631E
(69,99,30)
#3C551A
(60,85,26)
#334716
(51,71,22)
#2A3912
(42,57,18)
#212B0E
(33,43,14)
#181D0A
(24,29,10)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #699B2E

#699B2E
(105,155,46)
#76A441
(118,164,65)
#83AD54
(131,173,84)
#90B667
(144,182,103)
#9DBF7A
(157,191,122)
#AAC88D
(170,200,141)
#B7D1A0
(183,209,160)
#C4DAB3
(196,218,179)
#D1E3C6
(209,227,198)
#DEECD9
(222,236,217)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699B2E; }

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

This text font color is #699B2E.


Background Color

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

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

This div background color is #699B2E.


Border color

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

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

This div border color is #699B2E.


Opacity

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

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

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

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

This text has shadow with #699B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699B2E on black background.


Color preview on white background

This text has color #699B2E on white background.



Black color preview on #699B2E background

This text has black color on #699B2E background.


White color preview on #699B2E background

This text has white color on #699B2E background.