#066505

Color #066505 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #066505

Tints of Green #066505

Color information

#066505 (or 0x066505) is unknown color: approx Green. HEX triplet: 06, 65 and 05. RGB value is (6,101,5). Sum of RGB (Red+Green+Blue) = 6+101+5=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 101 (39.84% from 255 or 90.18% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 101 - color contains mainly: green. Hex color #066505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066505 is #F99AFA. Grayscale: #3D3D3D. Windows color (decimal): -16358139 or 353542. OLE color: 353542.

HSL color Cylindrical-coordinate representation of color #066505: hue angle of 119.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066505 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB61015-
CMYK0.9400.950.60
HSL119.38º90.57%20.78%-
HSV(B)119.38º95.05%39.61%-
XYZ4.769.361.7-
YUV61.6596.0388.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 101 (39.84% from 255) = 90.18%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=5.36%
G=90.18%
B=4.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal610150.9400.950.60119.3890.5720.78
Hex66555E05F3C775b15
Octal6145513601377416713325
Binary11011001011011011110010111111111001110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066505; }

 p { color: rgb(6,101,5); }

 H1.HeaderClassName
 {
   color: #066505;
 }
 .AnyTagClassName
 {
   color: #066505;
 }
</style>
background-color css

<style>
 a { background-color: #066505; }

 a { background-color: rgb(6,101,5); }

 div.DivClassName
 {
   background-color: #066505;
 }
 .BgClassName
 {
   background-color: #066505;
 }
</style>
border-color css

<style>
 span { border-color: #066505; }

 span { border-color: rgb(6,101,5); }

 td.TdClassName
 {
   border-color: #066505;
 }
 .TagClassName
 {
   border-color: #066505;
 }
</style>