COLOR #065202

HEX: #065202
RGB: (6,82,2)

Color info

#065202 contains mainly green color. Web safe color of #065202 is #006600 (or #060).

RGB color model

#065202 color RGB value is (6,82,2).

  • red value is 6;
  • green value is 82;
  • blue value is 2.
RGB:
(6,82,2)
(2%,32%,1%)

RGB channels and saturation

R 6 of 255 = 2%
G 82 of 255 = 32%
B 2 of 255 = 1%

6
82
2

R + G + B ~ 12%. #065202 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 82 + 2 = 90 (100%)
R 6 of 90 ~ 6.67%
G 82 of 90 ~ 91.11%
B 2 of 90 ~ 2.22%

%91.11

CMYK color model

#065202 color CMYK value is (93,0,98,68).

  • cyan value is 92.68%
  • magenta value is 0.00%
  • yellow value is 97.56%
  • key color value is 67.84%
CMYK:
(93,0,98,68)
C93M0Y98K68 
(93%,0%,98%,68%)
(0.93/0.00/0.98/0.68)	

CMYK percentages

%92.68
%0
%97.56
%67.84

Codes

Color #065202 in popluar color models

065202
RGB6822
HSL117°95.24%16.47%
HSB/HSV117°97.56%32.16%
CMYK92.68%0.00%97.56%
67.84%

Color #065202 in popluar number systems.

HEX065202
Decimal6822
Binary110101001010
Octal61222

Shades and tints

Shades of #065202

#065202
(6,82,2)
#064B02
(6,75,2)
#064402
(6,68,2)
#063D02
(6,61,2)
#063602
(6,54,2)
#062F02
(6,47,2)
#062802
(6,40,2)
#062102
(6,33,2)
#061A02
(6,26,2)
#061302
(6,19,2)
#060C02
(6,12,2)
#000000
(0,0,0)

Tints of #065202

#065202
(6,82,2)
#1C6119
(28,97,25)
#327030
(50,112,48)
#487F47
(72,127,71)
#5E8E5E
(94,142,94)
#749D75
(116,157,117)
#8AAC8C
(138,172,140)
#A0BBA3
(160,187,163)
#B6CABA
(182,202,186)
#CCD9D1
(204,217,209)
#E2E8E8
(226,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065202; }

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

This text font color is #065202.


Background Color

.myBgColor { background-color: #065202; }

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

This div background color is #065202.


Border color

.myBorderColor { border: 1px solid #065202; }

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

This div border color is #065202.


Opacity

.myOpacity80 { color: #065202; opacity: 0.8; }

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

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

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

This text has shadow with #065202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065202 on black background.


Color preview on white background

This text has color #065202 on white background.



Black color preview on #065202 background

This text has black color on #065202 background.


White color preview on #065202 background

This text has white color on #065202 background.