COLOR #6A9252

HEX: #6A9252
RGB: (106,146,82)

Color info

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

RGB color model

#6A9252 color RGB value is (106,146,82).

  • red value is 106;
  • green value is 146;
  • blue value is 82.
RGB:
(106,146,82)
(42%,57%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 146 of 255 = 57%
B 82 of 255 = 32%

106
146
82

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

Portions of RGB colors in percentages

R + G + B =
106 + 146 + 82 = 334 (100%)
R 106 of 334 ~ 31.74%
G 146 of 334 ~ 43.71%
B 82 of 334 ~ 24.55%

%31.74
%43.71
%24.55

CMYK color model

#6A9252 color CMYK value is (27,0,44,43).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 42.75%
CMYK:
(27,0,44,43)
C27M0Y44K43 
(27%,0%,44%,43%)
(0.27/0.00/0.44/0.43)	

CMYK percentages

%27.4
%0
%43.84
%42.75

Codes

Color #6A9252 in popluar color models

6A9252
RGB10614682
HSL98°28.07%44.71%
HSB/HSV98°43.84%57.25%
CMYK27.40%0.00%43.84%
42.75%

Color #6A9252 in popluar number systems.

HEX6A9252
Decimal10614682
Binary1101010100100101010010
Octal152222122

Shades and tints

Shades of #6A9252

#6A9252
(106,146,82)
#61854B
(97,133,75)
#587844
(88,120,68)
#4F6B3D
(79,107,61)
#465E36
(70,94,54)
#3D512F
(61,81,47)
#344428
(52,68,40)
#2B3721
(43,55,33)
#222A1A
(34,42,26)
#191D13
(25,29,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #6A9252

#6A9252
(106,146,82)
#779B61
(119,155,97)
#84A470
(132,164,112)
#91AD7F
(145,173,127)
#9EB68E
(158,182,142)
#ABBF9D
(171,191,157)
#B8C8AC
(184,200,172)
#C5D1BB
(197,209,187)
#D2DACA
(210,218,202)
#DFE3D9
(223,227,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9252 color. Also use rgb(106,146,82) instead hex code.

Text Font Color

.myTextColor { color: #6A9252; }

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

This text font color is #6A9252.


Background Color

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

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

This div background color is #6A9252.


Border color

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

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

This div border color is #6A9252.


Opacity

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

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

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

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

This text has shadow with #6A9252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9252 on black background.


Color preview on white background

This text has color #6A9252 on white background.



Black color preview on #6A9252 background

This text has black color on #6A9252 background.


White color preview on #6A9252 background

This text has white color on #6A9252 background.