#016606

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

Shades of Green #016606

Tints of Green #016606

Color information

#016606 (or 0x016606) is unknown color: approx Green. HEX triplet: 01, 66 and 06. RGB value is (1,102,6). Sum of RGB (Red+Green+Blue) = 1+102+6=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 102 (40.23% from 255 or 93.58% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 102 - color contains mainly: green. Hex color #016606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016606 is #FE99F9. Grayscale: #3D3D3D. Windows color (decimal): -16685562 or 419329. OLE color: 419329.

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

Color convert

RGB11026-
CMYK0.9900.940.6
HSL122.97º98.06%20.2%-
HSV(B)122.97º99.02%40%-
XYZ4.89.521.76-
YUV60.8697.0485.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 102 (40.23% from 255) = 93.58%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=0.92%
G=93.58%
B=5.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal110260.9900.940.6122.9798.0620.2
Hex16666305E3C7b6214
Octal1146614301367417314224
Binary111001101101100011010111101111001111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016606; }

 p { color: rgb(1,102,6); }

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

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

 a { background-color: rgb(1,102,6); }

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

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

 span { border-color: rgb(1,102,6); }

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