#016601

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

Shades of Green #016601

Tints of Green #016601

Color information

#016601 (or 0x016601) is unknown color: approx Green. HEX triplet: 01, 66 and 01. RGB value is (1,102,1). Sum of RGB (Red+Green+Blue) = 1+102+1=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 102 (40.23% from 255 or 98.08% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 102 - color contains mainly: green. Hex color #016601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016601 is #FE99FE. Grayscale: #3C3C3C. Windows color (decimal): -16685567 or 91649. OLE color: 91649.

HSL color Cylindrical-coordinate representation of color #016601: hue angle of 120º 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 #016601 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB11021-
CMYK0.9900.990.6
HSL120º98.06%20.2%-
HSV(B)120º99.02%40%-
XYZ4.779.511.61-
YUV60.2994.5485.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 102 (40.23% from 255) = 98.08%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=0.96%
G=98.08%
B=0.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal110210.9900.990.612098.0620.2
Hex1661630633C786214
Octal1146114301437417014224
Binary1110011011100011011000111111001111000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016601; }

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

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

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

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

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

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

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

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