COLOR #6E963F

HEX: #6E963F RGB: (110,150,63)

Color info

#6E963F contains mainly red and green colors. Web safe color of #6E963F is #669933 (or #693).

RGB color model

#6E963F color RGB value is (110,150,63).

RGB: (110,150,63) (43%, 59%, 25%)

RGB channels and saturation

R 110 of 255 = 43%
G 150 of 255 = 59%
B 63 of 255 = 25%

110
150
63

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

Portions of RGB colors in percentages

R + G + B = 110 + 150 + 63 = 323 (100%)
R 110 of 323 ~ 34.06%
G 150 of 323 ~ 46.44%
B 63 of 323 ~ 19.5'%

%34.06
%46.44
%19.5

CMYK color model

#6E963F color CMYK value is (27,0,58,41).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 41.18%

CMYK: (27,0,58,41)
C27M0Y58K41 (27%, 0%, 58%, 41%)
(0.27 / 0.00 / 0.58 / 0.41)

CMYK percentages

%26.67
%0
%58
%41.18

Codes

Color #6E963F in popluar color models

6E 96 3F
RGB 110 150 63
HSL 88° 40.85% 41.76%
HSB/HSV 88° 58.00% 58.82%
CMYK 26.67% 0.00% 58.00%
41.18%

Color #6E963F in popluar number systems.

HEX 6E 96 3F
Decimal 110 150 63
Binary 1101110 10010110 111111
Octal 156 226 77

Shades and tints

Shades of #6E963F

#6E963F
(110,150,63)
#64893A
(100,137,58)
#5A7C35
(90,124,53)
#506F30
(80,111,48)
#46622B
(70,98,43)
#3C5526
(60,85,38)
#324821
(50,72,33)
#283B1C
(40,59,28)
#1E2E17
(30,46,23)
#142112
(20,33,18)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #6E963F

#6E963F
(110,150,63)
#7B9F50
(123,159,80)
#88A861
(136,168,97)
#95B172
(149,177,114)
#A2BA83
(162,186,131)
#AFC394
(175,195,148)
#BCCCA5
(188,204,165)
#C9D5B6
(201,213,182)
#D6DEC7
(214,222,199)
#E3E7D8
(227,231,216)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E963F color. Also use rgb(110,150,63) instead hex code.

Text Font Color

.myTextColor { color: #6E963F; }

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

This text font color is #6E963F.

Background Color

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

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

This div background color is #6E963F.

Border color

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

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

This div border color is #6E963F.

Opacity

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

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

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

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

This text has shadow with #6E963F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E963F.

Preview

Color preview on black background

This text has color #6E963F on black background.


Color preview on white background

This text has color #6E963F on white background.


Black color preview on #6E963F background

This text has black color on #6E963F background.


White color preview on #6E963F background

This text has white color on #6E963F background.


Related colors

Complementary color

Complementary color for #hex is #9169C0.


I love getcolorcode.com

Triadic colors

1 #3F6E96 and #963F6E with #6E963F are triadic colors.

2 #3F966E and #966E3F with #6E963F are triadic colors.