COLOR #6A982C

HEX: #6A982C
RGB: (106,152,44)

Color info

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

RGB color model

#6A982C color RGB value is (106,152,44).

  • red value is 106;
  • green value is 152;
  • blue value is 44.
RGB:
(106,152,44)
(42%,60%,17%)

RGB channels and saturation

R 106 of 255 = 42%
G 152 of 255 = 60%
B 44 of 255 = 17%

106
152
44

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

Portions of RGB colors in percentages

R + G + B =
106 + 152 + 44 = 302 (100%)
R 106 of 302 ~ 35.1%
G 152 of 302 ~ 50.33%
B 44 of 302 ~ 14.57%

%35.1
%50.33
%14.57

CMYK color model

#6A982C color CMYK value is (30,0,71,40).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 71.05%
  • key color value is 40.39%
CMYK:
(30,0,71,40)
C30M0Y71K40 
(30%,0%,71%,40%)
(0.30/0.00/0.71/0.40)	

CMYK percentages

%30.26
%0
%71.05
%40.39

Codes

Color #6A982C in popluar color models

6A982C
RGB10615244
HSL86°55.10%38.43%
HSB/HSV86°71.05%59.61%
CMYK30.26%0.00%71.05%
40.39%

Color #6A982C in popluar number systems.

HEX6A982C
Decimal10615244
Binary110101010011000101100
Octal15223054

Shades and tints

Shades of #6A982C

#6A982C
(106,152,44)
#618B28
(97,139,40)
#587E24
(88,126,36)
#4F7120
(79,113,32)
#46641C
(70,100,28)
#3D5718
(61,87,24)
#344A14
(52,74,20)
#2B3D10
(43,61,16)
#22300C
(34,48,12)
#192308
(25,35,8)
#101604
(16,22,4)
#000000
(0,0,0)

Tints of #6A982C

#6A982C
(106,152,44)
#77A13F
(119,161,63)
#84AA52
(132,170,82)
#91B365
(145,179,101)
#9EBC78
(158,188,120)
#ABC58B
(171,197,139)
#B8CE9E
(184,206,158)
#C5D7B1
(197,215,177)
#D2E0C4
(210,224,196)
#DFE9D7
(223,233,215)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A982C color. Also use rgb(106,152,44) instead hex code.

Text Font Color

.myTextColor { color: #6A982C; }

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

This text font color is #6A982C.


Background Color

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

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

This div background color is #6A982C.


Border color

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

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

This div border color is #6A982C.


Opacity

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

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

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

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

This text has shadow with #6A982C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A982C on black background.


Color preview on white background

This text has color #6A982C on white background.



Black color preview on #6A982C background

This text has black color on #6A982C background.


White color preview on #6A982C background

This text has white color on #6A982C background.