COLOR #6DA762

HEX: #6DA762
RGB: (109,167,98)

Color info

#6DA762 contains mainly red and green colors. Web safe color of #6DA762 is #669966 (or #696).

RGB color model

#6DA762 color RGB value is (109,167,98).

  • red value is 109;
  • green value is 167;
  • blue value is 98.
RGB:
(109,167,98)
(43%,65%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 167 of 255 = 65%
B 98 of 255 = 38%

109
167
98

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

Portions of RGB colors in percentages

R + G + B =
109 + 167 + 98 = 374 (100%)
R 109 of 374 ~ 29.14%
G 167 of 374 ~ 44.65%
B 98 of 374 ~ 26.2%

%29.14
%44.65
%26.2

CMYK color model

#6DA762 color CMYK value is (35,0,41,35).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 41.32%
  • key color value is 34.51%
CMYK:
(35,0,41,35)
C35M0Y41K35 
(35%,0%,41%,35%)
(0.35/0.00/0.41/0.35)	

CMYK percentages

%34.73
%0
%41.32
%34.51

Codes

Color #6DA762 in popluar color models

6DA762
RGB10916798
HSL110°28.16%51.96%
HSB/HSV110°41.32%65.49%
CMYK34.73%0.00%41.32%
34.51%

Color #6DA762 in popluar number systems.

HEX6DA762
Decimal10916798
Binary1101101101001111100010
Octal155247142

Shades and tints

Shades of #6DA762

#6DA762
(109,167,98)
#64985A
(100,152,90)
#5B8952
(91,137,82)
#527A4A
(82,122,74)
#496B42
(73,107,66)
#405C3A
(64,92,58)
#374D32
(55,77,50)
#2E3E2A
(46,62,42)
#252F22
(37,47,34)
#1C201A
(28,32,26)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6DA762

#6DA762
(109,167,98)
#7AAF70
(122,175,112)
#87B77E
(135,183,126)
#94BF8C
(148,191,140)
#A1C79A
(161,199,154)
#AECFA8
(174,207,168)
#BBD7B6
(187,215,182)
#C8DFC4
(200,223,196)
#D5E7D2
(213,231,210)
#E2EFE0
(226,239,224)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA762 color. Also use rgb(109,167,98) instead hex code.

Text Font Color

.myTextColor { color: #6DA762; }

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

This text font color is #6DA762.


Background Color

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

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

This div background color is #6DA762.


Border color

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

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

This div border color is #6DA762.


Opacity

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

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

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

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

This text has shadow with #6DA762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA762 on black background.


Color preview on white background

This text has color #6DA762 on white background.



Black color preview on #6DA762 background

This text has black color on #6DA762 background.


White color preview on #6DA762 background

This text has white color on #6DA762 background.