#106D03

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

Shades of Green #106D03

Tints of Green #106D03

Color information

#106D03 (or 0x106D03) is unknown color: approx Green. HEX triplet: 10, 6D and 03. RGB value is (16,109,3). Sum of RGB (Red+Green+Blue) = 16+109+3=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 109 (42.97% from 255 or 85.16% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 109 - color contains mainly: green. Hex color #106D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106D03 is #EF92FC. Grayscale: #454545. Windows color (decimal): -15700733 or 224528. OLE color: 224528.

HSL color Cylindrical-coordinate representation of color #106D03: hue angle of 112.64º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #106D03 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB161093-
CMYK0.8500.970.57
HSL112.64º94.64%21.96%-
HSV(B)112.64º97.25%42.75%-
XYZ5.711.051.92-
YUV69.1190.6990.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 109 (42.97% from 255) = 85.16%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=12.5%
G=85.16%
B=2.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1610930.8500.970.57112.6494.6421.96
Hex106D35506139715f16
Octal20155312501417116113726
Binary100001101101111010101011000011110011110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,109,3); }

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

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

 a { background-color: rgb(16,109,3); }

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

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

 span { border-color: rgb(16,109,3); }

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