#016006

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

Shades of Green #016006

Tints of Green #016006

Color information

#016006 (or 0x016006) is unknown color: approx Green. HEX triplet: 01, 60 and 06. RGB value is (1,96,6). Sum of RGB (Red+Green+Blue) = 1+96+6=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 96 (37.89% from 255 or 93.20% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 96 - color contains mainly: green. Hex color #016006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016006 is #FE9FF9. Grayscale: #393939. Windows color (decimal): -16687098 or 417793. OLE color: 417793.

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

Color convert

RGB1966-
CMYK0.9900.940.62
HSL123.16º97.94%19.02%-
HSV(B)123.16º98.96%37.65%-
XYZ4.238.391.57-
YUV57.3399.0387.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 96 (37.89% from 255) = 93.20%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=0.97%
G=93.20%
B=5.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19660.9900.940.62123.1697.9419.02
Hex16066305E3E7b6213
Octal1140614301367617314223
Binary111000001101100011010111101111101111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016006; }

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

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

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

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

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

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

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

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