COLOR #699637

HEX: #699637
RGB: (105,150,55)

Color info

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

RGB color model

#699637 color RGB value is (105,150,55).

  • red value is 105;
  • green value is 150;
  • blue value is 55.
RGB:
(105,150,55)
(41%,59%,22%)

RGB channels and saturation

R 105 of 255 = 41%
G 150 of 255 = 59%
B 55 of 255 = 22%

105
150
55

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

Portions of RGB colors in percentages

R + G + B =
105 + 150 + 55 = 310 (100%)
R 105 of 310 ~ 33.87%
G 150 of 310 ~ 48.39%
B 55 of 310 ~ 17.74%

%33.87
%48.39
%17.74

CMYK color model

#699637 color CMYK value is (30,0,63,41).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 41.18%
CMYK:
(30,0,63,41)
C30M0Y63K41 
(30%,0%,63%,41%)
(0.30/0.00/0.63/0.41)	

CMYK percentages

%30
%0
%63.33
%41.18

Codes

Color #699637 in popluar color models

699637
RGB10515055
HSL88°46.34%40.20%
HSB/HSV88°63.33%58.82%
CMYK30.00%0.00%63.33%
41.18%

Color #699637 in popluar number systems.

HEX699637
Decimal10515055
Binary110100110010110110111
Octal15122667

Shades and tints

Shades of #699637

#699637
(105,150,55)
#608932
(96,137,50)
#577C2D
(87,124,45)
#4E6F28
(78,111,40)
#456223
(69,98,35)
#3C551E
(60,85,30)
#334819
(51,72,25)
#2A3B14
(42,59,20)
#212E0F
(33,46,15)
#18210A
(24,33,10)
#0F1405
(15,20,5)
#000000
(0,0,0)

Tints of #699637

#699637
(105,150,55)
#769F49
(118,159,73)
#83A85B
(131,168,91)
#90B16D
(144,177,109)
#9DBA7F
(157,186,127)
#AAC391
(170,195,145)
#B7CCA3
(183,204,163)
#C4D5B5
(196,213,181)
#D1DEC7
(209,222,199)
#DEE7D9
(222,231,217)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699637; }

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

This text font color is #699637.


Background Color

.myBgColor { background-color: #699637; }

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

This div background color is #699637.


Border color

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

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

This div border color is #699637.


Opacity

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

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

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

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

This text has shadow with #699637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699637 on black background.


Color preview on white background

This text has color #699637 on white background.



Black color preview on #699637 background

This text has black color on #699637 background.


White color preview on #699637 background

This text has white color on #699637 background.