COLOR #6C9048

HEX: #6C9048 RGB: (108,144,72)

Color info

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

RGB color model

#6C9048 color RGB value is (108,144,72).

RGB: (108,144,72) (42%, 56%, 28%)

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 72 of 255 = 28%

108
144
72

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

Portions of RGB colors in percentages

R + G + B = 108 + 144 + 72 = 324 (100%)
R 108 of 324 ~ 33.33%
G 144 of 324 ~ 44.44%
B 72 of 324 ~ 22.22'%

%33.33
%44.44
%22.22

CMYK color model

#6C9048 color CMYK value is (25,0,50,44).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 43.53%
CMYK: (25,0,50,44) C25M0Y50K44 (25%,0%,50%,44%) (0.25/0.00/0.50/0.44) 

CMYK percentages

%25
%0
%50
%43.53

Codes

Color #6C9048 in popluar color models

6C 90 48
RGB 108 144 72
HSL 90° 33.33% 42.35%
HSB/HSV 90° 50.00% 56.47%
CMYK 25.00% 0.00% 50.00%
43.53%

Color #6C9048 in popluar number systems.

HEX 6C 90 48
Decimal 108 144 72
Binary 1101100 10010000 1001000
Octal 154 220 110

Shades and tints

Shades of #6C9048

#6C9048
(108,144,72)
#638342
(99,131,66)
#5A763C
(90,118,60)
#516936
(81,105,54)
#485C30
(72,92,48)
#3F4F2A
(63,79,42)
#364224
(54,66,36)
#2D351E
(45,53,30)
#242818
(36,40,24)
#1B1B12
(27,27,18)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C9048

#6C9048
(108,144,72)
#799A58
(121,154,88)
#86A468
(134,164,104)
#93AE78
(147,174,120)
#A0B888
(160,184,136)
#ADC298
(173,194,152)
#BACCA8
(186,204,168)
#C7D6B8
(199,214,184)
#D4E0C8
(212,224,200)
#E1EAD8
(225,234,216)
#EEF4E8
(238,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9048 color. Also use rgb(108,144,72) instead hex code.

Text Font Color

.myTextColor { color: #6C9048; }

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

This text font color is #6C9048.

Background Color

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

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

This div background color is #6C9048.

Border color

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

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

This div border color is #6C9048.

Opacity

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

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

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

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

This text has shadow with #6C9048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9048.

Preview

Color preview on black background

This text has color #6C9048 on black background.


Color preview on white background

This text has color #6C9048 on white background.


Black color preview on #6C9048 background

This text has black color on #6C9048 background.


White color preview on #6C9048 background

This text has white color on #6C9048 background.


Related colors

Complementary color

Complementary color for #hex is #936FB7.


I love getcolorcode.com

Triadic colors

1 #486C90 and #90486C with #6C9048 are triadic colors.

2 #48906C and #906C48 with #6C9048 are triadic colors.