COLOR #6B904C

HEX: #6B904C
RGB: (107,144,76)

Color info

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

RGB color model

#6B904C color RGB value is (107,144,76).

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

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 76 of 255 = 30%

107
144
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 144 + 76 = 327 (100%)
R 107 of 327 ~ 32.72%
G 144 of 327 ~ 44.04%
B 76 of 327 ~ 23.24%

%32.72
%44.04
%23.24

CMYK color model

#6B904C color CMYK value is (26,0,47,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 43.53%
CMYK:
(26,0,47,44)
C26M0Y47K44 
(26%,0%,47%,44%)
(0.26/0.00/0.47/0.44)	

CMYK percentages

%25.69
%0
%47.22
%43.53

Codes

Color #6B904C in popluar color models

6B904C
RGB10714476
HSL93°30.91%43.14%
HSB/HSV93°47.22%56.47%
CMYK25.69%0.00%47.22%
43.53%

Color #6B904C in popluar number systems.

HEX6B904C
Decimal10714476
Binary1101011100100001001100
Octal153220114

Shades and tints

Shades of #6B904C

#6B904C
(107,144,76)
#628346
(98,131,70)
#597640
(89,118,64)
#50693A
(80,105,58)
#475C34
(71,92,52)
#3E4F2E
(62,79,46)
#354228
(53,66,40)
#2C3522
(44,53,34)
#23281C
(35,40,28)
#1A1B16
(26,27,22)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B904C

#6B904C
(107,144,76)
#789A5C
(120,154,92)
#85A46C
(133,164,108)
#92AE7C
(146,174,124)
#9FB88C
(159,184,140)
#ACC29C
(172,194,156)
#B9CCAC
(185,204,172)
#C6D6BC
(198,214,188)
#D3E0CC
(211,224,204)
#E0EADC
(224,234,220)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B904C; }

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

This text font color is #6B904C.


Background Color

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

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

This div background color is #6B904C.


Border color

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

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

This div border color is #6B904C.


Opacity

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

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

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

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

This text has shadow with #6B904C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B904C on black background.


Color preview on white background

This text has color #6B904C on white background.



Black color preview on #6B904C background

This text has black color on #6B904C background.


White color preview on #6B904C background

This text has white color on #6B904C background.