#01660D

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

Shades of Green #01660D

Tints of Green #01660D

Color information

#01660D (or 0x01660D) is unknown color: approx Green. HEX triplet: 01, 66 and 0D. RGB value is (1,102,13). Sum of RGB (Red+Green+Blue) = 1+102+13=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 102 (40.23% from 255 or 87.93% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 102 - color contains mainly: green. Hex color #01660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01660D is #FE99F2. Grayscale: #3D3D3D. Windows color (decimal): -16685555 or 878081. OLE color: 878081.

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

Color convert

RGB110213-
CMYK0.9900.870.6
HSL127.13º98.06%20.2%-
HSV(B)127.13º99.02%40%-
XYZ4.849.541.97-
YUV61.65100.5484.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 102 (40.23% from 255) = 87.93%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=0.86%
G=87.93%
B=11.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102130.9900.870.6127.1398.0620.2
Hex166D630573C7f6214
Octal11461514301277417714224
Binary1110011011011100011010101111111001111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01660D; }

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

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

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

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

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

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

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

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