COLOR #6B9060

HEX: #6B9060
RGB: (107,144,96)

Color info

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

RGB color model

#6B9060 color RGB value is (107,144,96).

  • red value is 107;
  • green value is 144;
  • blue value is 96.
RGB:
(107,144,96)
(42%,56%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 96 of 255 = 38%

107
144
96

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

Portions of RGB colors in percentages

R + G + B =
107 + 144 + 96 = 347 (100%)
R 107 of 347 ~ 30.84%
G 144 of 347 ~ 41.5%
B 96 of 347 ~ 27.67%

%30.84
%41.5
%27.67

CMYK color model

#6B9060 color CMYK value is (26,0,33,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 43.53%
CMYK:
(26,0,33,44)
C26M0Y33K44 
(26%,0%,33%,44%)
(0.26/0.00/0.33/0.44)	

CMYK percentages

%25.69
%0
%33.33
%43.53

Codes

Color #6B9060 in popluar color models

6B9060
RGB10714496
HSL106°20.00%47.06%
HSB/HSV106°33.33%56.47%
CMYK25.69%0.00%33.33%
43.53%

Color #6B9060 in popluar number systems.

HEX6B9060
Decimal10714496
Binary1101011100100001100000
Octal153220140

Shades and tints

Shades of #6B9060

#6B9060
(107,144,96)
#628358
(98,131,88)
#597650
(89,118,80)
#506948
(80,105,72)
#475C40
(71,92,64)
#3E4F38
(62,79,56)
#354230
(53,66,48)
#2C3528
(44,53,40)
#232820
(35,40,32)
#1A1B18
(26,27,24)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B9060

#6B9060
(107,144,96)
#789A6E
(120,154,110)
#85A47C
(133,164,124)
#92AE8A
(146,174,138)
#9FB898
(159,184,152)
#ACC2A6
(172,194,166)
#B9CCB4
(185,204,180)
#C6D6C2
(198,214,194)
#D3E0D0
(211,224,208)
#E0EADE
(224,234,222)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9060; }

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

This text font color is #6B9060.


Background Color

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

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

This div background color is #6B9060.


Border color

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

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

This div border color is #6B9060.


Opacity

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

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

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

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

This text has shadow with #6B9060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9060 on black background.


Color preview on white background

This text has color #6B9060 on white background.



Black color preview on #6B9060 background

This text has black color on #6B9060 background.


White color preview on #6B9060 background

This text has white color on #6B9060 background.