COLOR #6B9860

HEX: #6B9860 RGB: (107,152,96)

Color info

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

RGB color model

#6B9860 color RGB value is (107,152,96).

RGB: (107,152,96) (42%, 60%, 38%)

RGB channels and saturation

R 107 of 255 = 42%
G 152 of 255 = 60%
B 96 of 255 = 38%

107
152
96

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

Portions of RGB colors in percentages

R + G + B = 107 + 152 + 96 = 355 (100%)
R 107 of 355 ~ 30.14%
G 152 of 355 ~ 42.82%
B 96 of 355 ~ 27.04'%

%30.14
%42.82
%27.04

CMYK color model

#6B9860 color CMYK value is (30,0,37,40).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 40.39%

CMYK: (30,0,37,40)
C30M0Y37K40 (30%, 0%, 37%, 40%)
(0.30 / 0.00 / 0.37 / 0.40)

CMYK percentages

%29.61
%0
%36.84
%40.39

Codes

Color #6B9860 in popluar color models

6B 98 60
RGB 107 152 96
HSL 108° 22.58% 48.63%
HSB/HSV 108° 36.84% 59.61%
CMYK 29.61% 0.00% 36.84%
40.39%

Color #6B9860 in popluar number systems.

HEX 6B 98 60
Decimal 107 152 96
Binary 1101011 10011000 1100000
Octal 153 230 140

Shades and tints

Shades of #6B9860

#6B9860
(107,152,96)
#628B58
(98,139,88)
#597E50
(89,126,80)
#507148
(80,113,72)
#476440
(71,100,64)
#3E5738
(62,87,56)
#354A30
(53,74,48)
#2C3D28
(44,61,40)
#233020
(35,48,32)
#1A2318
(26,35,24)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #6B9860

#6B9860
(107,152,96)
#78A16E
(120,161,110)
#85AA7C
(133,170,124)
#92B38A
(146,179,138)
#9FBC98
(159,188,152)
#ACC5A6
(172,197,166)
#B9CEB4
(185,206,180)
#C6D7C2
(198,215,194)
#D3E0D0
(211,224,208)
#E0E9DE
(224,233,222)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9860 color. Also use rgb(107,152,96) instead hex code.

Text Font Color

.myTextColor { color: #6B9860; }

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

This text font color is #6B9860.

Background Color

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

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

This div background color is #6B9860.

Border color

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

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

This div border color is #6B9860.

Opacity

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

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

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

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

This text has shadow with #6B9860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9860.

Preview

Color preview on black background

This text has color #6B9860 on black background.


Color preview on white background

This text has color #6B9860 on white background.


Black color preview on #6B9860 background

This text has black color on #6B9860 background.


White color preview on #6B9860 background

This text has white color on #6B9860 background.


Related colors

Complementary color

Complementary color for #hex is #94679F.


I love getcolorcode.com

Triadic colors

1 #606B98 and #98606B with #6B9860 are triadic colors.

2 #60986B and #986B60 with #6B9860 are triadic colors.