COLOR #6AA262

HEX: #6AA262
RGB: (106,162,98)

Color info

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

RGB color model

#6AA262 color RGB value is (106,162,98).

  • red value is 106;
  • green value is 162;
  • blue value is 98.
RGB:
(106,162,98)
(42%,64%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 162 of 255 = 64%
B 98 of 255 = 38%

106
162
98

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

Portions of RGB colors in percentages

R + G + B =
106 + 162 + 98 = 366 (100%)
R 106 of 366 ~ 28.96%
G 162 of 366 ~ 44.26%
B 98 of 366 ~ 26.78%

%28.96
%44.26
%26.78

CMYK color model

#6AA262 color CMYK value is (35,0,40,36).

  • cyan value is 34.57%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 36.47%
CMYK:
(35,0,40,36)
C35M0Y40K36 
(35%,0%,40%,36%)
(0.35/0.00/0.40/0.36)	

CMYK percentages

%34.57
%0
%39.51
%36.47

Codes

Color #6AA262 in popluar color models

6AA262
RGB10616298
HSL113°25.60%50.98%
HSB/HSV113°39.51%63.53%
CMYK34.57%0.00%39.51%
36.47%

Color #6AA262 in popluar number systems.

HEX6AA262
Decimal10616298
Binary1101010101000101100010
Octal152242142

Shades and tints

Shades of #6AA262

#6AA262
(106,162,98)
#61945A
(97,148,90)
#588652
(88,134,82)
#4F784A
(79,120,74)
#466A42
(70,106,66)
#3D5C3A
(61,92,58)
#344E32
(52,78,50)
#2B402A
(43,64,42)
#223222
(34,50,34)
#19241A
(25,36,26)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6AA262

#6AA262
(106,162,98)
#77AA70
(119,170,112)
#84B27E
(132,178,126)
#91BA8C
(145,186,140)
#9EC29A
(158,194,154)
#ABCAA8
(171,202,168)
#B8D2B6
(184,210,182)
#C5DAC4
(197,218,196)
#D2E2D2
(210,226,210)
#DFEAE0
(223,234,224)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA262 color. Also use rgb(106,162,98) instead hex code.

Text Font Color

.myTextColor { color: #6AA262; }

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

This text font color is #6AA262.


Background Color

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

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

This div background color is #6AA262.


Border color

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

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

This div border color is #6AA262.


Opacity

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

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

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

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

This text has shadow with #6AA262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA262 on black background.


Color preview on white background

This text has color #6AA262 on white background.



Black color preview on #6AA262 background

This text has black color on #6AA262 background.


White color preview on #6AA262 background

This text has white color on #6AA262 background.