#016612

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

Shades of Green #016612

Tints of Green #016612

Color information

#016612 (or 0x016612) is unknown color: approx Green. HEX triplet: 01, 66 and 12. RGB value is (1,102,18). Sum of RGB (Red+Green+Blue) = 1+102+18=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #016612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016612 is #FE99ED. Grayscale: #3E3E3E. Windows color (decimal): -16685550 or 1205761. OLE color: 1205761.

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

Color convert

RGB110218-
CMYK0.9900.820.6
HSL130.1º98.06%20.2%-
HSV(B)130.1º99.02%40%-
XYZ4.879.552.16-
YUV62.22103.0484.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 102 (40.23% from 255) = 84.30%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=0.83%
G=84.30%
B=14.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102180.9900.820.6130.198.0620.2
Hex16612630523C826214
Octal11462214301227420214224
Binary111001101001011000110101001011110010000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016612; }

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

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

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

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

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

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

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

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