COLOR #6C9251

HEX: #6C9251
RGB: (108,146,81)

Color info

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

RGB color model

#6C9251 color RGB value is (108,146,81).

  • red value is 108;
  • green value is 146;
  • blue value is 81.
RGB:
(108,146,81)
(42%,57%,32%)

RGB channels and saturation

R 108 of 255 = 42%
G 146 of 255 = 57%
B 81 of 255 = 32%

108
146
81

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

Portions of RGB colors in percentages

R + G + B =
108 + 146 + 81 = 335 (100%)
R 108 of 335 ~ 32.24%
G 146 of 335 ~ 43.58%
B 81 of 335 ~ 24.18%

%32.24
%43.58
%24.18

CMYK color model

#6C9251 color CMYK value is (26,0,45,43).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 44.52%
  • key color value is 42.75%
CMYK:
(26,0,45,43)
C26M0Y45K43 
(26%,0%,45%,43%)
(0.26/0.00/0.45/0.43)	

CMYK percentages

%26.03
%0
%44.52
%42.75

Codes

Color #6C9251 in popluar color models

6C9251
RGB10814681
HSL95°28.63%44.51%
HSB/HSV95°44.52%57.25%
CMYK26.03%0.00%44.52%
42.75%

Color #6C9251 in popluar number systems.

HEX6C9251
Decimal10814681
Binary1101100100100101010001
Octal154222121

Shades and tints

Shades of #6C9251

#6C9251
(108,146,81)
#63854A
(99,133,74)
#5A7843
(90,120,67)
#516B3C
(81,107,60)
#485E35
(72,94,53)
#3F512E
(63,81,46)
#364427
(54,68,39)
#2D3720
(45,55,32)
#242A19
(36,42,25)
#1B1D12
(27,29,18)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C9251

#6C9251
(108,146,81)
#799B60
(121,155,96)
#86A46F
(134,164,111)
#93AD7E
(147,173,126)
#A0B68D
(160,182,141)
#ADBF9C
(173,191,156)
#BAC8AB
(186,200,171)
#C7D1BA
(199,209,186)
#D4DAC9
(212,218,201)
#E1E3D8
(225,227,216)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9251 color. Also use rgb(108,146,81) instead hex code.

Text Font Color

.myTextColor { color: #6C9251; }

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

This text font color is #6C9251.


Background Color

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

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

This div background color is #6C9251.


Border color

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

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

This div border color is #6C9251.


Opacity

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

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

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

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

This text has shadow with #6C9251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9251 on black background.


Color preview on white background

This text has color #6C9251 on white background.



Black color preview on #6C9251 background

This text has black color on #6C9251 background.


White color preview on #6C9251 background

This text has white color on #6C9251 background.