COLOR #066A22

HEX: #066A22 RGB: (6,106,34)

Color info

#066A22 contains mainly green color. Web safe color of #066A22 is #006633 (or #063).

RGB color model

#066A22 color RGB value is (6,106,34).

RGB: (6,106,34) (2%, 42%, 13%)

RGB channels and saturation

R 6 of 255 = 2%
G 106 of 255 = 42%
B 34 of 255 = 13%

6
106
34

R + G + B ~ 19%. #066A22 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 106 + 34 = 146 (100%)
R 6 of 146 ~ 4.11%
G 106 of 146 ~ 72.6%
B 34 of 146 ~ 23.29'%

%72.6
%23.29

CMYK color model

#066A22 color CMYK value is (94,0,68,58).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 67.92%
  • key color value is 58.43%

CMYK: (94,0,68,58)
C94M0Y68K58 (94%, 0%, 68%, 58%)
(0.94 / 0.00 / 0.68 / 0.58)

CMYK percentages

%94.34
%0
%67.92
%58.43

Codes

Color #066A22 in popluar color models

06 6A 22
RGB 6 106 34
HSL 137° 89.29% 21.96%
HSB/HSV 137° 94.34% 41.57%
CMYK 94.34% 0.00% 67.92%
58.43%

Color #066A22 in popluar number systems.

HEX 06 6A 22
Decimal 6 106 34
Binary 110 1101010 100010
Octal 6 152 42

Shades and tints

Shades of #066A22

#066A22
(6,106,34)
#06611F
(6,97,31)
#06581C
(6,88,28)
#064F19
(6,79,25)
#064616
(6,70,22)
#063D13
(6,61,19)
#063410
(6,52,16)
#062B0D
(6,43,13)
#06220A
(6,34,10)
#061907
(6,25,7)
#061004
(6,16,4)
#000000
(0,0,0)

Tints of #066A22

#066A22
(6,106,34)
#1C7736
(28,119,54)
#32844A
(50,132,74)
#48915E
(72,145,94)
#5E9E72
(94,158,114)
#74AB86
(116,171,134)
#8AB89A
(138,184,154)
#A0C5AE
(160,197,174)
#B6D2C2
(182,210,194)
#CCDFD6
(204,223,214)
#E2ECEA
(226,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066A22 color. Also use rgb(6,106,34) instead hex code.

Text Font Color

.myTextColor { color: #066A22; }

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

This text font color is #066A22.

Background Color

.myBgColor { background-color: #066A22; }

<div style="background-color:#066A22">Inner text</div>

This div background color is #066A22.

Border color

.myBorderColor { border: 1px solid #066A22; }

<div style="border:3px solid #066A22">Div</div>

This div border color is #066A22.

Opacity

.myOpacity80 { color: #066A22; opacity: 0.8; }

<p style="color:#066A22;opacity:0.8;">80%</p>

Text with #066A22 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 #066A22;}

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

This text has shadow with #066A22 color.


.textShadow {text-shadow: 3px 3px 1px #066A22', 3px 3px 1px red;}

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

This text has shadow with #066A22 primary color and red secondary color.


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

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

This text has shadow with #066A22 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #066A22; -webkit-box-shadow: 1px 1px 3px 2px #066A22; box-shadow:1px 1px 3px 2px #066A22;">
Div content here
</div>

This div box has shadow with color #066A22.

Preview

Color preview on black background

This text has color #066A22 on black background.


Color preview on white background

This text has color #066A22 on white background.


Black color preview on #066A22 background

This text has black color on #066A22 background.


White color preview on #066A22 background

This text has white color on #066A22 background.


Related colors

Complementary color

Complementary color for #hex is #F995DD.


I love getcolorcode.com

Triadic colors

1 #22066A and #6A2206 with #066A22 are triadic colors.

2 #226A06 and #6A0622 with #066A22 are triadic colors.