COLOR #6DAE0F

HEX: #6DAE0F
RGB: (109,174,15)

Color info

#6DAE0F contains mainly green color. Web safe color of #6DAE0F is #669900 (or #690).

RGB color model

#6DAE0F color RGB value is (109,174,15).

  • red value is 109;
  • green value is 174;
  • blue value is 15.
RGB:
(109,174,15)
(43%,68%,6%)

RGB channels and saturation

R 109 of 255 = 43%
G 174 of 255 = 68%
B 15 of 255 = 6%

109
174
15

R + G + B ~ 39%. #6DAE0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 174 + 15 = 298 (100%)
R 109 of 298 ~ 36.58%
G 174 of 298 ~ 58.39%
B 15 of 298 ~ 5.03%

%36.58
%58.39

CMYK color model

#6DAE0F color CMYK value is (37,0,91,32).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 91.38%
  • key color value is 31.76%
CMYK:
(37,0,91,32)
C37M0Y91K32 
(37%,0%,91%,32%)
(0.37/0.00/0.91/0.32)	

CMYK percentages

%37.36
%0
%91.38
%31.76

Codes

Color #6DAE0F in popluar color models

6DAE0F
RGB10917415
HSL85°84.13%37.06%
HSB/HSV85°91.38%68.24%
CMYK37.36%0.00%91.38%
31.76%

Color #6DAE0F in popluar number systems.

HEX6DAE0F
Decimal10917415
Binary1101101101011101111
Octal15525617

Shades and tints

Shades of #6DAE0F

#6DAE0F
(109,174,15)
#649F0E
(100,159,14)
#5B900D
(91,144,13)
#52810C
(82,129,12)
#49720B
(73,114,11)
#40630A
(64,99,10)
#375409
(55,84,9)
#2E4508
(46,69,8)
#253607
(37,54,7)
#1C2706
(28,39,6)
#131805
(19,24,5)
#000000
(0,0,0)

Tints of #6DAE0F

#6DAE0F
(109,174,15)
#7AB524
(122,181,36)
#87BC39
(135,188,57)
#94C34E
(148,195,78)
#A1CA63
(161,202,99)
#AED178
(174,209,120)
#BBD88D
(187,216,141)
#C8DFA2
(200,223,162)
#D5E6B7
(213,230,183)
#E2EDCC
(226,237,204)
#EFF4E1
(239,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAE0F color. Also use rgb(109,174,15) instead hex code.

Text Font Color

.myTextColor { color: #6DAE0F; }

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

This text font color is #6DAE0F.


Background Color

.myBgColor { background-color: #6DAE0F; }

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

This div background color is #6DAE0F.


Border color

.myBorderColor { border: 1px solid #6DAE0F; }

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

This div border color is #6DAE0F.


Opacity

.myOpacity80 { color: #6DAE0F; opacity: 0.8; }

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

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

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

This text has shadow with #6DAE0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAE0F on black background.


Color preview on white background

This text has color #6DAE0F on white background.



Black color preview on #6DAE0F background

This text has black color on #6DAE0F background.


White color preview on #6DAE0F background

This text has white color on #6DAE0F background.