COLOR #6B9E65

HEX: #6B9E65
RGB: (107,158,101)

Color info

#6B9E65 contains red, green and blue colors in about the same proportion. Web safe color of #6B9E65 is #669966 (or #696).

RGB color model

#6B9E65 color RGB value is (107,158,101).

  • red value is 107;
  • green value is 158;
  • blue value is 101.
RGB:
(107,158,101)
(42%,62%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 158 of 255 = 62%
B 101 of 255 = 40%

107
158
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 158 + 101 = 366 (100%)
R 107 of 366 ~ 29.23%
G 158 of 366 ~ 43.17%
B 101 of 366 ~ 27.6%

%29.23
%43.17
%27.6

CMYK color model

#6B9E65 color CMYK value is (32,0,36,38).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(32,0,36,38)
C32M0Y36K38 
(32%,0%,36%,38%)
(0.32/0.00/0.36/0.38)	

CMYK percentages

%32.28
%0
%36.08
%38.04

Codes

Color #6B9E65 in popluar color models

6B9E65
RGB107158101
HSL114°22.71%50.78%
HSB/HSV114°36.08%61.96%
CMYK32.28%0.00%36.08%
38.04%

Color #6B9E65 in popluar number systems.

HEX6B9E65
Decimal107158101
Binary1101011100111101100101
Octal153236145

Shades and tints

Shades of #6B9E65

#6B9E65
(107,158,101)
#62905C
(98,144,92)
#598253
(89,130,83)
#50744A
(80,116,74)
#476641
(71,102,65)
#3E5838
(62,88,56)
#354A2F
(53,74,47)
#2C3C26
(44,60,38)
#232E1D
(35,46,29)
#1A2014
(26,32,20)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #6B9E65

#6B9E65
(107,158,101)
#78A673
(120,166,115)
#85AE81
(133,174,129)
#92B68F
(146,182,143)
#9FBE9D
(159,190,157)
#ACC6AB
(172,198,171)
#B9CEB9
(185,206,185)
#C6D6C7
(198,214,199)
#D3DED5
(211,222,213)
#E0E6E3
(224,230,227)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9E65 color. Also use rgb(107,158,101) instead hex code.

Text Font Color

.myTextColor { color: #6B9E65; }

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

This text font color is #6B9E65.


Background Color

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

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

This div background color is #6B9E65.


Border color

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

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

This div border color is #6B9E65.


Opacity

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

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

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

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

This text has shadow with #6B9E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9E65 on black background.


Color preview on white background

This text has color #6B9E65 on white background.



Black color preview on #6B9E65 background

This text has black color on #6B9E65 background.


White color preview on #6B9E65 background

This text has white color on #6B9E65 background.