COLOR #699C32

HEX: #699C32
RGB: (105,156,50)

Color info

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

RGB color model

#699C32 color RGB value is (105,156,50).

  • red value is 105;
  • green value is 156;
  • blue value is 50.
RGB:
(105,156,50)
(41%,61%,20%)

RGB channels and saturation

R 105 of 255 = 41%
G 156 of 255 = 61%
B 50 of 255 = 20%

105
156
50

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

Portions of RGB colors in percentages

R + G + B =
105 + 156 + 50 = 311 (100%)
R 105 of 311 ~ 33.76%
G 156 of 311 ~ 50.16%
B 50 of 311 ~ 16.08%

%33.76
%50.16
%16.08

CMYK color model

#699C32 color CMYK value is (33,0,68,39).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 67.95%
  • key color value is 38.82%
CMYK:
(33,0,68,39)
C33M0Y68K39 
(33%,0%,68%,39%)
(0.33/0.00/0.68/0.39)	

CMYK percentages

%32.69
%0
%67.95
%38.82

Codes

Color #699C32 in popluar color models

699C32
RGB10515650
HSL89°51.46%40.39%
HSB/HSV89°67.95%61.18%
CMYK32.69%0.00%67.95%
38.82%

Color #699C32 in popluar number systems.

HEX699C32
Decimal10515650
Binary110100110011100110010
Octal15123462

Shades and tints

Shades of #699C32

#699C32
(105,156,50)
#608E2E
(96,142,46)
#57802A
(87,128,42)
#4E7226
(78,114,38)
#456422
(69,100,34)
#3C561E
(60,86,30)
#33481A
(51,72,26)
#2A3A16
(42,58,22)
#212C12
(33,44,18)
#181E0E
(24,30,14)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #699C32

#699C32
(105,156,50)
#76A544
(118,165,68)
#83AE56
(131,174,86)
#90B768
(144,183,104)
#9DC07A
(157,192,122)
#AAC98C
(170,201,140)
#B7D29E
(183,210,158)
#C4DBB0
(196,219,176)
#D1E4C2
(209,228,194)
#DEEDD4
(222,237,212)
#EBF6E6
(235,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699C32 color. Also use rgb(105,156,50) instead hex code.

Text Font Color

.myTextColor { color: #699C32; }

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

This text font color is #699C32.


Background Color

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

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

This div background color is #699C32.


Border color

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

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

This div border color is #699C32.


Opacity

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

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

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

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

This text has shadow with #699C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699C32 on black background.


Color preview on white background

This text has color #699C32 on white background.



Black color preview on #699C32 background

This text has black color on #699C32 background.


White color preview on #699C32 background

This text has white color on #699C32 background.