COLOR #6B9F6D

HEX: #6B9F6D RGB: (107,159,109)

Color info

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

RGB color model

#6B9F6D color RGB value is (107,159,109).

RGB: (107,159,109) (42%, 62%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 159 of 255 = 62%
B 109 of 255 = 43%

107
159
109

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

Portions of RGB colors in percentages

R + G + B = 107 + 159 + 109 = 375 (100%)
R 107 of 375 ~ 28.53%
G 159 of 375 ~ 42.4%
B 109 of 375 ~ 29.07'%

%28.53
%42.4
%29.07

CMYK color model

#6B9F6D color CMYK value is (33,0,31,38).

  • cyan value is 32.70%
  • magenta value is 0.00%
  • yellow value is 31.45%
  • key color value is 37.65%

CMYK: (33,0,31,38)
C33M0Y31K38 (33%, 0%, 31%, 38%)
(0.33 / 0.00 / 0.31 / 0.38)

CMYK percentages

%32.7
%0
%31.45
%37.65

Codes

Color #6B9F6D in popluar color models

6B 9F 6D
RGB 107 159 109
HSL 122° 21.31% 52.16%
HSB/HSV 122° 32.70% 62.35%
CMYK 32.70% 0.00% 31.45%
37.65%

Color #6B9F6D in popluar number systems.

HEX 6B 9F 6D
Decimal 107 159 109
Binary 1101011 10011111 1101101
Octal 153 237 155

Shades and tints

Shades of #6B9F6D

#6B9F6D
(107,159,109)
#629164
(98,145,100)
#59835B
(89,131,91)
#507552
(80,117,82)
#476749
(71,103,73)
#3E5940
(62,89,64)
#354B37
(53,75,55)
#2C3D2E
(44,61,46)
#232F25
(35,47,37)
#1A211C
(26,33,28)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6B9F6D

#6B9F6D
(107,159,109)
#78A77A
(120,167,122)
#85AF87
(133,175,135)
#92B794
(146,183,148)
#9FBFA1
(159,191,161)
#ACC7AE
(172,199,174)
#B9CFBB
(185,207,187)
#C6D7C8
(198,215,200)
#D3DFD5
(211,223,213)
#E0E7E2
(224,231,226)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9F6D color. Also use rgb(107,159,109) instead hex code.

Text Font Color

.myTextColor { color: #6B9F6D; }

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

This text font color is #6B9F6D.

Background Color

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

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

This div background color is #6B9F6D.

Border color

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

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

This div border color is #6B9F6D.

Opacity

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

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

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

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

This text has shadow with #6B9F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9F6D.

Preview

Color preview on black background

This text has color #6B9F6D on black background.


Color preview on white background

This text has color #6B9F6D on white background.


Black color preview on #6B9F6D background

This text has black color on #6B9F6D background.


White color preview on #6B9F6D background

This text has white color on #6B9F6D background.


Related colors

Complementary color

Complementary color for #hex is #946092.


I love getcolorcode.com

Triadic colors

1 #6D6B9F and #9F6D6B with #6B9F6D are triadic colors.

2 #6D9F6B and #9F6B6D with #6B9F6D are triadic colors.