COLOR #6B9135

HEX: #6B9135 RGB: (107,145,53)

Color info

#6B9135 contains mainly red and green colors. Web safe color of #6B9135 is #669933 (or #693).

RGB color model

#6B9135 color RGB value is (107,145,53).

RGB: (107,145,53) (42%, 57%, 21%)

RGB channels and saturation

R 107 of 255 = 42%
G 145 of 255 = 57%
B 53 of 255 = 21%

107
145
53

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

Portions of RGB colors in percentages

R + G + B = 107 + 145 + 53 = 305 (100%)
R 107 of 305 ~ 35.08%
G 145 of 305 ~ 47.54%
B 53 of 305 ~ 17.38'%

%35.08
%47.54
%17.38

CMYK color model

#6B9135 color CMYK value is (26,0,63,43).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 63.45%
  • key color value is 43.14%

CMYK: (26,0,63,43)
C26M0Y63K43 (26%, 0%, 63%, 43%)
(0.26 / 0.00 / 0.63 / 0.43)

CMYK percentages

%26.21
%0
%63.45
%43.14

Codes

Color #6B9135 in popluar color models

6B 91 35
RGB 107 145 53
HSL 85° 46.46% 38.82%
HSB/HSV 85° 63.45% 56.86%
CMYK 26.21% 0.00% 63.45%
43.14%

Color #6B9135 in popluar number systems.

HEX 6B 91 35
Decimal 107 145 53
Binary 1101011 10010001 110101
Octal 153 221 65

Shades and tints

Shades of #6B9135

#6B9135
(107,145,53)
#628431
(98,132,49)
#59772D
(89,119,45)
#506A29
(80,106,41)
#475D25
(71,93,37)
#3E5021
(62,80,33)
#35431D
(53,67,29)
#2C3619
(44,54,25)
#232915
(35,41,21)
#1A1C11
(26,28,17)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B9135

#6B9135
(107,145,53)
#789B47
(120,155,71)
#85A559
(133,165,89)
#92AF6B
(146,175,107)
#9FB97D
(159,185,125)
#ACC38F
(172,195,143)
#B9CDA1
(185,205,161)
#C6D7B3
(198,215,179)
#D3E1C5
(211,225,197)
#E0EBD7
(224,235,215)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9135 color. Also use rgb(107,145,53) instead hex code.

Text Font Color

.myTextColor { color: #6B9135; }

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

This text font color is #6B9135.

Background Color

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

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

This div background color is #6B9135.

Border color

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

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

This div border color is #6B9135.

Opacity

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

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

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

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

This text has shadow with #6B9135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9135.

Preview

Color preview on black background

This text has color #6B9135 on black background.


Color preview on white background

This text has color #6B9135 on white background.


Black color preview on #6B9135 background

This text has black color on #6B9135 background.


White color preview on #6B9135 background

This text has white color on #6B9135 background.


Related colors

Complementary color

Complementary color for #hex is #946ECA.


I love getcolorcode.com

Triadic colors

1 #356B91 and #91356B with #6B9135 are triadic colors.

2 #35916B and #916B35 with #6B9135 are triadic colors.