COLOR #6B9D5F

HEX: #6B9D5F RGB: (107,157,95)

Color info

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

RGB color model

#6B9D5F color RGB value is (107,157,95).

RGB: (107,157,95) (42%, 62%, 37%)

RGB channels and saturation

R 107 of 255 = 42%
G 157 of 255 = 62%
B 95 of 255 = 37%

107
157
95

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

Portions of RGB colors in percentages

R + G + B = 107 + 157 + 95 = 359 (100%)
R 107 of 359 ~ 29.81%
G 157 of 359 ~ 43.73%
B 95 of 359 ~ 26.46'%

%29.81
%43.73
%26.46

CMYK color model

#6B9D5F color CMYK value is (32,0,39,38).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 39.49%
  • key color value is 38.43%

CMYK: (32,0,39,38)
C32M0Y39K38 (32%, 0%, 39%, 38%)
(0.32 / 0.00 / 0.39 / 0.38)

CMYK percentages

%31.85
%0
%39.49
%38.43

Codes

Color #6B9D5F in popluar color models

6B 9D 5F
RGB 107 157 95
HSL 108° 24.60% 49.41%
HSB/HSV 108° 39.49% 61.57%
CMYK 31.85% 0.00% 39.49%
38.43%

Color #6B9D5F in popluar number systems.

HEX 6B 9D 5F
Decimal 107 157 95
Binary 1101011 10011101 1011111
Octal 153 235 137

Shades and tints

Shades of #6B9D5F

#6B9D5F
(107,157,95)
#628F57
(98,143,87)
#59814F
(89,129,79)
#507347
(80,115,71)
#47653F
(71,101,63)
#3E5737
(62,87,55)
#35492F
(53,73,47)
#2C3B27
(44,59,39)
#232D1F
(35,45,31)
#1A1F17
(26,31,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B9D5F

#6B9D5F
(107,157,95)
#78A56D
(120,165,109)
#85AD7B
(133,173,123)
#92B589
(146,181,137)
#9FBD97
(159,189,151)
#ACC5A5
(172,197,165)
#B9CDB3
(185,205,179)
#C6D5C1
(198,213,193)
#D3DDCF
(211,221,207)
#E0E5DD
(224,229,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9D5F color. Also use rgb(107,157,95) instead hex code.

Text Font Color

.myTextColor { color: #6B9D5F; }

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

This text font color is #6B9D5F.

Background Color

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

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

This div background color is #6B9D5F.

Border color

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

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

This div border color is #6B9D5F.

Opacity

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

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

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

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

This text has shadow with #6B9D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9D5F.

Preview

Color preview on black background

This text has color #6B9D5F on black background.


Color preview on white background

This text has color #6B9D5F on white background.


Black color preview on #6B9D5F background

This text has black color on #6B9D5F background.


White color preview on #6B9D5F background

This text has white color on #6B9D5F background.


Related colors

Complementary color

Complementary color for #hex is #9462A0.


I love getcolorcode.com

Triadic colors

1 #5F6B9D and #9D5F6B with #6B9D5F are triadic colors.

2 #5F9D6B and #9D6B5F with #6B9D5F are triadic colors.