#106B01

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

Shades of Green #106B01

Tints of Green #106B01

Color information

#106B01 (or 0x106B01) is unknown color: approx Green. HEX triplet: 10, 6B and 01. RGB value is (16,107,1). Sum of RGB (Red+Green+Blue) = 16+107+1=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 107 (42.19% from 255 or 86.29% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 107 - color contains mainly: green. Hex color #106B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B01 is #EF94FE. Grayscale: #444444. Windows color (decimal): -15701247 or 92944. OLE color: 92944.

HSL color Cylindrical-coordinate representation of color #106B01: hue angle of 111.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #106B01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB161071-
CMYK0.8500.990.58
HSL111.51º98.15%21.18%-
HSV(B)111.51º99.07%41.96%-
XYZ5.4810.631.79-
YUV67.7190.3591.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 107 (42.19% from 255) = 86.29%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=12.90%
G=86.29%
B=0.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1610710.8500.990.58111.5198.1521.18
Hex106B1550633A706215
Octal20153112501437216014225
Binary10000110101111010101011000111110101110000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106B01; }

 p { color: rgb(16,107,1); }

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

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

 a { background-color: rgb(16,107,1); }

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

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

 span { border-color: rgb(16,107,1); }

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