COLOR #699D09

HEX: #699D09 RGB: (105,157,9)

Color info

#699D09 contains mainly red and green colors. Web safe color of #699D09 is #669900 (or #690).

RGB color model

#699D09 color RGB value is (105,157,9).

RGB: (105,157,9) (41%, 62%, 4%)

RGB channels and saturation

R 105 of 255 = 41%
G 157 of 255 = 62%
B 9 of 255 = 4%

105
157
9

R + G + B ~ 36%. #699D09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 157 + 9 = 271 (100%)
R 105 of 271 ~ 38.75%
G 157 of 271 ~ 57.93%
B 9 of 271 ~ 3.32'%

%38.75
%57.93

CMYK color model

#699D09 color CMYK value is (33,0,94,38).

  • cyan value is 33.12%
  • magenta value is 0.00%
  • yellow value is 94.27%
  • key color value is 38.43%

CMYK: (33,0,94,38)
C33M0Y94K38 (33%, 0%, 94%, 38%)
(0.33 / 0.00 / 0.94 / 0.38)

CMYK percentages

%33.12
%0
%94.27
%38.43

Codes

Color #699D09 in popluar color models

69 9D 09
RGB 105 157 9
HSL 81° 89.16% 32.55%
HSB/HSV 81° 94.27% 61.57%
CMYK 33.12% 0.00% 94.27%
38.43%

Color #699D09 in popluar number systems.

HEX 69 9D 09
Decimal 105 157 9
Binary 1101001 10011101 1001
Octal 151 235 11

Shades and tints

Shades of #699D09

#699D09
(105,157,9)
#608F09
(96,143,9)
#578109
(87,129,9)
#4E7309
(78,115,9)
#456509
(69,101,9)
#3C5709
(60,87,9)
#334909
(51,73,9)
#2A3B09
(42,59,9)
#212D09
(33,45,9)
#181F09
(24,31,9)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #699D09

#699D09
(105,157,9)
#76A51F
(118,165,31)
#83AD35
(131,173,53)
#90B54B
(144,181,75)
#9DBD61
(157,189,97)
#AAC577
(170,197,119)
#B7CD8D
(183,205,141)
#C4D5A3
(196,213,163)
#D1DDB9
(209,221,185)
#DEE5CF
(222,229,207)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699D09 color. Also use rgb(105,157,9) instead hex code.

Text Font Color

.myTextColor { color: #699D09; }

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

This text font color is #699D09.

Background Color

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

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

This div background color is #699D09.

Border color

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

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

This div border color is #699D09.

Opacity

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

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

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

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

This text has shadow with #699D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699D09.

Preview

Color preview on black background

This text has color #699D09 on black background.


Color preview on white background

This text has color #699D09 on white background.


Black color preview on #699D09 background

This text has black color on #699D09 background.


White color preview on #699D09 background

This text has white color on #699D09 background.


Related colors

Complementary color

Complementary color for #hex is #9662F6.


I love getcolorcode.com

Triadic colors

1 #09699D and #9D0969 with #699D09 are triadic colors.

2 #099D69 and #9D6909 with #699D09 are triadic colors.