COLOR #6B903F

HEX: #6B903F RGB: (107,144,63)

Color info

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

RGB color model

#6B903F color RGB value is (107,144,63).

RGB: (107,144,63) (42%, 56%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 63 of 255 = 25%

107
144
63

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

Portions of RGB colors in percentages

R + G + B = 107 + 144 + 63 = 314 (100%)
R 107 of 314 ~ 34.08%
G 144 of 314 ~ 45.86%
B 63 of 314 ~ 20.06'%

%34.08
%45.86
%20.06

CMYK color model

#6B903F color CMYK value is (26,0,56,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 43.53%

CMYK: (26,0,56,44)
C26M0Y56K44 (26%, 0%, 56%, 44%)
(0.26 / 0.00 / 0.56 / 0.44)

CMYK percentages

%25.69
%0
%56.25
%43.53

Codes

Color #6B903F in popluar color models

6B 90 3F
RGB 107 144 63
HSL 87° 39.13% 40.59%
HSB/HSV 87° 56.25% 56.47%
CMYK 25.69% 0.00% 56.25%
43.53%

Color #6B903F in popluar number systems.

HEX 6B 90 3F
Decimal 107 144 63
Binary 1101011 10010000 111111
Octal 153 220 77

Shades and tints

Shades of #6B903F

#6B903F
(107,144,63)
#62833A
(98,131,58)
#597635
(89,118,53)
#506930
(80,105,48)
#475C2B
(71,92,43)
#3E4F26
(62,79,38)
#354221
(53,66,33)
#2C351C
(44,53,28)
#232817
(35,40,23)
#1A1B12
(26,27,18)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #6B903F

#6B903F
(107,144,63)
#789A50
(120,154,80)
#85A461
(133,164,97)
#92AE72
(146,174,114)
#9FB883
(159,184,131)
#ACC294
(172,194,148)
#B9CCA5
(185,204,165)
#C6D6B6
(198,214,182)
#D3E0C7
(211,224,199)
#E0EAD8
(224,234,216)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B903F; }

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

This text font color is #6B903F.

Background Color

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

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

This div background color is #6B903F.

Border color

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

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

This div border color is #6B903F.

Opacity

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

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

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

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

This text has shadow with #6B903F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B903F.

Preview

Color preview on black background

This text has color #6B903F on black background.


Color preview on white background

This text has color #6B903F on white background.


Black color preview on #6B903F background

This text has black color on #6B903F background.


White color preview on #6B903F background

This text has white color on #6B903F background.


Related colors

Complementary color

Complementary color for #hex is #946FC0.


I love getcolorcode.com

Triadic colors

1 #3F6B90 and #903F6B with #6B903F are triadic colors.

2 #3F906B and #906B3F with #6B903F are triadic colors.