#006506

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

Shades of Green #006506

Tints of Green #006506

Color information

#006506 (or 0x006506) is unknown color: approx Green. HEX triplet: 00, 65 and 06. RGB value is (0,101,6). Sum of RGB (Red+Green+Blue) = 0+101+6=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 101 (39.84% from 255 or 94.39% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 101 - color contains mainly: green. Hex color #006506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006506 is #FF9AF9. Grayscale: #3C3C3C. Windows color (decimal): -16751354 or 419072. OLE color: 419072.

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

Color convert

RGB01016-
CMYK100.940.60
HSL123.56º100%19.8%-
HSV(B)123.56º100%39.61%-
XYZ4.699.321.72-
YUV59.9797.5485.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 94.39%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=0%
G=94.39%
B=5.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal01016100.940.60123.5610019.8
Hex06566405E3C7c6414
Octal0145614401367417414424
Binary011001011101100100010111101111001111100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006506; }

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

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

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

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

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

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

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

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