COLOR #6AAA75

HEX: #6AAA75
RGB: (106,170,117)

Color info

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

RGB color model

#6AAA75 color RGB value is (106,170,117).

  • red value is 106;
  • green value is 170;
  • blue value is 117.
RGB:
(106,170,117)
(42%,67%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 117 of 255 = 46%

106
170
117

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

Portions of RGB colors in percentages

R + G + B =
106 + 170 + 117 = 393 (100%)
R 106 of 393 ~ 26.97%
G 170 of 393 ~ 43.26%
B 117 of 393 ~ 29.77%

%26.97
%43.26
%29.77

CMYK color model

#6AAA75 color CMYK value is (38,0,31,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 31.18%
  • key color value is 33.33%
CMYK:
(38,0,31,33)
C38M0Y31K33 
(38%,0%,31%,33%)
(0.38/0.00/0.31/0.33)	

CMYK percentages

%37.65
%0
%31.18
%33.33

Codes

Color #6AAA75 in popluar color models

6AAA75
RGB106170117
HSL130°27.35%54.12%
HSB/HSV130°37.65%66.67%
CMYK37.65%0.00%31.18%
33.33%

Color #6AAA75 in popluar number systems.

HEX6AAA75
Decimal106170117
Binary1101010101010101110101
Octal152252165

Shades and tints

Shades of #6AAA75

#6AAA75
(106,170,117)
#619B6B
(97,155,107)
#588C61
(88,140,97)
#4F7D57
(79,125,87)
#466E4D
(70,110,77)
#3D5F43
(61,95,67)
#345039
(52,80,57)
#2B412F
(43,65,47)
#223225
(34,50,37)
#19231B
(25,35,27)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6AAA75

#6AAA75
(106,170,117)
#77B181
(119,177,129)
#84B88D
(132,184,141)
#91BF99
(145,191,153)
#9EC6A5
(158,198,165)
#ABCDB1
(171,205,177)
#B8D4BD
(184,212,189)
#C5DBC9
(197,219,201)
#D2E2D5
(210,226,213)
#DFE9E1
(223,233,225)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAA75 color. Also use rgb(106,170,117) instead hex code.

Text Font Color

.myTextColor { color: #6AAA75; }

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

This text font color is #6AAA75.


Background Color

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

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

This div background color is #6AAA75.


Border color

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

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

This div border color is #6AAA75.


Opacity

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

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

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

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

This text has shadow with #6AAA75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAA75 on black background.


Color preview on white background

This text has color #6AAA75 on white background.



Black color preview on #6AAA75 background

This text has black color on #6AAA75 background.


White color preview on #6AAA75 background

This text has white color on #6AAA75 background.