COLOR #699648

HEX: #699648
RGB: (105,150,72)

Color info

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

RGB color model

#699648 color RGB value is (105,150,72).

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

RGB channels and saturation

R 105 of 255 = 41%
G 150 of 255 = 59%
B 72 of 255 = 28%

105
150
72

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

Portions of RGB colors in percentages

R + G + B =
105 + 150 + 72 = 327 (100%)
R 105 of 327 ~ 32.11%
G 150 of 327 ~ 45.87%
B 72 of 327 ~ 22.02%

%32.11
%45.87
%22.02

CMYK color model

#699648 color CMYK value is (30,0,52,41).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 41.18%
CMYK:
(30,0,52,41)
C30M0Y52K41 
(30%,0%,52%,41%)
(0.30/0.00/0.52/0.41)	

CMYK percentages

%30
%0
%52
%41.18

Codes

Color #699648 in popluar color models

699648
RGB10515072
HSL95°35.14%43.53%
HSB/HSV95°52.00%58.82%
CMYK30.00%0.00%52.00%
41.18%

Color #699648 in popluar number systems.

HEX699648
Decimal10515072
Binary1101001100101101001000
Octal151226110

Shades and tints

Shades of #699648

#699648
(105,150,72)
#608942
(96,137,66)
#577C3C
(87,124,60)
#4E6F36
(78,111,54)
#456230
(69,98,48)
#3C552A
(60,85,42)
#334824
(51,72,36)
#2A3B1E
(42,59,30)
#212E18
(33,46,24)
#182112
(24,33,18)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #699648

#699648
(105,150,72)
#769F58
(118,159,88)
#83A868
(131,168,104)
#90B178
(144,177,120)
#9DBA88
(157,186,136)
#AAC398
(170,195,152)
#B7CCA8
(183,204,168)
#C4D5B8
(196,213,184)
#D1DEC8
(209,222,200)
#DEE7D8
(222,231,216)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699648; }

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

This text font color is #699648.


Background Color

.myBgColor { background-color: #699648; }

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

This div background color is #699648.


Border color

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

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

This div border color is #699648.


Opacity

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

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

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

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

This text has shadow with #699648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699648 on black background.


Color preview on white background

This text has color #699648 on white background.



Black color preview on #699648 background

This text has black color on #699648 background.


White color preview on #699648 background

This text has white color on #699648 background.