COLOR #6B9D57

HEX: #6B9D57
RGB: (107,157,87)

Color info

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

RGB color model

#6B9D57 color RGB value is (107,157,87).

  • red value is 107;
  • green value is 157;
  • blue value is 87.
RGB:
(107,157,87)
(42%,62%,34%)

RGB channels and saturation

R 107 of 255 = 42%
G 157 of 255 = 62%
B 87 of 255 = 34%

107
157
87

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

Portions of RGB colors in percentages

R + G + B =
107 + 157 + 87 = 351 (100%)
R 107 of 351 ~ 30.48%
G 157 of 351 ~ 44.73%
B 87 of 351 ~ 24.79%

%30.48
%44.73
%24.79

CMYK color model

#6B9D57 color CMYK value is (32,0,45,38).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 44.59%
  • key color value is 38.43%
CMYK:
(32,0,45,38)
C32M0Y45K38 
(32%,0%,45%,38%)
(0.32/0.00/0.45/0.38)	

CMYK percentages

%31.85
%0
%44.59
%38.43

Codes

Color #6B9D57 in popluar color models

6B9D57
RGB10715787
HSL103°28.69%47.84%
HSB/HSV103°44.59%61.57%
CMYK31.85%0.00%44.59%
38.43%

Color #6B9D57 in popluar number systems.

HEX6B9D57
Decimal10715787
Binary1101011100111011010111
Octal153235127

Shades and tints

Shades of #6B9D57

#6B9D57
(107,157,87)
#628F50
(98,143,80)
#598149
(89,129,73)
#507342
(80,115,66)
#47653B
(71,101,59)
#3E5734
(62,87,52)
#35492D
(53,73,45)
#2C3B26
(44,59,38)
#232D1F
(35,45,31)
#1A1F18
(26,31,24)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #6B9D57

#6B9D57
(107,157,87)
#78A566
(120,165,102)
#85AD75
(133,173,117)
#92B584
(146,181,132)
#9FBD93
(159,189,147)
#ACC5A2
(172,197,162)
#B9CDB1
(185,205,177)
#C6D5C0
(198,213,192)
#D3DDCF
(211,221,207)
#E0E5DE
(224,229,222)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9D57; }

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

This text font color is #6B9D57.


Background Color

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

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

This div background color is #6B9D57.


Border color

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

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

This div border color is #6B9D57.


Opacity

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

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

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

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

This text has shadow with #6B9D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9D57 on black background.


Color preview on white background

This text has color #6B9D57 on white background.



Black color preview on #6B9D57 background

This text has black color on #6B9D57 background.


White color preview on #6B9D57 background

This text has white color on #6B9D57 background.