#016506

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

Shades of Green #016506

Tints of Green #016506

Color information

#016506 (or 0x016506) is unknown color: approx Green. HEX triplet: 01, 65 and 06. RGB value is (1,101,6). Sum of RGB (Red+Green+Blue) = 1+101+6=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 101 (39.84% from 255 or 93.52% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 101 - color contains mainly: green. Hex color #016506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016506 is #FE9AF9. Grayscale: #3C3C3C. Windows color (decimal): -16685818 or 419073. OLE color: 419073.

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

Color convert

RGB11016-
CMYK0.9900.940.60
HSL123º98.04%20%-
HSV(B)123º99.01%39.61%-
XYZ4.79.331.72-
YUV60.2797.3785.72-

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) = 93.52%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=0.93%
G=93.52%
B=5.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal110160.9900.940.6012398.0420
Hex16566305E3C7b6214
Octal1145614301367417314224
Binary111001011101100011010111101111001111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016506; }

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

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

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

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

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

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

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

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