COLOR #6A976B

HEX: #6A976B
RGB: (106,151,107)

Color info

#6A976B contains red, green and blue colors in about the same proportion. Web safe color of #6A976B is #669966 (or #696).

RGB color model

#6A976B color RGB value is (106,151,107).

  • red value is 106;
  • green value is 151;
  • blue value is 107.
RGB:
(106,151,107)
(42%,59%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 151 of 255 = 59%
B 107 of 255 = 42%

106
151
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 151 + 107 = 364 (100%)
R 106 of 364 ~ 29.12%
G 151 of 364 ~ 41.48%
B 107 of 364 ~ 29.4%

%29.12
%41.48
%29.4

CMYK color model

#6A976B color CMYK value is (30,0,29,41).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK:
(30,0,29,41)
C30M0Y29K41 
(30%,0%,29%,41%)
(0.30/0.00/0.29/0.41)	

CMYK percentages

%29.8
%0
%29.14
%40.78

Codes

Color #6A976B in popluar color models

6A976B
RGB106151107
HSL121°17.79%50.39%
HSB/HSV121°29.80%59.22%
CMYK29.80%0.00%29.14%
40.78%

Color #6A976B in popluar number systems.

HEX6A976B
Decimal106151107
Binary1101010100101111101011
Octal152227153

Shades and tints

Shades of #6A976B

#6A976B
(106,151,107)
#618A62
(97,138,98)
#587D59
(88,125,89)
#4F7050
(79,112,80)
#466347
(70,99,71)
#3D563E
(61,86,62)
#344935
(52,73,53)
#2B3C2C
(43,60,44)
#222F23
(34,47,35)
#19221A
(25,34,26)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #6A976B

#6A976B
(106,151,107)
#77A078
(119,160,120)
#84A985
(132,169,133)
#91B292
(145,178,146)
#9EBB9F
(158,187,159)
#ABC4AC
(171,196,172)
#B8CDB9
(184,205,185)
#C5D6C6
(197,214,198)
#D2DFD3
(210,223,211)
#DFE8E0
(223,232,224)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A976B color. Also use rgb(106,151,107) instead hex code.

Text Font Color

.myTextColor { color: #6A976B; }

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

This text font color is #6A976B.


Background Color

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

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

This div background color is #6A976B.


Border color

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

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

This div border color is #6A976B.


Opacity

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

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

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

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

This text has shadow with #6A976B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A976B on black background.


Color preview on white background

This text has color #6A976B on white background.



Black color preview on #6A976B background

This text has black color on #6A976B background.


White color preview on #6A976B background

This text has white color on #6A976B background.