COLOR #6A9A53

HEX: #6A9A53
RGB: (106,154,83)

Color info

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

RGB color model

#6A9A53 color RGB value is (106,154,83).

  • red value is 106;
  • green value is 154;
  • blue value is 83.
RGB:
(106,154,83)
(42%,60%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 154 of 255 = 60%
B 83 of 255 = 33%

106
154
83

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

Portions of RGB colors in percentages

R + G + B =
106 + 154 + 83 = 343 (100%)
R 106 of 343 ~ 30.9%
G 154 of 343 ~ 44.9%
B 83 of 343 ~ 24.2%

%30.9
%44.9
%24.2

CMYK color model

#6A9A53 color CMYK value is (31,0,46,40).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 46.10%
  • key color value is 39.61%
CMYK:
(31,0,46,40)
C31M0Y46K40 
(31%,0%,46%,40%)
(0.31/0.00/0.46/0.40)	

CMYK percentages

%31.17
%0
%46.1
%39.61

Codes

Color #6A9A53 in popluar color models

6A9A53
RGB10615483
HSL101°29.96%46.47%
HSB/HSV101°46.10%60.39%
CMYK31.17%0.00%46.10%
39.61%

Color #6A9A53 in popluar number systems.

HEX6A9A53
Decimal10615483
Binary1101010100110101010011
Octal152232123

Shades and tints

Shades of #6A9A53

#6A9A53
(106,154,83)
#618C4C
(97,140,76)
#587E45
(88,126,69)
#4F703E
(79,112,62)
#466237
(70,98,55)
#3D5430
(61,84,48)
#344629
(52,70,41)
#2B3822
(43,56,34)
#222A1B
(34,42,27)
#191C14
(25,28,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #6A9A53

#6A9A53
(106,154,83)
#77A362
(119,163,98)
#84AC71
(132,172,113)
#91B580
(145,181,128)
#9EBE8F
(158,190,143)
#ABC79E
(171,199,158)
#B8D0AD
(184,208,173)
#C5D9BC
(197,217,188)
#D2E2CB
(210,226,203)
#DFEBDA
(223,235,218)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9A53 color. Also use rgb(106,154,83) instead hex code.

Text Font Color

.myTextColor { color: #6A9A53; }

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

This text font color is #6A9A53.


Background Color

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

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

This div background color is #6A9A53.


Border color

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

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

This div border color is #6A9A53.


Opacity

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

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

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

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

This text has shadow with #6A9A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9A53 on black background.


Color preview on white background

This text has color #6A9A53 on white background.



Black color preview on #6A9A53 background

This text has black color on #6A9A53 background.


White color preview on #6A9A53 background

This text has white color on #6A9A53 background.