#016505

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

Shades of Green #016505

Tints of Green #016505

Color information

#016505 (or 0x016505) is unknown color: approx Green. HEX triplet: 01, 65 and 05. RGB value is (1,101,5). Sum of RGB (Red+Green+Blue) = 1+101+5=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 101 (39.84% from 255 or 94.39% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 101 - color contains mainly: green. Hex color #016505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016505 is #FE9AFA. Grayscale: #3C3C3C. Windows color (decimal): -16685819 or 353537. OLE color: 353537.

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

Color convert

RGB11015-
CMYK0.9900.950.60
HSL122.4º98.04%20%-
HSV(B)122.4º99.01%39.61%-
XYZ4.699.321.7-
YUV60.1696.8785.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 101 (39.84% from 255) = 94.39%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=0.93%
G=94.39%
B=4.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal110150.9900.950.60122.498.0420
Hex16556305F3C7a6214
Octal1145514301377417214224
Binary111001011011100011010111111111001111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016505; }

 p { color: rgb(1,101,5); }

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

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

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

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

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

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

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