#016106

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

Shades of Green #016106

Tints of Green #016106

Color information

#016106 (or 0x016106) is unknown color: approx Green. HEX triplet: 01, 61 and 06. RGB value is (1,97,6). Sum of RGB (Red+Green+Blue) = 1+97+6=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 97 (38.28% from 255 or 93.27% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 97 - color contains mainly: green. Hex color #016106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016106 is #FE9EF9. Grayscale: #3A3A3A. Windows color (decimal): -16686842 or 418049. OLE color: 418049.

HSL color Cylindrical-coordinate representation of color #016106: hue angle of 123.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016106 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB1976-
CMYK0.9900.940.62
HSL123.12º97.96%19.22%-
HSV(B)123.12º98.97%38.04%-
XYZ4.328.571.6-
YUV57.9298.787.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 97 (38.28% from 255) = 93.27%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=0.96%
G=93.27%
B=5.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19760.9900.940.62123.1297.9619.22
Hex16166305E3E7b6213
Octal1141614301367617314223
Binary111000011101100011010111101111101111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016106; }

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

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

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

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

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

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

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

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