COLOR #6A9135

HEX: #6A9135
RGB: (106,145,53)

Color info

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

RGB color model

#6A9135 color RGB value is (106,145,53).

  • red value is 106;
  • green value is 145;
  • blue value is 53.
RGB:
(106,145,53)
(42%,57%,21%)

RGB channels and saturation

R 106 of 255 = 42%
G 145 of 255 = 57%
B 53 of 255 = 21%

106
145
53

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

Portions of RGB colors in percentages

R + G + B =
106 + 145 + 53 = 304 (100%)
R 106 of 304 ~ 34.87%
G 145 of 304 ~ 47.7%
B 53 of 304 ~ 17.43%

%34.87
%47.7
%17.43

CMYK color model

#6A9135 color CMYK value is (27,0,63,43).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 63.45%
  • key color value is 43.14%
CMYK:
(27,0,63,43)
C27M0Y63K43 
(27%,0%,63%,43%)
(0.27/0.00/0.63/0.43)	

CMYK percentages

%26.9
%0
%63.45
%43.14

Codes

Color #6A9135 in popluar color models

6A9135
RGB10614553
HSL85°46.46%38.82%
HSB/HSV85°63.45%56.86%
CMYK26.90%0.00%63.45%
43.14%

Color #6A9135 in popluar number systems.

HEX6A9135
Decimal10614553
Binary110101010010001110101
Octal15222165

Shades and tints

Shades of #6A9135

#6A9135
(106,145,53)
#618431
(97,132,49)
#58772D
(88,119,45)
#4F6A29
(79,106,41)
#465D25
(70,93,37)
#3D5021
(61,80,33)
#34431D
(52,67,29)
#2B3619
(43,54,25)
#222915
(34,41,21)
#191C11
(25,28,17)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A9135

#6A9135
(106,145,53)
#779B47
(119,155,71)
#84A559
(132,165,89)
#91AF6B
(145,175,107)
#9EB97D
(158,185,125)
#ABC38F
(171,195,143)
#B8CDA1
(184,205,161)
#C5D7B3
(197,215,179)
#D2E1C5
(210,225,197)
#DFEBD7
(223,235,215)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9135 color. Also use rgb(106,145,53) instead hex code.

Text Font Color

.myTextColor { color: #6A9135; }

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

This text font color is #6A9135.


Background Color

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

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

This div background color is #6A9135.


Border color

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

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

This div border color is #6A9135.


Opacity

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

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

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

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

This text has shadow with #6A9135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9135 on black background.


Color preview on white background

This text has color #6A9135 on white background.



Black color preview on #6A9135 background

This text has black color on #6A9135 background.


White color preview on #6A9135 background

This text has white color on #6A9135 background.