COLOR #69AD31

HEX: #69AD31
RGB: (105,173,49)

Color info

#69AD31 contains mainly green color. Web safe color of #69AD31 is #669933 (or #693).

RGB color model

#69AD31 color RGB value is (105,173,49).

  • red value is 105;
  • green value is 173;
  • blue value is 49.
RGB:
(105,173,49)
(41%,68%,19%)

RGB channels and saturation

R 105 of 255 = 41%
G 173 of 255 = 68%
B 49 of 255 = 19%

105
173
49

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

Portions of RGB colors in percentages

R + G + B =
105 + 173 + 49 = 327 (100%)
R 105 of 327 ~ 32.11%
G 173 of 327 ~ 52.91%
B 49 of 327 ~ 14.98%

%32.11
%52.91
%14.98

CMYK color model

#69AD31 color CMYK value is (39,0,72,32).

  • cyan value is 39.31%
  • magenta value is 0.00%
  • yellow value is 71.68%
  • key color value is 32.16%
CMYK:
(39,0,72,32)
C39M0Y72K32 
(39%,0%,72%,32%)
(0.39/0.00/0.72/0.32)	

CMYK percentages

%39.31
%0
%71.68
%32.16

Codes

Color #69AD31 in popluar color models

69AD31
RGB10517349
HSL93°55.86%43.53%
HSB/HSV93°71.68%67.84%
CMYK39.31%0.00%71.68%
32.16%

Color #69AD31 in popluar number systems.

HEX69AD31
Decimal10517349
Binary110100110101101110001
Octal15125561

Shades and tints

Shades of #69AD31

#69AD31
(105,173,49)
#609E2D
(96,158,45)
#578F29
(87,143,41)
#4E8025
(78,128,37)
#457121
(69,113,33)
#3C621D
(60,98,29)
#335319
(51,83,25)
#2A4415
(42,68,21)
#213511
(33,53,17)
#18260D
(24,38,13)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #69AD31

#69AD31
(105,173,49)
#76B443
(118,180,67)
#83BB55
(131,187,85)
#90C267
(144,194,103)
#9DC979
(157,201,121)
#AAD08B
(170,208,139)
#B7D79D
(183,215,157)
#C4DEAF
(196,222,175)
#D1E5C1
(209,229,193)
#DEECD3
(222,236,211)
#EBF3E5
(235,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AD31 color. Also use rgb(105,173,49) instead hex code.

Text Font Color

.myTextColor { color: #69AD31; }

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

This text font color is #69AD31.


Background Color

.myBgColor { background-color: #69AD31; }

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

This div background color is #69AD31.


Border color

.myBorderColor { border: 1px solid #69AD31; }

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

This div border color is #69AD31.


Opacity

.myOpacity80 { color: #69AD31; opacity: 0.8; }

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

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

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

This text has shadow with #69AD31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69AD31 on black background.


Color preview on white background

This text has color #69AD31 on white background.



Black color preview on #69AD31 background

This text has black color on #69AD31 background.


White color preview on #69AD31 background

This text has white color on #69AD31 background.