COLOR #6DAF63

HEX: #6DAF63
RGB: (109,175,99)

Color info

#6DAF63 contains mainly green color. Web safe color of #6DAF63 is #669966 (or #696).

RGB color model

#6DAF63 color RGB value is (109,175,99).

  • red value is 109;
  • green value is 175;
  • blue value is 99.
RGB:
(109,175,99)
(43%,69%,39%)

RGB channels and saturation

R 109 of 255 = 43%
G 175 of 255 = 69%
B 99 of 255 = 39%

109
175
99

R + G + B ~ 50%. #6DAF63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 175 + 99 = 383 (100%)
R 109 of 383 ~ 28.46%
G 175 of 383 ~ 45.69%
B 99 of 383 ~ 25.85%

%28.46
%45.69
%25.85

CMYK color model

#6DAF63 color CMYK value is (38,0,43,31).

  • cyan value is 37.71%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 31.37%
CMYK:
(38,0,43,31)
C38M0Y43K31 
(38%,0%,43%,31%)
(0.38/0.00/0.43/0.31)	

CMYK percentages

%37.71
%0
%43.43
%31.37

Codes

Color #6DAF63 in popluar color models

6DAF63
RGB10917599
HSL112°32.20%53.73%
HSB/HSV112°43.43%68.63%
CMYK37.71%0.00%43.43%
31.37%

Color #6DAF63 in popluar number systems.

HEX6DAF63
Decimal10917599
Binary1101101101011111100011
Octal155257143

Shades and tints

Shades of #6DAF63

#6DAF63
(109,175,99)
#64A05A
(100,160,90)
#5B9151
(91,145,81)
#528248
(82,130,72)
#49733F
(73,115,63)
#406436
(64,100,54)
#37552D
(55,85,45)
#2E4624
(46,70,36)
#25371B
(37,55,27)
#1C2812
(28,40,18)
#131909
(19,25,9)
#000000
(0,0,0)

Tints of #6DAF63

#6DAF63
(109,175,99)
#7AB671
(122,182,113)
#87BD7F
(135,189,127)
#94C48D
(148,196,141)
#A1CB9B
(161,203,155)
#AED2A9
(174,210,169)
#BBD9B7
(187,217,183)
#C8E0C5
(200,224,197)
#D5E7D3
(213,231,211)
#E2EEE1
(226,238,225)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAF63 color. Also use rgb(109,175,99) instead hex code.

Text Font Color

.myTextColor { color: #6DAF63; }

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

This text font color is #6DAF63.


Background Color

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

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

This div background color is #6DAF63.


Border color

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

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

This div border color is #6DAF63.


Opacity

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

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

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

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

This text has shadow with #6DAF63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAF63 on black background.


Color preview on white background

This text has color #6DAF63 on white background.



Black color preview on #6DAF63 background

This text has black color on #6DAF63 background.


White color preview on #6DAF63 background

This text has white color on #6DAF63 background.