#106C01

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

Shades of Green #106C01

Tints of Green #106C01

Color information

#106C01 (or 0x106C01) is unknown color: approx Green. HEX triplet: 10, 6C and 01. RGB value is (16,108,1). Sum of RGB (Red+Green+Blue) = 16+108+1=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 108 (42.58% from 255 or 86.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 108 - color contains mainly: green. Hex color #106C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106C01 is #EF93FE. Grayscale: #444444. Windows color (decimal): -15700991 or 93200. OLE color: 93200.

HSL color Cylindrical-coordinate representation of color #106C01: hue angle of 111.59º 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 #106C01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB161081-
CMYK0.8500.990.58
HSL111.59º98.17%21.37%-
HSV(B)111.59º99.07%42.35%-
XYZ5.5810.841.83-
YUV68.2990.0290.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 108 (42.58% from 255) = 86.4%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=12.8%
G=86.4%
B=0.8%

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
Decimal1610810.8500.990.58111.5998.1721.37
Hex106C1550633A706215
Octal20154112501437216014225
Binary10000110110011010101011000111110101110000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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