#01660E

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

Shades of Green #01660E

Tints of Green #01660E

Color information

#01660E (or 0x01660E) is unknown color: approx Green. HEX triplet: 01, 66 and 0E. RGB value is (1,102,14). Sum of RGB (Red+Green+Blue) = 1+102+14=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 102 (40.23% from 255 or 87.18% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 102 - color contains mainly: green. Hex color #01660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01660E is #FE99F1. Grayscale: #3E3E3E. Windows color (decimal): -16685554 or 943617. OLE color: 943617.

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

Color convert

RGB110214-
CMYK0.9900.860.6
HSL127.72º98.06%20.2%-
HSV(B)127.72º99.02%40%-
XYZ4.849.542-
YUV61.77101.0484.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 102 (40.23% from 255) = 87.18%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=0.85%
G=87.18%
B=11.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102140.9900.860.6127.7298.0620.2
Hex166E630563C806214
Octal11461614301267420014224
Binary11100110111011000110101011011110010000000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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