COLOR #066002

HEX: #066002
RGB: (6,96,2)

Renk bilgisi

#066002 contains mainly green color. #066002 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#066002 color RGB value is (6,96,2).

  • kırmız ton 6;
  • yeşil ton 96;
  • mavi ton 2.
RGB:
(6,96,2)
(2%,38%,1%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 96 of 255 = 38%
B 2 of 255 = 1%

6
96
2

R + G + B ~ 14%. #066002 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 96 + 2 = 104 (100%)
R 6 of 104 ~ 5.77%
G 96 of 104 ~ 92.31%
B 2 of 104 ~ 1.92%

%92.31

CMYK RENK MODELİ

#066002 rengi CMYK tonu (94,0,98,62).

  • camgöbeği tonu 93.75%
  • eflatun tonu 0.00%
  • sarı tonu 97.92%
  • ana renk tonu 62.35%
CMYK:
(94,0,98,62)
C94M0Y98K62 
(94%,0%,98%,62%)
(0.94/0.00/0.98/0.62)	

CMYK yüzdeleri

%93.75
%0
%97.92
%62.35

Codes

Color #066002 in popluar color models

066002
RGB6962
HSL117°95.92%19.22%
HSB/HSV117°97.92%37.65%
CMYK93.75%0.00%97.92%
62.35%

Color #066002 in popluar number systems.

HEX066002
Decimal6962
Binary110110000010
Octal61402

Shades and tints

Shades of #066002

#066002
(6,96,2)
#065802
(6,88,2)
#065002
(6,80,2)
#064802
(6,72,2)
#064002
(6,64,2)
#063802
(6,56,2)
#063002
(6,48,2)
#062802
(6,40,2)
#062002
(6,32,2)
#061802
(6,24,2)
#061002
(6,16,2)
#000000
(0,0,0)

Tints of #066002

#066002
(6,96,2)
#1C6E19
(28,110,25)
#327C30
(50,124,48)
#488A47
(72,138,71)
#5E985E
(94,152,94)
#74A675
(116,166,117)
#8AB48C
(138,180,140)
#A0C2A3
(160,194,163)
#B6D0BA
(182,208,186)
#CCDED1
(204,222,209)
#E2ECE8
(226,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066002; }

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

This text font color is #066002.


Background Color

.myBgColor { background-color: #066002; }

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

This div background color is #066002.


Border color

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

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

This div border color is #066002.


Opacity

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

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

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

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

This text has shadow with #066002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066002 on black background.


Color preview on white background

This text has color #066002 on white background.



Black color preview on #066002 background

This text has black color on #066002 background.


White color preview on #066002 background

This text has white color on #066002 background.